@charset "UTF-8";
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-image: url(images/background-gradient.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* CSS Document */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #2E5085;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
	color: #0033FF;
}
.style2 {font-size: 12px}
.thirteen-BO {
	color: #00117F;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}
.twelve-BO {
	color: #2F4F84;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	margin: 0px;
}
.style9 {
	font-size: 10px
}
.eleven-gray {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.eleven-blue {
	font-size: 11px;
	color: #304F85;
}
#container {
	position:relative;
	width:935px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position:relative;
	width:935px;
	height:280px;
	z-index:1;
}
#divider {
	position:relative;
	width:935px;
	height:20px;
	z-index:2;
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
}
#content {
	position:relative;
	width:935px;
	z-index:3;
	background-image: url(images/page-background.png);
	background-repeat: repeat-y;
}
#footer {
	position:relative;
	width:935px;
	z-index:2;
	background-image: url(images/footer-background.png);
	text-align: center;
	background-repeat: no-repeat;
	vertical-align: top;
	white-space: nowrap;
	overflow: visible;
}
.mainnav {
	width: 160px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	display: block;
	margin-top: 0px;
	text-indent: 0px;
	margin: 0px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 20px;
}
.mainnav li {
	height: 25px;
	width: 160px;
	background-image: url(images/button-up.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	display: block;
	color: #666;	
}
.mainnav li a:link {
	text-decoration: none;
	color: #666;
	width: 160px;
	height: 25px;
	display: block;
}
.mainnav li a:hover {
	text-decoration: none;
	color: #333;
	background-image: url(images/button-over.png);
}
.mainnav li a:visited {
	text-decoration: none;
	color: #666;
	width: 160px;
	height: 25px;
	display: block;
}
.mainnav li a:active {
	text-decoration: none;
	color: #039;
	background-image: url(images/button-down.png);
}
