@charset "utf-8";
html, body {
	height: 100%; /* gives layout 100% height */
	overflow: inherit; /* triggers 100% height in Opera 9.5 */
}
body  {
	margin: 0; /* zeroes the margin and padding to account for differing browser defaults */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000018;
	background-image: url(../images/bkgd.gif);
	background-repeat: repeat;
}
img {
	border: none;
}
div.alignLeft {
	text-align: left;
}
div.alignCenter {
	text-align: center;
}
div.alignRight {
	text-align: right;
}
td.headCol {
	width: 5px;
	height: 66px;
	background-image: url(../images/headbrdcol.gif);
	background-repeat: repeat-y
}
td.headLogo {
	width: 175px;
	height: 66px;
	background-color: #000018
}
td.headMenu {
	width: 765px;
	height: 66px;
	background-color: #000018
}
td.headBot {
	width: 950px;
	height: 34px;
	background-image: url(../images/headbrdbot.png);
	background-repeat: no-repeat
}
p {
	padding-bottom: 80px; /* bottom padding clears the #footer */
}
.oneCol #container {
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 950px;
	min-height:100%;
	background-color: #FFFFFF;
}
* html .oneCol #container {
	height:100%;
}
.oneCol #header {
	height: 100px;
	position: fixed;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneCol #subheader {
	height: 100px;
	padding: 0;
}
.oneCol #mainContent {
	margin: 0; /* zero out margin */
	padding: 0; /* zero out padding */
}
.oneCol #legal {
	width:925px;
	vertical-align: bottom;
	text-align: right;
	font-size: xx-small;
	text-decoration: none;
}
.oneCol #footer {
	width:950px;
	height:80px;
	margin-top: -80px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navigation {
	width:100%;
	height:0px;
	font-weight: bold;
	font-size: small;
}
#navigation ul {
	margin:0;
	padding: 0;
}
#navigation ul li
{display:inline; float:left; list-style:none; margin-left: 34px; margin-right: 42px;  position:relative; height:15px;}

#navigation li a
{color:#fff; text-decoration:none;}

#navigation li a:hover
{color:#000099;}

#navigation li ul {
	margin:0px;
	padding:0px;
	font-size: x-small;
	display:none;
	position:absolute;
	left:-25px;
	top:15px;
	background-color:#000018;
	border: 1px solid #808080;
	text-decoration: none;
}
#navigation li:hover ul
{display:block; width: 140px;}

#navigation li li
{list-style:none; display:list-item;}

#navigation li li a
{color:#fff; text-decoration:none;}

#navigation li li a:hover
{color:#000099;}
.smallText {
	font-size: x-small;
}
