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

p { font: 10pt verdana,arial,sans-serif,helvetica; }
.twoColFixLt #container {
	width:588px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
        float: left;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
	background-color: #FFFFFF;
	margin-left: 10px;
}
.twoColFixLt #mainContent {
	width: 400px;
        font-family: arial,verdana,helvetica,sans-serif;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
} 
.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;
}
.headline {
	font-size: 22px;
	color: #006600;
}
.bodyCopy {font-size: 14px}
.style3 {font-size: 10px;
	font-family: Arial;
}
.style8 {font-size: 9px; font-family: Arial; }
.subheads {
	font-size: 110%;
	color: #008900;
}
.subheaddrkgrn {font-size: 110%; color: #005C00; }
.greySubheds {color: #333333;
	font-weight: bold;
}
.sideMenu { color: #333333;font-weight: bold; }
.sideMenu a { color: #000000; font-size: 8pt; }
.sideMenu a:active { color: #333333; font-size: 8pt; }
.sideMenu a:visited { color: #009900; font-size: 8pt; }
.sideMenu a:hover { color: #333333; font-size: 8pt; }

.customlist {padding:0;margin:0;}
.customlist li {padding: 0 0 0 5px; margin: 0;}
