/*********************************/
/* dark blue	color: #0e142c;  */
/* light blue	color: #007ec8;  */

.printonly {
	display:none;
}

body {
	font: 12px arial, helvetica, serif;
	text-align: left;
	padding:0;
	background-color: #0e142c;
	margin:0;
}

td {
	font: 1.5 arial, helvetica, serif;
}
.extraspace {
	font: 100%/1.5 arial, helvetica, serif;
	z-index: 0;
}

.content_header {
	font-size: 13pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #0e142c;
}

.sectionhead {
	text-align: left;
	font-weight: bold;
	color: #007ec8;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.bannerhead {
	text-align: left;
	font-weight: bold;
	color: #000000;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px;
	background-color:#CCCCCC;
	border-top:solid 1px #333333;
	border-bottom:solid 1px #333333;
}

#container {
	width: 750px;
	w\idth: 750px;
	text-align: left;
	left: 0;
	margin: 0;
	padding:0;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	padding-top: 1px;
	margin: 0;
	list-style: none;
	float : left;
	width: 224px;
	font-size:11px;
	font-weight:bold;
	color: #ffffff;
	z-index: 5;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 3em;
	margin-bottom : -1px;
	width : 224px;
	padding : 0px;
	z-index: 5;
}

#nav li a {
	width: 224px;
	display : block;
	text-decoration : none;
	border : 1px solid #0e142c;
	border-left: none;
	border-right: none;
	padding : 0px;
	color:#ffffff;
	z-index: 5;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left: 224px;
	margin-top: -3.2em;
	padding-top: 0;
	border-bottom : 1px solid #0e142c;
	border-left: 1px solid #0e142c;
	border-right : 1px solid #0e142c;
	background-color:#ffffff;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
	z-index: 1;
}

#nav li ul a { /* second-level lists */
	color: #0e142c;
	z-index: 1;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	z-index: 1;
}

#nav li a:hover {
	color : #007ec8;
	z-index: 1;
/*	background-color : #0e142c; */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav a.daddy {
	background: url(images/rightarrow.gif) center right no-repeat;
	cursor:default;
}

#content {
	position:relative;
	margin-left: 224px;
	top: -70px;
	clear: both;
	width: 526px;
	background-color:#ffffff;
	z-index: 0;
}

#content_interior {
	clear: both;
	position:relative;
	margin: 0px 20px 0px 20px;
	z-index: 0;
}

#content a {
	color: #007ec8;
	text-decoration:underline;
}
#content a:hover {
	text-decoration: none;
	background: #007ec8;
	color:#ffffff;
}

.footer {
	font: 9px Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin: 0 auto;
	position:relative;
/*	top: 10px; */
	width: 720px;
/*	padding-left:20px; */
	padding-bottom:5px;
	padding-top:5px;
	z-index: 3;
}
.footer_right {
	text-align:right;
	position:absolute;
	left:10px;
	width:710px;
	z-index: 2;
}
.footer a {
	text-decoration:none;
	color:#ffffff;
}
.footer a:hover {
	text-decoration:none;
	color:#999999;
}
.highlight {
	font-size: 14px;
	font-weight: bold;
	color: #007ec8;
}

.bluehighlight {
	font-weight: bold;
	color: #0C4A87;
}

.formhighlight {
	color:#CC0000;
}