/*********************************/
/* dark blue	color: #0e142c;  */
/* light blue	color: #007ec8;  */

.printonly {
	display:inline;
}

.noprint {
	display:none;
}

body {
	font: 12px arial, helvetica, serif;
	text-align: left;
	padding:0;
	background-color: #0e142c;
	margin:0;
	width: 6.5in;
}

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: 6.5in;
	w\idth: 6.5in;
	text-align: left;
	left: 0;
	margin: 0;
	padding:0;
}

#nav, #nav ul { /* all lists */
	display: none;
}

#content {
	position:relative;
	margin-left: 0;
	top: 0px;
	clear: both;
	width: 6.5in;
	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: 6.5in;
/*	padding-left:20px; */
	padding-bottom:5px;
	padding-top:5px;
	z-index: 3;
}
.footer_right {
	text-align:right;
	position:absolute;
	left:10px;
	width:6.5in;
	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;
}