@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body-bg.jpg);


	background-repeat: ;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	background-color: #DBEFF8;
	background-repeat: repeat-x;
}
.main {
	width: 861px;
	margin-right: auto;
	margin-left: auto;
}
.main-top {
	width: 861px;
	margin-right: auto;
	margin-left: auto;
}

#navbar {
	background-color: #D3E0EB;
}
#nav_content {
	width: 861px;
	margin-right: auto;
	margin-left: auto;
}
.read-more a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FBFBFB;
	background-color: #35abff;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
}
.read-more a:hover {
	background-color: #006FBF;

}

.small-9px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	color: #666666;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FBFBFB;
	background-color: #35abff;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.button:hover {
	background-color: #26498D;	
}
#footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	height: 30px;
	padding: 15px;
}
.site {
	background-color: #FBFBFB;
	border: 1px solid #ABCADC;
	padding: 4px;
}
.body_text {

	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}
#footer_center {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
a.gray:link, a.gray:active, a.gray:visited {
	color: #274990;
	text-decoration: none;
}

a.gray:hover {
	color: #FF6600;
	text-decoration: underline;
}
#sent {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.error {
	font-style: italic;
	font-weight: bold;
	color: #C00;
}

