@charset "utf-8";
body {
	font: 11px/1.4 Geneva, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #666362;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
.container {
	width: 768px;
	background: #FFFFFF;
	margin: 0 auto;
}
header {
	height: 250px;
}
.header {
	padding-top: 65px;
	padding-left: 15px;
	text-align: right;
	width: 250px;
}
.sidebar1 {
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
.content a:link, .content a:visited, .sidebar1 a:link, .sidebar1 a:visited {
	color: #666362;
	text-decoration: underline;
}
.content a:hover, .content a:active, .content a:focus, .sidebar1 a:hover, .sidebar1 a:active, .sidebar1 a:focus {
	text-decoration: none;
}
nav {
	padding-top: 75px;
	padding-left: 195px;
}
nav li {
	list-style: none;
	display: inline;
}
nav a:link, nav a:visited {
	padding-left: 12px;
	color: #9d9d9e;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
nav a:hover, nav a:active nav a:focus {
	color: #222222;
}
footer {
	padding: 10px 0;
	position: relative;
	clear: both;
}
.footer-top {
	color: #3358af;
	padding: 0 0 0 15px;
	font-weight: bold;
}
.footer-middle {
	padding: 5px 10px 5px 15px;
	background: #d0d6e9;
}
.footer-middle li {
	display: inline;
	padding-right: 25px;
}
.footer-middle a:link, .footer-middle a:visited {
	color: #3358af;
	font-weight: bold;
	text-decoration: none;
}
.footer-middle a:hover, .footer-middle a:active, .footer-middle a:focus {
	color: #5a7bca;
}
.footer-border1 {
	margin-top: 3px;
	height: 1px;
	background: #223e97;
}
.footer-border2 {
	margin-top: 4px;
	height: 3px;
	background: #2c8093;
}
.footer-bottom {
	font-style: italic;
	font-size: 10px;
	color: #3358af;
	padding: 3px 15px;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
.clearfloat {
	clear: both;
}
/********** TEXT **********/
.text-blue {
	color: #233f97;
}
.text-gray {
	color: #8a8889;
}
.text-bold {
	font-weight: bold;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.sidebar1 h3 {
	font-size: 14px;
}
.ErrorMessage {
	color: #990000;
}
/********** END OF TEXT **********/
