@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;
}
.oneColLiqCtr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	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. */
}
#mainContent #mainleft {
	float: left;
	width: 475px;
}
#wn #lyr1 #questions {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #739539;
}
.oneColLiqCtr #mainContent {
	width: 700px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 375px;
}
#mainContent #mainright {
	float: right;
	width: 225px;
}
.oneColLiqCtr #container #top {
	height: 75px;
	background-color: #739539;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #141217;
}
.oneColLiqCtr #container #bottom {
	height: 75px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #100F14;
	background-color: #739539;
}
.oneColLiqCtr #container #top #menu {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.oneColLiqCtr #container #bottom #footer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	font-size: 11px;
}
#mainContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #739539;
	font-size: 24px;
}
#mainContent p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wn #lyr1 #role {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	margin-top: -20px;
}
