@charset "UTF-8";
body {
	font: 80% Tahoma, Arial, Verdana, sans-serif;
	background: #9ba3b7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000066;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFF;
	padding: 4px 10px 2px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 90px;
	margin: 0px
}
.oneColFixCtrHdr #headerBannerImage{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 110px;
}
.oneColFixCtrHdr #headerBanner form,.oneColFixCtrHdr #headerBanner script{
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr .headerBannerTitle{
	margin: 0px;
	
	padding: 40px 0px 0px 0px;
	white-space: nowrap;
}
.oneColFixCtrHdr .headerBannerTitle p{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #000066;
}
.oneColFixCtrHdr .topHeaderNav{
	font-size: 12px;	
	
	color:#DDDDDD;
	text-align: right;
}

.oneColFixCtrHdr table, .oneColFixCtrHdr form, .oneColFixCtrHdr img{
	margin: 0px;
	padding: 0px;
}



.oneColFixCtrHdr .topHeaderNav a, .oneColFixCtrHdr #footer a{
	color:#000066;
	text-decoration: none;
}
.oneColFixCtrHdr .topHeaderNav a:hover, .oneColFixCtrHdr #footer a:hover{
	color:#000;
	text-decoration: underline;
}

.oneColFixCtrHdr #mainContent {
	padding: 10px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#video{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 340px;
}

/* Miscellaneous classes for reuse */ 

/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
.fltrt {
	float: right;
	margin-left: 8px;
}
/* this class can be used to float an element left in your page */
.fltlft { 
	float: left;
	margin-right: 8px;
}

.oneColFixCtrHdr #greenbar{
	background-color: #C6D6C4;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
	font-size: 15px;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h1{
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #006;
}

h1White{
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #FFF;
}
h2{
	font-size: 15px;
	margin-bottom: 0px;
	color: #006;
}

h3{
font-size: 13px;
margin-bottom: 0px;
}

h4{
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 0px;
}


p{

margin-top: 0px;

}

a{
color: #000066;
}

a:hover{
color: #000;

}

.red{
	color: #FF0000;
	text-align: right;
}
Centered {
	text-align: center;
}
h1White {
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #FFF;
}
