/* CSS Document */



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
#container {
	width:780px;
	position:relative;
	margin:0 auto;
	padding:0;
	background-color: #999999;
	padding-top: 10px;
}
#main_box {
	width:760px;
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#logo_box {
	width:760px;
	height:94px;
	background-color: #FFFFFF;
}
#menu_box {
	width:760px;
	height:46px;
	background-color: #0D477F;
}
#content_box {
	width:760px;
	background-color: #99CC66;
	margin-top: 2px;
	margin-bottom: 2px;
}
#content_left {
	width:330px;
	height:260px;
	background-color: #c4d9a5;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content_right {
	width:390px;
	height:300px;
	background-color: #a0bddb;
	float: left;
}
#login_box {
	width:760px;
	background-color: #FFFFFF;	
}
#login_button {
	width:203px;
	height:88px;
	background-color: #6182ae;
	margin-top:2px;
	margin-right: 2px;
	float: right;
}
#login_image {
	width:170px;
	height:88px;
	background-color: #6182ae;
	margin-top:2px;
	margin-right:3px;
	padding-right: 12px;
	float: right;
}
#news_box {
	position:relative;
	width:370px;
	height:160px;
	background-color: #FFFFFF;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	overflow:hidden;
}
#newsBox_Header{
	top:0px;
	left:0px;
	height:32px;
	width:100%;
}
#newsBox_links{
	width:100%;
	top:45px;
	left:0px;
}
#news_box ul{
	padding-left:20px;
}
#news_box li {

	list-style-type:none;
		
}
#news_box a, #news_box a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2672B4;
	text-decoration: none;
}
#news_box a:active, #news_box a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2672B4;
	text-decoration: underline;
}
#login_links {
	width:370px;
	height:63px;
	background-color: #00467F;
	float: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#footer {
	width:780px;
	height:22px;
	background-color: #000000;
	padding-top: 10px;
}


.clearfloats {clear:both;}

.main_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #568220;
	text-decoration: none;
}
.main_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.footer_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}
.services_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8CACCD;
	text-decoration: none;
	text-align: right;
}
a.services_copy:link, a.services_copy:visited, a.services_copy:active, a.services_copy:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8CACCD;
	text-decoration: none;
	text-align: right;
}
