html{ overflow-y : scroll; }
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000000;
	background-image: url(../images/site-bg2.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 904px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #login {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 40px;
}
.oneColFixCtrHdr #headerOriginal {
	height: 107px;
	background-image: url(../images/header-graphic-new.jpg);
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #header {
	height: 32px;
	background-image: url(../images/header-graphic-new.jpg);
	margin: 0px;
	padding-top: 74px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}
.oneColFixCtrHdr #headercontentOriginal {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 117px;
	margin: 0px;
	background-image: url(../images/header-graphic2-new.jpg);
}
.oneColFixCtrHdr #headercontent {
	height: 40px;
	background-image: url(../images/header-graphic2-new.jpg);
	margin: 0px;
	padding-top: 74px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}

.oneColFixCtrHdr #contenttitle {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 35px;
	margin: 0px;
}





.oneColFixCtrHdr #menu {
	height: 36px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #fieldgraphic {
	height: 213px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-image: url(../images/fieldgraphic1.jpg);
}




.oneColFixCtrHdr #mainContenthome {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #000000;
	background-image: url(../images/fieldgraphic2.jpg);
	min-height: 335px;
}

.oneColFixCtrHdr #mainContenttop {
	height: 55px;
	margin: 0px;
	background-image: url(../images/maincontent-top.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(../images/maincontent-bg.gif);
}

.oneColFixCtrHdr #mainContentbot {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 325px;
	margin: 0px;
	background-image: url(../images/maincontent-footer.jpg);
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #footer {
	background-image: url(../images/footer-image-new.jpg);
	height: 115px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 45px;
}
.menuoption {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.menuoptionNew {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.menuoptiondividers {
	color: #999999;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}


.menuoption:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.bannerSmall {
	color: #FFFFFF;
	font-weight: bold;
}
.bannerLarge {
	font-size: x-large;
	color: #FFFFFF;
	font-weight: bold;
}
.style1 {
	font-size: 70%
}
.titles
{
	font-size: x-large;
	color: #009966;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.titlesmed
{
	font-size: small;
	color: #003366;
	font-weight: bold;
}
.contentMed {
	color: #333333;
	font-size: 80%;
}
.contentMedRed {
	color: #990000;
	font-size: 80%;
}
.contentMedBold {
	color: #333333;
	font-size: 80%;
	font-weight: bold;
}
.contentMedBoldWhite {
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
}
.contentMedWhite {
	color: #FFFFFF;
	font-size: 80%;
}
.footercontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.footercontentbold {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: bold; 
}
hr {
color: #009966;
background-color: #009966;
height: 1px;
}
