@charset "utf-8";
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;
}
#navbar {
	background-image: none;
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtrHdr #container {
	width: 1004px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtrHdr #mainContent {
	width: 960px;
	height: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}


.oneColFixCtrHdr #footer {
	background-image: url(images/footer.jpg);
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 86px;
	padding-top: 5px;
	background-repeat: no-repeat;
	text-align: right;
	line-height: 50pt;
	clear: left;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	color: #039;
	text-align: right;
	font-size: 12px;
	padding-top: 20px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #999;
	text-align: left;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666;
	font-weight: bold;
}
.bluetext {
	color: #6FF;
}

