@charset "UTF-8";
/* CSS Document */

body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	font-size: 12px;
	text-align: center; 
	color: #000000;
}


a.left_nav { color: black;
text-decoration: none; }

a.left_nav:hover { color: black;
text-decoration: underline;
font-weight: bold;
}

a.left_nav:visited { color: black;
text-decoration: none; }

a.left_nav:active { color: black;
text-decoration: none; }


.twoColFixLtHdr #container { 
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 0 0 0;
} 

.twoColFixLtHdr #left_nav {
	background-color: #0066FF;
	font-size: 11px;


}

.twoColFixLtHdr h1 {
	margin: 0; 
	color: white;
	font-family: Arial;
	font-size: 11px;
	background-color:#003366;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 6px; 
}

.twoColFixLtHdr h2 {
	margin: 0; 
	color: white;
	font-family: Arial;
	font-size: 14px;
	background-color:#CC3300;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 6px; 
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;  
	border-bottom: 1px solid white;
}


.twoColFixLtHdr #sidebar_spacer {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;  
	border-bottom: 1px solid white;

}

td.left_nav { 
background-color: #abcfed;
width: 200px;
padding-left: 10px;
padding-top: 15px;
padding-bottom: 15px; }

.twoColFixLtHdr #div1 { 
	margin: 0 0 0 202px; 
	padding: 3px; }
	
	.twoColFixLtHdr #div2 { 
	margin: 0 0 0 202px; 
	padding: 3px; }
	
	.twoColFixLtHdr #div3 { 
	margin: 0 0 0 202px; 
	padding: 3px; }
	
	.twoColFixLtHdr #div4 { 
	margin: 0 0 0 202px; 
	padding: 3px; }
	
	.twoColFixLtHdr #div5 { 
	margin: 0 0 0 202px; 
	padding: 3px; }
	
	.twoColFixLtHdr #div6 { 
	margin: 0 0 0 202px; 
	padding: 3px; }
	
	.twoColFixLtHdr #div7 { 
	margin: 0 0 0 202px; 
	padding: 13px; }
	
	.twoColFixLtHdr #div8 {
	margin: 0 0 0 202px; 
	padding: 13px; }
	
	.twoColFixLtHdr #div9 { 
	margin: 0 0 0 202px; 
	padding: 13px; }
	
	.twoColFixLtHdr #div10 { 
	margin: 0 0 0 202px; 
	padding: 13px; }
	
	.twoColFixLtHdr #div11 { 
	margin: 0 0 0 202px; 
	padding: 13px; }
	
	.twoColFixLtHdr #div12 { 
	margin: 0 0 0 202px; 
	padding: 13px; }
	
	.twoColFixLtHdr #div13 { 
	margin: 0 0 0 202px; 
	padding: 13px; }
	
	
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
