.localnews { 
	background-color: #000; 
	color: white; 
	padding: 5px; 
	text-weight: bold;
}

.contacthead, .newshead, .newsheadtop { 
	text-align: left; 
	vertical-align: top; 
	background: url(images/newsheading.jpg) 0 0 no-repeat #000;
	padding: 13px 0 6px 46px; 
	font: bold 12px/18px "Trebuchet MS", Helvetica, sans-serif;
	color: white;
}
/* ie 5 hack */
.contacthead, .newshead, .newsheadtop { 
	text-transform: uppercase;
}

.contacthead { 
	background: url(images/contactheading.jpg) 0 0 no-repeat #000;
}

.contacthead, .newshead { margin: 10px 0 0 0;}

.newscont { 
	margin: 0;
	text-align: left;
	vertical-align: top; 
	border: solid #3C2C36;
	border-width: 0 1px 1px 1px; 
	color:black; 
	background-color: white;
	padding: 5px;
}

.newswithlink { 
	color: #333;
	font-weight: normal; 
	background: url(images/arrow.gif) no-repeat 0 4px; 
	margin: 0 7px 10px 10px; 
	padding: 3px 3px 0 14px;
}

.newsborder, .newsnoborder { 
	text-align: center; 
	color: #333; 
	font-weight: bold; 
	margin: 8px 14px 8px 12px; 
	padding: 8px;
}

.newsborder {
	background: url(images/news_bg.jpg) repeat-x #8e8868;
	color: white; 
}

.newshighlight {
	background-color: #517d87;
}

.newsborder span {
	font-size: 14px;
	line-height: 22px;
}

.newswithlink a {
	line-height: 22px;
} 

div.newscenter {
	margin-top: 12px;
	text-align: center;
}