

body  {
	font: 100% courier new, courier, Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	text-align: left; 
	color: #000000;
}
.twoColFixLt #container { 
	font: 100% courier new, courier, Verdana, Arial, Helvetica, sans-serif;
	width: 800px;  
	background: #FFFFFF;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	text-align: left; 
	#background-image: url(../fonts-bg-orange.gif);
	#background-repeat: repeat-y;
}
.twoColFixLt #sidebar1 {
	float: left; 
	width: 94px; 
	padding: 0px 0px 0px 0px;

}
.twoColFixLt #mainContent { 
	margin: 10px 0px 0px 250px; 
	padding: 70px 0px 0px 0px; 
} 
.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;
}
.style1 {color: #00CC66}

h1 { color: #cc3300; font-size: 2.8em; font-weight: bold; line-height: 80%; margin: 0; padding: 20px 0 0; }
p1 { color: #cc3300; font-size: 1.1em; font-weight: bold; }
p2 { color: #aaaaaa; font-size: 0.6em; }
h2 { 
	color: #aaaaaa; 
	font-size: 1.2em; 
	font-weight: bold; 
	white-space: nowrap; 
	margin: 0; 
	padding: 20px 0 0 0; }
	
	
a { color: #000000; font: courier; font-size: 1em; text-decoration:none; }	

a:hover{ color: #ffffff; font: courier; font-size: 1em; background-color: #bf7763; text-decoration:none}

a img {
	border: none
	}


