@charset "UTF-8";
<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(images/BG2.jpg);
	background-attachment:fixed;
	background-position: 50% 50%;
	background-color: #557569;
}
.twoColFixLtHdr #container { 
	width: 810px;  
	background: #D0D0E5;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.twoColFixLtHdr #header { 
	background: #202221; 
	padding: 0 0 0 0; 
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 140px;
	background-image:url(images/Sidebar.jpg);  
	padding: 20px 20px 10px 5px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 170px; 
	padding: 0 15px; 
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	background:#DDDDDD; 
	background-image: url(images/BGfooter.jpg);
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0; 
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {font-size: 80%;
	color:#003300;}
	
.style2 {font-size: 80%;
	font-weight:bold;
	color:#333399;
}
.style3 {font-size: 75%;
	font-weight:bold;
	color:#000000;
	}
h3 { color:#003300;
}
h4 { color: #2A3E67;
}

a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.style4 {
	color: #003300;
	font-style: italic;
}
--> 


