@charset "utf-8";
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.oneColFixCtrHdr #container {
	width: 939px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width: 100%;
	height: 338px;
	background: url(images/header-bg.gif) repeat-x;
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #address {
	background:url(images/address.gif) no-repeat;
	float: right;
	width: 500px;
	height: 55px;
	margin: 5px 0 5px 0;
	padding: 0;
}
.oneColFixCtrHdr #logo {
	background: url(images/header.gif) no-repeat;
	width: 939px;
	height: 338px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.oneColFixCtrHdr #header p {
	margin: 0;
	padding: 20px 0 5px 10px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #header a,a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.oneColFixCtrHdr #header a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #sidebar {
	float: left;
	width: 225px;
	padding: 0 10px;
	margin: 0 auto;
}
.oneColFixCtrHdr #sidebar a,a:visited {
	color: #000000;
	text-decoration: underline;
}
.oneColFixCtrHdr #sidebar a:hover {
	text-decoration: none;
	color: #0000FF;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 250px;
	text-align: justify;
	line-height: 1.5em;
}
.oneColFixCtrHdr #content a,a:visited {
	color: #0000FF;
	text-decoration:underline;
}
.oneColFixCtrHdr #content a:hover {
	text-decoration: none;
}
.oneColFixCtrHdr #content2 a,a:visited {
	color: #0000FF;
	text-decoration:underline;
}
.oneColFixCtrHdr #content2 a:hover {
	text-decoration: none;
}
.oneColFixCtrHdr #imagesection {
	margin: 0 auto;
	padding: 0;
}
.oneColFixCtrHdr #footer {
	padding: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0066CA;
	margin: 0;
	text-align: center;
	font-size: 12px;
	width: 100%;
	color: #FFFFFF;
	height: 175px;
}
.oneColFixCtrHdr #footer a,a:visited {
	color: #999999;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: underline;
}
.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h3 {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}