@charset "utf-8";
/*
	orange	#f58025
	light blue	#104b7d
	dark blue	#062b57
*/
.no_print {
	display:none;
}
.print_only {
	display:inline;
}
body {
	font: 0.9em Arial, Helvetica, sans-serif;
	background: #104b7d;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}
#logout {
	display:none;
}
.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: #104b7d; 
	padding: 0px;
}
#nav {
	background:none;
}
#nav_buttons {
	display:none;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	padding-bottom: 40px;
	margin:0px;
}
.oneColFixCtrHdr #content {
	padding: 20px 40px 0px 40px;
	background: #FFFFFF;
	width:6.5in;
	border:1px solid #fff;	/* Required for Firefox 3 */
}
#content_home {
	padding: 0px;
}
.oneColFixCtrHdr #footer {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 26px 0px 2px 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color:#062b57;
	color:#FFF;
	font-size:0.7em;
}
.oneColFixCtrHdr #footer table {
	width:6.5in;
	padding:0px;
	margin:0px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-left: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #subfooter {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px 2px 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color:#104b7d;
	color:#FFF;
	font-size:0.8em;
}
.oneColFixCtrHdr #subfooter p {
	width:6.5in;
	text-transform:uppercase;
}

/**** Forms BEGIN ****/

.text_field, textarea, select {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #4a181f;
}
input:focus, textarea:focus, select:focus {
	background-color: #DCDFE4;
	border: 1px solid #4a181f;
}
.errorfield {
	color:#D00;
/*
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
*/
}
.form-submit {
	border: 2px solid #4a181f;
	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;
*/
}

/**** Forms END ****/

