@charset "utf-8";
/* CSS Document */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #bdd530;
	/*background-image:url(images/a2.gif);
	background-repeat:repeat-x;*/
	margin: 12px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
}
.twoColFixLtHdr #container 
{ 
	background: #FFFFFF;
	margin: 15px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #BrandingMain 
{
 
} 
.twoColFixLtHdr #NavMain 
{
	display:none; 	
}
.twoColFixLtHdr #ContentMain
{ 
	padding: 10px; 
} 
.twoColFixLtHdr #SiteInfo { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	border-top-style:solid;
	border-color:#333333;
	border-width:1px;
} 
.twoColFixLtHdr #SiteInfo p {
	margin: 0; /* zeroing the margins of the first element in the SiteInfo 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 */
}
.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;
}
#ContentMain h3
{font-family:Georgia, "Times New Roman", Times, serif; font-size:1.1em; color:#4F7912;margin-top:10px;}
#ContentMain h4
{font-family:Georgia, "Times New Roman", Times, serif; font-size:0.9em; color:#d08900;}
#ContentMain p
{
font-size:0.8em;
}
#NavMain p
{
font-size:0.8em;
}
#ContentMain li
{
font-size: 0.8em;
}
#ContentMain ul
{
list-style-type:none;
}

#NavMain ul
{
list-style-type:none;
}
#NavMain li
{
font-size: 0.8em;
font-family:Verdana, Arial, Helvetica, sans-serif;
height:32px;
margin-left:-40px;
padding-left:12px;
background-image:url(images/btn2.gif);
background-repeat:no-repeat;
}
#NavMain li a:link,#NavMain li a:visited
{	
color:#000;
text-decoration:none;
}
#NavMain li a:hover,#NavMain li a:focus
{	
color:#4F7912;
font-weight:bold;
text-decoration:none;
}
#NavMain p
{
font-size:0.8em;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#NavMain h3
{font-family:Georgia, "Times New Roman", Times, serif; font-size:1.0em; color:#4F7912;}
#BrandingMain h1
{font-family:Georgia, "Times New Roman", Times, serif; font-size:1.6em; color:#4F7912; line-height:0.7em; margin:16px 0px 0px 10px;}
#BrandingMain h2
{font-family:Georgia, "Times New Roman", Times, serif; font-size:1.4em; color:#d08900; line-height:0.7em; margin-left:10px;}
#SiteInfo p
{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.7em;}
.line01
{
border-bottom:dotted;
border-bottom-color:#069;
border-bottom-width:1px;
width:100%;
}
fieldset
{
border-style:none;
}
#questionform form label 
{ 
display: block; float: left; width: 145px; padding: 0; margin: 5px 10px 0px 0px; 
}
#feedbackform form label.input
{ 
display: block; float: left; width: 200px; padding: 0; margin: 5px 10px 0px 0px;  
}
#feedbackform form input.radio 
{ 
margin-left: 175px; 
}

