@charset "UTF-8";


.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:none;
	margin: 5px 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: none; 
	padding: 0 0px 0 0px;  /* 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. */
}

.oneColFixCtrHdr #header_img {
	padding: 0 5px 0 5px;  /* 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. */
	width:490px;
	float:left;
}

.oneColFixCtrHdr #header_right {
	padding: 0 5px 0 5px;  /* 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. */
	width:270px;
	float:right;
}

.oneColFixCtrHdr #header_menu_container {
	background:#004588;
	color:#ffffff;
	width:780px;
}
.oneColFixCtrHdr #header_menu {
	background:#004588;
	color:#ffffff;
	padding: 5px;  /* 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. */
	width:770px;
	float:left;
}

.oneColFixCtrHdr #header_search {
	color:#ffffff;
	padding: 5px;  /* 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. */
	width:770px;
	background:#004588;
	height:25p;
}
.oneColFixCtrHdr #header_searchbox {
	color:#ffffff;
	padding: 0px;  /* 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. */
	position:relative;
	left:75%;
	width:150px;
	background:#004588;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
}
.oneColFixCtrHdr #mainContent_banners {
	float:right;
}
.oneColFixCtrHdr #mainContent_left {
	float:left;
	width:670px;
}
.oneColFixCtrHdr #mainContent_right {
	padding-top:20px;
	float:right;
	width: 100px;
}
.oneColFixCtrHdr #mainContent_right .img {
	float:right;
	margin: 0 0 0px 0px; 
}
.oneColFixCtrHdr #footer {
	padding: 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:none;
	width:780px;
	text-align:right;
}
