@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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;
}
.clr {
	clear: both;
}
.oneColFixCtr #container {
	width: 500px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	width: 500px;
	background: url(/images/shared/build_logo.png) no-repeat left top;
}
#footer {
	margin: 0px;
	padding: 20px 0px 0px 195px;
	width: 736px;
}
#footer p {
	font: 11px/15px Arial, Helvetica, sans-serif;
}
#footer a {
	font: 11px/15px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #000;
}
#footer a:hover {
	font: 11px/15px Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

#bodyWrapper {
	margin: 0px;
	padding: 40px 0px 0px;
}

#bodyContent {
	margin: 0px;
	padding: 0px 0px 0px 170px;
	position: relative;
	clear: both;
	width: 330px;
}
#bodyContent .title {
	margin: 0px;
	padding: 0px 0px 10px;
}
#bodyContent .title p {
	margin: 0px;
	padding: 0px;
}



#bodyContent p {
	font: 12px/16px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 10px;
}
#bodyContent a{
	color: #65A135;
	text-decoration: none;
	font: bold 11px/13px Arial, Helvetica, sans-serif;
}
#bodyContent ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0 10px;
	list-style:circle url(none);
}
#bodyContent li {
	font: 12px/16px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 3px;
}

#bodyContent .green {
	color: #65A135;
}
#bodyContent  p.footnote {
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 15px 0px 0px;
}
#bodyContent form {
	margin: 0px;
	padding: 0px;
}
#bodyContent a.blue {
	font: normal 15px/17px Arial, Helvetica, sans-serif;
	color: #00AEDB;
	text-decoration:none;
}
