@charset "UTF-8";
div#column_right div#heading {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0A75A9;
	border-bottom-color: #0A75A9;
	padding: 10px;
	background-color: #4C8ABE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 21px;
	color: #FFF;
	white-space: nowrap;
	width: 625px;
	height: 55px;
	overflow: hidden;
	position: relative;
}
div#column_right div#feature {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	position:relative;
	clear: both;
	height: 284px;
	width: 645px;
}
div#column_right div#feature img {
	position: absolute;
}
div#column_right div#news_items {
	margin-left: 10px;
}
div#news_items div.news_item {
	width: 160px;
	float: left;
	height: 275px;
	background-color: #ecdcb4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E3C678;
	line-height: 18px;
}
div#news_items div.news_item p {
	margin: 7px;
	padding: 0px;
}
div#news_item div.news_item_photo {
	height: 110px;
	width: 140px;
}
div#news_item div.news_item_copy {
	padding: 10px;
	color: #FFFFFF;
	width: 485px;
	min-height: 90px;
	overflow: auto;
}
div#column_right div#heading span {
	font-family: inherit;
	font-size: 17px;
}
span.heading_blue {
	color: #0A75A9;
}
span.heading_gold {
	color: #B58B00;
}
