@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #666666;
	background-image: url(_images/outer_bg.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCC;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	background-image: url(_images/banner_bg.jpg);
	background-repeat: no-repeat;
	height: 119px;
	width: 780px;
	text-align: right;
	line-height: 1px;
	background-position: 0px;
	text-indent: 0;
	margin: 0px;
	padding: 0;
}
.oneColFixCtrHdr #container #header #navbar {
	padding: 0px;
	height: 35px;
	width: 609px;
	top: 84px;
	left: 0px;
	text-align: right;
	margin: 0px;
	position: relative;
	float: right;
}


.oneColFixCtrHdr #header h1 {
	margin: 0; /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(_images/large_logo_bg.jpg);
	background-repeat: no-repeat;
}
.BF_Header1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #00619D;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0;
}
.BF_Header2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #00619D;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.BF_Header3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00619D;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.BF_Body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	left: 0px;
	right: 0px;
	line-height: 17px;
}
.BF_Body_Bold_Green {
	font-family: Verdana, Geneva, sans-serif;
	color: #009999;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}

.BF_Body_Italic_Blue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #00619D;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.oneColFixCtrHdr #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000;
	background-color: #FFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.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 */
}

