@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-size: 11px;
	line-height: 1.5;
}
.twoColFixLtHdr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image:url(images/heading.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:225px;
	text-indent:-9999px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
	font-size: 15px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background: #E6E6E9;
	padding: 15px 10px 10px 0;
	height: 650px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 180px;
	padding: 0 20px;
} 
.twoColFixLtHdr #footer { 
	padding: 0; 
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:55px;
	padding-top:12px;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 10px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.leftNav {
	float: left;
	width: 180px;
	background: #000033;
	padding: 0;
	height: 650px;
}
.leftNavCase1 {
	float: left;
	width: 180px;
	background: #000033;
	padding: 0;
	height: 3100px;
}
.leftNavCase2 {
	float: left;
	width: 180px;
	background: #000033;
	padding: 0;
	height: 5000px;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}
