@charset "utf-8";
body {
	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: #FFFFFF;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg_blue_down_darker.gif);
}
.oneColFixCtrHdr #container {
	width: 1025px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #00CCFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	height: auto;
	margin: 0px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
	width: 1025px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	height: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-position: left top;
	text-align: left;
}
.oneColFixCtrHdr #footer {
	height: auto;
	background-color: #DFDFDF;
	padding: 20;
	border: thin double #999999;
	margin: 20px;
	background-image: url(images/bg_gray_fade_up.gif);
}
.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 */
}
#main_logo {
	height: auto;
	width: auto;
}
#middle bullet box {
	height: auto;
	width: 200px;
	padding-top: 4px;
	border: thin solid #CBE6F9;
	left: 100px;
}
#middle_content {
	margin: 10px;
	padding: 10px;
	height: auto;
	width: auto;
	border: thin solid #0098D9;
	background-color: #FFFFFF;
	background-image: url((URL));
}
