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: left; /* 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: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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: 1px solid #000000;
	text-align: left;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #BABADC;
}

.style1 {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
a {
	color: #3333FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	text-decoration: none;
	line-height: 16px;
	}
	
a:hover {
	color: #3333FF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 105%;
	line-height: 16px;
	}	
.style2 {
	color: #BABADC
	}
.style2 a {
	color: #BABADC
	}
.style2 a:hover {
	color: #BABADC
}


div.notice {
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	padding: 2px;
  }

div.float {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-right: 7px;
	padding-left: 15px;
	width: 140px;
	padding-top: 10px;
  }
div.rightnav {
	float: left;
	width: 100px;
	margin-top: 9px;
	margin-left: 7px;
  }  

 
div.float p {
	text-align: left;
	margin-top: 5px;
}
div.container {
	background-repeat: repeat;
	background-color: #BABADC;
	}

div.spacer {
	clear: both;
	height: 1px;
  }
