@charset "utf-8";
body  {
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container { 
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 0px;
	border-bottom-color: #0000CC;
	border-bottom-width: 1px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 00px 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 150px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 170px;
	padding: 0 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: inset;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #0000CC;
	border-left-color: #0000CC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: inset;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0 0 0 170px;
	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;
}
a:link {
	text-decoration: none;
	color: #003399;
	border-bottom:2px dotted #003399; 
}
a:visited {
	color: #003399;
	text-decoration: none;
	border-bottom:2px dotted #003399; 
}
a:hover {
	color: #003399;
	text-decoration: none;
	border-bottom:2px dotted #FF0000; 
}
