@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	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;
}
.oneColFixCtr #container #subhead {
	height: 30px;
	background-image: url(../img/topsubheadbanner.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}
.oneColFixCtr #container #footer {
	background-color: #333333;
}


.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 10px auto 0;
	text-align: left;
	border: 0px none #333333;
}
.oneColFixCtr #container #header {
	height: 100px;
}
.oneColFixCtr #container #body {
	margin-left: 5px;
}
.oneColFixCtr #container #navigation {
	height: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image: url(../img/topbuttons.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
	padding-top: 5px;
	padding-left: 5px;
}
.oneColFixCtr #container #subnavigation {
	height: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image: url(../img/topbuttonsSub.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 5px;
	padding-left: 5px;
}

