@charset "UTF-8";
/* CSS Document */

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;
}
.oneColFixCtrHdr #container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-left: 80px;
	margin-top: 40px;
}
.oneColFixCtrHdr #header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 135px;
	margin-top: 40px;
	font-size: 16px;
	font-weight: normal;
}
.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 */
}
.oneColFixCtrHdr #container #header h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.oneColFixCtrHdr #container #header a {
	color: #999999;
	margin-left: 300px;
	font-size: 12px;
}

.oneColFixCtrHdr #container #mainContent #signupForm {
	font-family: verdana;
	font-size: 11px;
	width: 400px;
background: #dddddd"
; 		color: #FFFFFF;
	background-color: #336633;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #mainContent img {
	margin-left: -60px;
}

