 
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #006852;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url();
	background-color: #FFF;
}
.twoColFixLtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #333;
} 
.twoColFixLtHdr #header {
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 30px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
	background-image: url(images/headerbkgd.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	color: #333;
	line-height: 18px;
} 
#navcontainer {
	margin-left:-30px;
	Padding-top:115px;
	padding-left:134px;
	}
#navlist li
{
display: block;
list-style-type: none;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 7px;
padding-left:10px;
float:left;
white-space:nowrap;
margin-right: 2px;
background-image:url(images/nav-back.jpg)
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 40px;
	border-right-width: 1.5px;
	border-right-style: solid;
	border-right-color: #999;
	margin-top: 15px;
	margin-bottom: 40px;
	background-color: #FFF;
	text-align: right;
	width: 150px;
	font-size: 12pt;
}
#sidebar a {
	color: #007663;
}	
.twoColFixLtHdr #mainContent {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 570px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
} 
.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 */
	background-color: #FFF;
}
.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;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:100;
}
h1 {
	font-size: 26px;
	color: #007663;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 19px;
	color: #007663;
	line-height: normal;
}
a:link {
	color: #fff;
	text-decoration: none;
	f
}
.green {
	color: #007663;
}
.body {
	color: #333;
}
.green:link {
	color: #007663;
}
.body:link {
	color: #333;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a.green:visited {
	color: #007663;
	text-decoration: none;
}
a.body:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #003333;
	text-decoration:none;
}
a.green:hover {
	color: #007663;
	text-decoration: underline;
}
.borderit img{
border: 2px solid #fff;
}
.borderit:hover img{
border: 2px solid #333;
}
.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}
a.body:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 links {
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}


    
 
