@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
}
.oneColFixCtrHdr #container {
	width: 775px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: small;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.oneColFixCtrHdr a {
	color: #189A98;
}
.oneColFixCtrHdr #header {
	height: 124px;
	padding-bottom: 0;
	background-image: url(../_images/bkg_sand.jpg);
	background-repeat: repeat-x;
	padding-top: 1px;
}
.oneColFixCtrHdr #mainnav {
	height: 50px;
	padding-bottom: 0;
	background-image: url(../_images/bkg_nav.jpg);
	background-repeat: repeat-x;
	float: none;
}
.oneColFixCtrHdr #mainnav p {
	font-size: small;
	color: #189A98;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 3px;
	margin-top: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: medium;
	color: #189A98;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: x-small;
}
.oneColFixCtrHdr #container #mainContent h5 {
	font-size: x-small;
	color: #666;
	font-weight: normal;
}
.oneColFixCtrHdr #footer {
	background-image: url(../_images/bkg_nav.jpg);
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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 */
	font-size: small;
	color: #666;
}
.oneColFixCtrHdr #container #mainContent h4 {
	color: #189A98;
}
