@charset "UTF-8";
html 
	{height: 100%;
	margin-bottom: 1px;
}
body  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #B3CD92;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: #04441F;
}
.wrapper #container { 
	width: 780px;
	background-color: #fcf7e1;
	margin: 0 auto;
	padding: 20px 40px;
	border: 1px solid #000000;
	text-align: left;
	position: relative;
} 
.wrapper #header { 
	padding: 0;
	width: 780px;
	margin: 0px auto 10px;
} 	
.wrapper #mainContent {
	margin: 0px -3px 0 170px;
	padding: 1px 0 0 20px;
}
.wrapper #mainContent a {
	color:#006096;
}
.wrapper #mainContent a:hover {
	color:#7305C9;
}
#header {
	position: relative;
}
#header .bannerHead {
	position: absolute;
	top: 6px;
	left: 95px;
	font-size: 80px;
	line-height: 65px;
	color: #04441F;
	letter-spacing: .01em;	
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 28px;
}
h4 {
	font-size: 20px;
	font-style: italic;
	margin: 0 0 10px;
	font-weight: normal;
}
p  {
	margin: 4px 0 8px;
}
ul, ol  {
	margin: 0;
	padding: 0;
}
li {
	margin: 0 0 5px 30px;
}
li.square {
	list-style-type: square;
	list-style-position: inside;
	margin: 0 0 7px 0;
}
.wrapper #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.wrapper #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 */
}
table.needs {
	width: 100%;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	line-height: 26px;
	margin-bottom: 15px;
}
table.needs tbody.green {
	background: #E4ECD2;
}
table.needs tbody.white {
	background-color: #fcf7e1;
}
table.needs td {
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	padding: 0 0 0 12px;
}
table.needs td input {
	margin: 0 0 0 40px;
}
table.address td {
	padding: 0 30px 0 0;
}
table.address td input {
	float: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.normal {
font-weight: normal;	
}
.italic {font-style: italic;}