@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;
	background-color: #666666;
	background-image: url(../images/2008background.gif);
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/2008regpagemidbody.gif);
	background-repeat: repeat;
}
.oneColFixCtrHdr #header {
	background-color: #CC3;
	height: 130px;
}
.oneColFixCtrHdr #container #bottombody {
	background-image: url(../images/2008regpagebottombody.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.oneColFixCtrHdr #container #topfooter {
	background-image: url(../images/2008topfooter.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.oneColFixCtrHdr #container #bottomfooter {
	background-image: url(../images/2008bottomfooter.gif);
	background-repeat: no-repeat;
	height: 26px;
}


.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/2008midfooter.gif);
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	color: #FFF;
}
.oneColFixCtrHdr #container #nav {
	padding-right: 20px;
	padding-left: 30px;
	height: 25px;
	background-color: #999;
	padding-top: 5px;
	padding-bottom: 2px;
}
.oneColFixCtrHdr #container #topbody {
	background-image: url(../images/2008regpagetopbody.gif);
	background-repeat: no-repeat;
	height: 28px;
}

.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 */
	font-weight: bold;
	color: #FFF;
}
.oneColFixCtrHdr #container #footer table tr td a {
	color: #333;
}
.oneColFixCtrHdr #container #mainContent h2 font {
	color: #039;
	font-size: x-large;
}
.oneColFixCtrHdr #container #mainContent table tbody tr td h1 font {
	color: #039;
}
#Textinblue {
	font-weight: bold;
	color: #FFF;
	padding: 2px;
}
