#bannertext {
	margin: 0;
	padding: 0px 4px 0px 8px;
	}
	body {
	margin: 0;
	padding: 0;
	background-color: #eed368;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#leftcol {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 2px 10px 10px 15px;
	color: #e15427;
	}
#mainbody {
	margin: 0;
	padding: 30px 20px 10px 30px;
	border-left: 1px solid #e15427;
	}
H1	{
	color: #006600;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:700;
	}
H2 	{ color: #006600;
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:700;
	}
h4	{
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	}
p	{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a	{
	font-weight: bold;
	color: #006600;
	
	}
a:hover	{
font-weight: bold;
	color: #006600;
	text-decoration:none;
	background-color:#FF9933;
	}
#mainbody li {
	font-size: 12px;
	padding: 4px 0px 0px 0px;
	}
.greenemph {
	font-weight: bold;
	color: #006600;
	}
.orangeemph	{
	font-weight: bold;
	color: #e15427;
	}
	.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;
}