@charset "utf-8";
.print_only {
	display:inline;
}
.noprint {
	display:none;
}
body {
	font: 0.8em Arial, Helvetica, sans-serif;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:none;
	background-color:#fff;
}
.oneColFixCtrHdr #container {
	width: 6.5in;
	margin: 0px 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 {
	display:none;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:none;
}
.oneColFixCtrHdr #mainContent #content_text {
	padding: 0px 40px 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px auto;
	color:#FFF;
	font-size:0.9em;
	width:6.5in;
	text-align:left;
}
a:link {
	color:#1d6dbb;
	text-decoration:underline;
}
a:visited {
	color:#333;
	text-decoration:underline;
}
a:active {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}


.oneColFixCtrHdr #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#FFF;
	text-decoration:none;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr .footer_disclaimer_text {
	color:#86bcf1;
	line-height:1.8em;
	text-transform:uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}
th {
	color:#1d6dbb;
	background-color:#fff;
}
h1, h2, h3 {
	color:#1d6dbb;
}
.oneColFixCtrHdr #mainContent table {
	border:none;
	border-spacing:0px;
}
.oneColFixCtrHdr #mainContent td, .oneColFixCtrHdr #mainContent th {
	padding:5px;
}
hr {
	color:#1d6dbb;
	background-color:#1d6dbb;
	height:2px;
	width:80%;
	text-align:center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.hr {
	color:#1d6dbb;
	background-color:#1d6dbb;
	height:2px;
	width:80%;
	text-align:center;
	margin-top: 40px;
	margin-bottom: 40px;
}

/**** Forms BEGIN ****/

/* input, .text_field, textarea, select, checkbox { */
input, .text_field, textarea, select {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #1d6dbb;
}
/* input:focus, textarea:focus, select:focus, checkbox:focus { */
input:focus, textarea:focus, select:focus {
	background-color: #DCDFE4;
	border: 1px solid #1d6dbb;
}
.errorfield {
	color:#D00;
/*
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
*/
}
.form-submit {
	border: 2px solid #1d6dbb;
	background-color: #DCDFE4;
	font-weight:bold;	
	padding:2px;
}
.form-submit:focus {
	border: 2px solid #1d6dbb;
	background-color: #1d6dbb;
	color:#FFF;
	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: 2px solid #FF0000;
}
input.nobackground {
	border:0px;
	background:none;
}

/**** 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);
}
