body
{
	margin: 0px;
}

body, textarea, input, select, li
{
	font-family: Verdana;
	font-size: 11px;
}

table
{
	border-spacing: 0px;
	border-collapse: collapse;
}

td, th
{
	border: none;
	padding: none;
	vertical-align: top;
}

td.middle
{
	vertical-align: middle;
}


th
{
	text-align: left;
	white-space: nowrap;
}

ul
{
	margin: 5px 0px 0px 10px;
	padding-left: 10px;
	list-style-image: url(/images/bullet.gif);
}

ol.7things
{
	padding-left: 100px;
}

form
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

.wide
{
	width: 100%;
}

.smallnavytext { font-family: sans-serif,  arial; font-size: 9px; color: #333366}
.hpintro { font-family: verdana, sans-serif,  arial; font-size: 11px; color: #333366}
a.smallnavylink {font-size: 9px; font-style: normal; font-family: sans-serif, arial; text-decoration: none; color: #333366}
a  {text-decoration: none; color: #E86F1E}
a:hover  {text-decoration: underline; }
.graysubheader { font-family: verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; color: #646464 }
.orangesubheader { font-family: verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; color: #E86F1E }
.blacksubheader { font-family: verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; color: #000000 }
.navysubheader { font-family: verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; color: #333366 }
a.navlink { font-family: trebuchet ms, verdana, Arial, sans-serif; font-size: 13px; font-weight: normal; text-decoration: none; color: #000000}
a.navlink:hover  {text-decoration: underline;  color: #E86F1E}
.nineptgraytext { font-family: verdana, Arial, sans-serif; font-size: 9px; color: #999999; text-decoration: none}
.featurelinks { font-family: verdana, Arial, sans-serif; font-size: 9px; line-height:10px; font-weight: bold; color: #333366}


#footer
{
	background-color: #FAFAFA;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 10px 5px 10px;
	color: #999999;
}

#footer a
{
	color: #999999;
	text-decoration: none;
}

#footer div
{
	width: 710px;
}


#container
{
	background-color:#ffffff;
	width:100%; 
	height:100%; 
	position:absolute; 
	top:206px; 
	left:0px; 
	z-index:10;
}

#leftnav
{
	background-color:#EAEAEA;
	position:absolute;
	top:0px;
	left:0px;
	width:230px;
	height:100%;
	padding:10px 10px 10px 10px;
	z-index:15;
}

#maincolumn
{
	background-color:#ffffff;
	position:absolute;
	top:0px;
	left:230px;
	width:530px;
	height:100%;
	padding:10px 10px 10px 10px;
	z-index:15;
}


#sidebar
{
	position:absolute;
	top:185px;
	left:600px;
	width:100px;
	padding:30px 20px 20px 30px;
	border-left:1px solid #CCCCCC;
}
