@charset "utf-8";
/* CSS Document */

#news_body_background{
	margin: 0 auto;
	width: 938px;
	/*height:416px;*/
	background-image:url(../images/bgs/res_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-bottom:0px;
	}

#newsroom_title{
	width: 875px;
	height: 43px;
}
#news_articles{
	width: 875px;
	/*height:600px;*/
	background-image:url(../images/newsroom_05.jpg);
	background-repeat:no-repeat;
	margin:0px;
}
#search_news{
	width:875px
}
#search_news form{
	padding-top:15px;
	padding-bottom:20px;
	padding-left:25px;
}
#search_news select{
	width:200px;
	}
.col_title{	
	margin-top:25px;
	padding-left:25px;
	width:500px;
	float:left;	
	}
.col_paper{
	margin-top:25px;
	margin-left:-25px;
	width:190px;
	float:left;
}
.col_date{
	margin-top:25px;
	width:170px;
	float:left;
}
.heading{
	margin-top:0px;
	font-size:/*1.2em;*/13px;
	color:#517447;
	font-weight:bold;
}
.text{
	margin-top:0px;
}
.view_archive{
	padding-top:50px;
	padding-left:25px;
	clear:both;
}
.content_title{
	font-size:/*1.3em;*/14px;
	font-weight:bold;
	color:#822424;
}
.content{
	padding-top:10px;
}
/*********************/
a.newsroom_link:link{
	color:#6fa262;
	text-decoration:none;
}
a.newsroom_link:visited{
	color:#8fd07e;
	text-decoration:none;
}
a.newsroom_link:hover{
	color:#517647;
	text-decoration:underline;
}
a.newsroom_link:active{
	color:#517647;
	text-decoration:underline;
}