@charset "utf-8";
/*
	orange	#f58025
	light blue	#104b7d
	dark blue	#062b57
*/
.no_print {
	display:inline;
}
.print_only {
	display:none;
}
body {
	font: 0.9em Arial, Helvetica, sans-serif;
	background-color: #104b7d;
	margin: 0px;
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	color:#f58025;
}
a:visited {
	color:#104b7d;
}
.oneColFixCtrHdr #footer a:link {
	color:#FFF;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#f58025;
	text-decoration:none;
}
a:active {
	color:#f58025;
	text-decoration:none;
}

.oneColFixCtrHdr #container {
	background: #FFFFFF;
/*	margin: 0 auto; */
/* the auto margins (in conjunction with a width) center the page */
/*	text-align: left; (/
/* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color:#104b7d;
	padding: 0px;
}
#nav {
	background-image:url(/images/nav_top_bg.gif);
	background-repeat:repeat-x;
}
#nav_buttons {
	width:827px;
}
#header_image {
	width:827px;
}
.oneColFixCtrHdr #secure_header_image {
	background-color:#104b7d;
	background-image:url(images/headers/header_bg.gif);
	padding: 0px;
	width:827px;
	height:126px;
}
.secure_header_text {
	padding:0px;
	padding-top:27px;
	font-family:Calibri, Arial;
	font-size:29px;
	font-weight:bold;
	color:#f58025;
	font-variant:small-caps;
	text-transform:capitalize;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	padding-bottom: 40px;
	margin:0px;
}
.oneColFixCtrHdr #content {
	padding: 20px 40px 0px 40px;
	background: #FFFFFF;
	width:727px;
	border:1px solid #fff;	/* Required for Firefox 3 */
}
#content_home {
	padding: 0px;
}
.oneColFixCtrHdr #footer {
	margin: 0px;
	padding: 26px 0px 2px 30px;
	background-color:#062b57;
	color:#FFF;
	font-size:0.7em;
}
.oneColFixCtrHdr #footer table {
	width:740px;
	padding:0px;
	margin:0px;
}

.oneColFixCtrHdr #footer p {
	margin: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #subfooter {
	margin: 0px;
	padding: 10px 0px 2px 40px;
	background-color:#104b7d;
	color:#FFF;
	font-size:0.8em;
}
.oneColFixCtrHdr #subfooter p {
	width:740px;
	text-transform:uppercase;
}
.oneColFixCtrHdr th {
	color:#f58025;
}
/**** Forms BEGIN ****/

input, .text_field, textarea, select, checkbox {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #064c85;
}
input:focus, textarea:focus, select:focus, checkbox:focus {
	background-color: #DCDFE4;
	border: 1px solid #064c85;
}
.errorfield {
	color:#D00;
/*
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
*/
}
.form-submit {
	border: 2px solid #064c85;
	background-color: #DCDFE4;
	font-weight:bold;	
	padding:2px;
}
input.errorfield, textarea.errorfield, select.errorfield {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #D00;
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
}

.button_image a:link, .button_image a:visited, .button_image a:hover, .button_image a:active {
	text-decoration:none;
	color:none;
	background-color:#FFF;
	border: 1px solid #FF0000;
}

/**** Forms END ****/

.oneColFixCtrHdr #dhtmltooltip {
	font-size:10px;
	position: absolute;
	width: 200px;
	border: 2px solid #937656;
	padding: 2px;
	background-color: #e5e2d9;
	visibility: hidden;
	z-index: 100;
 filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135);
}

.small_text {
	font-size:9px;
}
.highlightrow {
	background-color:#eee;
}
.highlightfield {
	color:#f58025;
}
a .securedoclink {
	color:#062b57;
	text-decoration:none;
}

