@charset "utf-8";
body  {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #006600;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

	
	

.footer {
	padding: 0 10px 0 20px;
	background-color: #B2DFA8;
} 
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #4F91B1;
}

.twoColFixLtHdr #container #mainContent h1 {
	font-size: 16px;
	color: #4F91B1;
}
.border {
	border: 2px solid #006600;
}
.border {
	border: 2px solid #006699;
}
h1 {
	font-size: 16px;
	color: #4F91B1;
}
a:link,a:visited{
color:#5797B1;
}
a:hover{
color:#006633;
text-decoration:none;
}.tbl {
	font-weight: bold;
	color: #003333;
}
