@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 35px 0 0 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;
	background-image: url(images/bak.jpg);
}
.oneColFixCtrHdr #container {
	width: 658px;
	margin: 0 auto;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
}
.oneColFixCtrHdr  #header  {
	margin: 0;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	width: 658px;
	background-image: url(Nav/splash2_index.gif);
	font-size: 15px;
	background-repeat: repeat;
	padding: 0px;
	height: 125px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
}
.homenav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #330033;
	text-decoration: none;
}
.homenav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #330033;
	text-decoration: none;
}
.homenav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFF00;
	text-decoration: none;
}
.homenav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #330033;
	text-decoration: none;
}.oneColFixCtrHdr #footer {
	padding: 0px;
	height: 21px;
}
.midsection {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(Nav/splash2_index.gif);
	padding: 30px 0 30px 0;
	margin-top: 0px;
}
.oneColFixCtrHdr #midsectiion {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	background-image: url(Nav/splash2_index.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 */
}
