body, td, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #000000;
}
.hdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color: #265b0a;
}
body  {
	background: #666666;
	margin: 0px;
	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 */
}
.twoColFixLtHdr #container { 
	width: 780px;				/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto;			/* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background: #FFFFFF;
} 

.twoColFixLtHdr #sidebar1 {
	float: left;				/* since this element is floated, a width must be given */
	width: 200px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 0px;
	text-align: left;
}
.twoColFixLtHdr #mainContent {
	float: right;				/* since this element is floated, a width must be given */
	width: 487px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 20px;
} 
.twoColFixLtHdr #footer {
	width: 780px;
	height: auto;
	text-align: center;	
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;			/* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.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;
}
a:link, a:visited {
	color: #666666;
	text-decoration: none;
	font-size:9px;
}
a:hover {
	text-decoration: none;
	color: #006600;
	font-size:9px;
}
a:active {
	text-decoration: none;
	color: #CC0000;
	font-size:9px;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.style4 {
	font-weight: bold;
}
.style5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006600;
	font-weight: bold;
	font-style: italic;
}
.style6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
.style7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fdca0d;
	font-weight: bold;
	font-size: 9px;
}
.style8 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #006600;
}