#body_content {
	padding: 20px 0px 0px 20px;
}


.newscontent {
	width: 50%;
	background-color: #e3e8ec;
}

.newsheader, .contactheader {
	background-repeat: repeat-x;
	background-position: top;
	background-color: #336699;
	color: white;
	font-weight: bold;
	text-align: center;
	padding-bottom: 6px;
}
.newsheader {
	background-image: url(../images/news/news-rounded-corners_07.gif);
	padding-top: 2px;
}
.contactheader {
	background-image: url(../images/news/news-rounded-corners_09.gif);
	padding-top: 4px;
}


.newscontent_text {
	padding: 6px 10px 2px 10px;
}
#news_archives div a:link, #news_archives div a:visited, #news_archives div a:active,
.newscontent_text a:link, .newscontent_text a:visited, .newscontent_text a:active {
	text-decoration: underline;
	color: #000099;
}
#news_archives div  a:hover,
.newscontent_text a:hover {
	text-decoration: underline;
	color: #ff6600;
}


.newspost{
	margin: .2em 0 .2em 0;
	padding: 6px 10px 0px 10px
}
.newspost_header {
	background-image: url(../images/news/gradient_news.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 3px;
	border-style: inset;
	border: 1px solid #336699;
	color: #003366;
	font-weight: bold;
	font-size: 85%;
}
.newspost_header a, .newspost_header a:hover {
	color: #003366;
	text-decoration:none;
}

div#news_archives {
	margin: .2em 0 .2em 0;
	padding: 12px 10px 12px 10px;
	
}
#news_archives div {
	font-weight: normal;
	font-size: 85%;
}


.border_top, .border_bottom {
	width: 50%;
	height: 7px;
}
.border_top {
	background-image: url(../images/news/news-rounded-corners_03.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: bottom;
}
.border_left {
	background-image: url(../images/news/news-rounded-corners_06.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.border_bottom {
	background-image: url(../images/news/news-rounded-corners_15.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
}
.border_center {
	background-image: url(../images/news/news-rounded-corners_08.gif);
	background-repeat: repeat-y;
	width: 9px;
}

	/* external link icon */
	a.external, a[rel ^="external"] {
		background: url(../images/external.png) center right no-repeat;
		padding-right: 13px;
	}
