@charset "utf-8";

a:link {color: #18453b; }
a:visited {color: #539753; }
a:hover {color: #695c36; }
a:active {color: #18453b; }



#headerMenu {
	margin: 0;
	background-color: #EAEDE6;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #18453b;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
	white-space: nowrap;
	text-align: right;
	padding-top: 1px;
	}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 90% Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	background-color: #EAEDE6;
	
}

.homeul {
	list-style-type: disc;
	list-style-position: inherit;	
	}

a.noullinks {
	text-decoration:none;
	color: #18453b;
}

a.menulinks {
	text-decoration:none;
	color: #18453b;
	font-family: Arial, Helvetica, sans-serif;
	
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}

	
td {
	vertical-align: top;
}

form { 
   margin: 0px; 
   padding: 5px; 
} 

#crumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

div#skip  { 
  position:absolute; 
  left:0px; 
  top:-500px; 
  width:1px; 
  height:1px; 
  overflow:hidden;
  } 

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: regular;
	
	
}

div#bodyHeader, div#bodyMain, div#bodyFooter{
	position: relative;
	overflow: hidden;
	clear: both;
}

div#bodyFooter div.window{
	background: #E4E8DE;
	display: block;
	height: 58px;
}
div.footer_logo{
	float: left;
	width: 200px;
	margin: 0 0 0 2em;
}
div.footer_text{
	float: left;
	font-size: 0.8em;
	color: #686964;
	padding: 0.43em 0 0.43em 0;
	line-height: 1.4em;
}
div.footer_text a{ color: #686964; }
div#utility ul li{ 
	display: inline;
	padding: 0 0.5em 0 0;
	border-right: 1px solid #686964;
}
div#utility ul li.last{
	border-right: none;
}

div.window h1{
	color: #548654;
	font-weight: bold;
	font-size: 1.6em;
	margin: 0 0.5em 0.53em 0;
}
div.window h2{
	color: 695c36;
	font-weight: bold;
	font-size: 0.875em;
	margin: 0 0.5em 0 0;
}
div.window h3{
	color: 695c36;
	font-weight: normal;
	margin: 0 0.5em 0 0;
	font-size: 0.75em;
}
div.window h4{
	color: #000;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0 0.5em 0 0;
}



