/* home styles */
#home_left {
	width: 449px;
	height: 341px;
	float: left;
	margin-top: 31px;
}
#home_right {
	width: 448px;
	height: 341px;
	float: right;
	background-color: #003467;
	margin-top: 31px;
}
#home_right h1 {
	color: #ffffff;
	margin: 0px 0px 10px 0px;
}
#home_right .top_outer {
	height: 170px;
	background-color: #4d8abe;
	padding: 0px;
	border-bottom: 3px solid #ffffff;
}
#home_right .top_inner {
	padding: 10px 25px 0px 18px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 19px;
	line-height: 27px;
	color: #ffffff;
}
#home_right .bottom {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	padding: 16px 18px 15px 18px;
}
#announcements {
	position: absolute;
	text-align: left;
	width: 420px;
	height: 110px;
	overflow: auto;
	top: 482px;
	margin-left: 471px;
	color: #ffffff;
	background-color: #003467;
}
.announcement {
	padding-bottom: 8px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	color: #e6ebf0;
}
#announcements a {
	text-decoration: underline;
	color: #e6ebf0;
}
#announcements a:hover, #announcements a:visited:hover {
	color: #a1b7fe;
}
