﻿body {
	font: 9pt Arial, Verdana, sans-serif;
	color: black;
	background-color: white;
}
#container {
	background-color: #F7F7F7; 
	width: 900px;
	padding: 0px 5px 0px 5px;
	margin: 0 auto;
}
#header {
	width: 900px;
	height: 67px;
	color: white;
	background-color: white;
	background-image: url('images/banner.jpg');
	margin: 0;
}
.headerTable {
	width: 900px;
}
.headerLeft {
	width: 620px;
	text-align: right;
}
.headerRight {
	width: 280px;
	text-align: right;
}
#header a {
	color: #DDDDDD;
	text-decoration: none;
}
#header a:hover {
	color: white;
	text-decoration: underline;
}
#menubar {
	width: 900px;
	height: 27px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	background-image: url('images/bluegradback.jpg');
	border-top: 1px white solid;
	text-align: center;
	margin: 0;
}
#content {
	width: 900px;
}
#mBorder {
	background-color: #FBB402;
	height: 5px;
}
#mininav {
	font-size: 7.5pt;
	padding: 0px;
	color: gray;
	text-align: left;
	background-color: white;
}
#pageContent {
	padding: 2px 8px 8px 8px;
	vertical-align: top;
	width: 584px;
	background-color: white;
	margin: 0;
	line-height: 150%;
}
#pageContent img {
	border: 0;
}
#infoContent {
	padding: 8px 5px 8px 10px;
	vertical-align: top;
	width: 285px;
	color: black;
	margin: 0;
}
#infoContent img {
	border: 0;
}
#footer {
	width: 894px;
	font-size: 7.5pt;
	text-align: left;
	padding: 3px;
	color: black;
	margin: 0;
}
/* Styles for Navigation */
#pageContent a {
	color: #2F5B8E;
	text-decoration: none;
}
#pageContent a:hover {
	text-decoration: underline;
}
#pageContent a:active {
	text-decoration: none;
}
#infoContent a {
	color: #2F5B8E;
	text-decoration: none;
}
#infoContent a:hover {
	text-decoration: underline;
}
#infoContent a:active {
	text-decoration: none;
}
#mininav a {
	text-decoration: none;
	color: gray;
}
#mininav a:hover {
	text-decoration: underline;
	color: black;
}
#menuroot {
	margin: 0;
	padding: 0;
	list-style: none;
}
li.smallnavigate {
	float: left;
	position: relative;
	list-style: none;
	z-index: 1;
	width: 112px;
}
li.smallnavigate a {
	color: white;
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}
li.smallnavigate a:hover {
	color: white;
	background-color: #011E3C;
	padding: 5px 0px 5px 0px;
	border-right: 1px #39689E solid;
	border-left: 1px #39689E solid;
}
li.navigate {
	float: left;
	position: relative;
	list-style: none;
	z-index: 1;
	width: 112px;
}
li.navigate a {
	color: white;
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}
li.navigate a:hover {
	color: white;
	background-color: #011E3C;
	padding: 5px 0px 5px 0px;
	border-right: 1px #39689E solid;
	border-left: 1px #39689E solid;
}
ul.dropdown {
	padding: 0px;
	margin: 0px;
	width: 110px;
	list-style: none;
	position: absolute;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	top: 25px;
	left: 0px;
	background-color: #1C416B;
	border-top: 1px #39689E solid;
	border-bottom: 5px #FBB402 solid;
	border-right: 1px #39689E solid;
	border-left: 1px #39689E solid;
}
li ul.dropdown {
	display: none;
	list-style: none;
	z-index: 2;
	text-decoration: none;
}
li.over ul.dropdown {
	display: block;
}
li:hover ul.dropdown {
	display: block;
}
li.over ul.dropdown a {
	color: white;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
}
li:hover ul.dropdown a {
	color: white;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
}
li.over ul.dropdown a:hover {
	color: white;
	text-decoration: none;
	background-color: #011E3C;
	border: 0px;
}
li:hover ul.dropdown a:hover {
	color: white;
	text-decoration: none;
	background-color: #011E3C;
	border: 0px;
}
#footer a {
	color: #2F5B8E;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;
}
#footer img {
	border: 0;
}
/*
General styles
*/
.boldText {
	font-weight: bold;
}
.largeText {
	font-size: 15pt;
}
.smallText {
	font-size: 7.5pt;
	font-weight: normal;
}
.smallItalicText {
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
}
.italicText {
	font-style: italic;
	font-weight: normal;
}
.leftText {
	text-align: left;
}
.centerText {
	text-align: center;
}
.rightText {
	text-align: right;
}
.imageLeft {
	float: left;
}
.imageRight {
	float: right;
}
