@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/page-background.jpg);
	background-repeat: repeat-x;
	background-color: #0A175F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#header {
	position:relative;
	width:950px;
	height:140px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
}
#body {
	position:relative;
	width:900px;
	height:500px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	overflow: visible;
}
#footer {
	position:relative;
	width:900px;
	height:40px;
	z-index:3;
	margin-left: auto;
	margin-right: auto;
}
#feature {
	position:relative;
	width:245px;
	height:450px;
	z-index:4;
	overflow: visible;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
a:link {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #000066;
}
h2 {
	font-size: 20px;
	color: #000066;
}
h3 {
	font-size: 16px;
	color: #000066;
}
h4 {
	font-size: 14px;
	color: #000066;
}
h5 {
	font-size: 12px;
	color: #000066;
}
h6 {
	font-size: 10px;
	color: #000066;
}
.navbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	display: block;
	float: left;
	height: 18px;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 5px;
	width: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navbutton a:link {
	color: #000099;
	text-decoration: none;
}
.navbutton a:visited {
	color: #000099;
	text-decoration: none;
}
.navbutton a:hover {
	color: #0000FF;
	text-decoration: none;
}
.navbutton a:active {
	color: #0000CC;
	text-decoration: none;
}
.navdivider {
	display: inline;
	float: left;
	height: 40px;
	width: 5px;
	overflow: hidden;
	position: relative;
	background-image: url(images/nav-divider.jpg);
}
.copyright {
	color: #FFFFFF;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}
.copyright a {
	color: #0099FF;
	font-weight: normal;
}
.subnav {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #E7E7E7;
	white-space: nowrap;
	margin: 0px;
	padding: 3px;
}
