#newsBox {
	width: 214px;
	border: 1px solid #dde6c2;
}
#newsboxwrapper {
	padding-left: 11px;
}
#newsBox ul {
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.2em;
	font-style: italic;
	color: #005957;
	font-weight: bold;
	margin: 0px;
	padding-top: 16px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#newsBox ul li {
	list-style-type: none;
	padding-bottom: 12px;
	background-image: url(../images/button_gold.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 18px;
}
#newsBox ul li a {
	font-weight: normal;
	color: #6b7849;
	text-decoration: underline;
}
#newsBox ul li a:hover, a:active, a:focus {
	outline: none;
	color: #000000;
}
#newsheader {
	background-color: #f1f5e5;
	height: 26px;
	width: 203px;
	padding-top: 2px;
	padding-left: 11px;
	font-weight: bold;
	color: #005957;
}

