html{ overflow-y : scroll; }
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.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 #header {
	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: 125px;
	margin: 0px;
}
.oneColFixCtrHdr #menu {
	height: 36px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #e9e4e0;
}
.oneColFixCtrHdr #footer {
	padding: 0 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 */
}
.menuoption {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 85%;
	text-decoration: none;
}

.menuoptiondividers {
	color: #999999;
	font-weight: bold;
	font-size: 85%;
	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%;
	color: #FFFFFF;
}
.titles
{
font-size: large; 
color: #003366; 
}
.titlesmed
{
	font-size: small;
	color: #003366;
	font-weight: bold;
}
.contentMed {
	color: #333333;
	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%;
}