@charset "utf-8";
/* Layout */
#home_news_panel {
	width: 42%;
	min-width: 360px;
	float: left;
	display: block;
	position: relative;
}
.home_news_item {
	width: 100%;
	float: left;
	display: block;
	position: relative;
	clear: both;
	border-top: 1px dotted gray;
}
.home_news_left {
	width: 18%;
	float: left;
	display: block;
	position: relative;
}
.home_news_right {
	width: 75%;
	float: left;
	display: block;
	position: relative;
}
.home_news_date {
	width: 50px;
	min-height: 60px;
	padding: 5px;
	float: left;
	display: block;
	position: relative;
	text-align: center;
	border: 1px dotted gray;
	background-color: #d3d3d3;
}
.home_news_date_year {
	text-align: center;
	padding-top: 3px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.home_news_date_month {
	text-align: center;
	padding-top: 3px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #396486;
}
.home_news_date_day {
	text-align: center;
	padding-top: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3A4F5A;
}
.home_news_title {
	width: 95%;
	float: right;
	display: block;
	position: relative;
	text-align: left;
	font-weight: bold;
	font-stretch: narrower;
	font-size: 14px;
	color: #3399CC;
	text-transform: capitalize;
	font-variant: small-caps;
}
a.home_news_title_link:link, a.home_news_title_link:visited, a.home_news_title_link:active {
	font-size: 14px;
	color: #27769C;
	text-transform: capitalize;
	font-variant: small-caps;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}
a.home_news_title_link:hover {
	color: #216383;
	border-bottom-color: #216383;
}
.home_news_blurb {
	width: 95%;
	float: right;
	display: block;
	position: relative;
	text-align: left;
	font-weight: bold;
	color: #787878;
}
.home_news_news {
	width: 95%;
	float: right;
	display: block;
	position: relative;
	text-align: left;
}
#home_middle_panel {
	width: 32%;
	min-width: 300px;
	float: right;
	display: block;
	position: relative;
/*	background-color: #003399;*/
	min-height: 10px;
	margin-left: 1.2em;
	margin-right: 1.2em;
}
#home_right_panel {
	width: 22%;
	min-width: 210px;
	float: right;
	display: block;
	position: relative;
	/*background-color: #006666;*/
	min-height: 10px;
}
