body{
	background-color: #e2e2e2;
	margin: 0.5em 1em 0.5em 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1{
	color: #006600;
	font-weight: bold;
	font-size: medium;
	margin: 0em 0em 0.3em 0em;
}

p{
	color: #000;
	font-size: x-small;
}

.formsubmit{
font-size: x-small;
	background-color: #006600;
	color: #fff;
	border: 1px solid #000;
}

a{
	color: #006600;
	text-decoration: none;
}

a:hover{
	color: #999;
	text-decoration: underline;
}

.boldgreen{
	color: #006600;
	font-weight: bold;
}

.boldgreensmall{
	color: #006600;
	font-weight: bold;
	font-size: x-small;
}

img{
	border: 1px none #fff;
}

.imgright{
	float: right;
	margin: 0.3em 0em 0.3em 0.3em;
}

.imgleft{
	float: left;
	margin: 0.3em 0.3em 0.3em 0em;
	
}

#main_container{
	border: 1px solid #000;
	background-color: #fff;
	width: 100%;
}

#header{
	background-image: url(../media/header_bk.jpg);
	background-repeat: repeat-x;
	height: 128px;
	
}



#main_logo{
	padding: 0em 0em 0em 0em;
	float: left;
}
#header2{
	background-image: url(../media/map_bk.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	clear: right;
	height: 93px;
	padding-top: 68px;
}

#headertext{
	font-weight: bolder;
	font-size: medium;
	color: #006600;
	height: 26px;
	margin: 4px 0em 0em 0em;
	clear: right;
}

* html #headertext{
	font-size: small;
	margin: 2px 0em 0em 0em;
}


#content{

float: left;
	width: 99%;
   margin: 0;
	
}

#nav{
  
   float: left;
	width: 8em;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;

}

.mainnav{

	list-style-type: none;
   padding: 0em 0em 0em 0.5em;
   margin: 0;
}

.mainnav li{
	margin: 0.5em 0em 0.5em 0.1em;
	padding: 0;
}

.mainnav li a{
padding: 0.5em 0em 1em 3em;
	font-size: 80%;
   color: #000;
	background-image: url(../media/bullet_green.jpg);
	background-repeat: no-repeat;
	background-position: 0.2em;
	text-decoration: none;
	
}

.mainnav li a:hover{
	font-size: 80%;
   color: #000;
	background-image: url(../media/bullet_orange.jpg);
	background-repeat: no-repeat;

	text-decoration: underline;
}

.mainnav li .selected{
	font-size: 80%;
   color: #006600;
	font-weight: bold;
	background-image: url(../media/bullet_orange.jpg);
	background-repeat: no-repeat;

	text-decoration: none;
}

.subnav {
	
	padding: 0em 0em 0em 3em;
	font-size: 70%;
	margin: 0;
}

.subnav li{
   list-style-type: none; 
	padding-left: 1em;
	padding-bottom: 0.2em;
	
	
	
}

.subnav li a{
   background-image: none;
	color: #006600;
	text-decoration: none;
}

.subnav li a:hover{
   background-image: none;
	color: #000;
	text-decoration: underline;
}

.subnavselected{
	font-weight: bold;
	color: #006600;
}

#content #main{
	  
	float: left;

	 padding: 0.2em 0.2em 0.2em 0em;
   width: 80%;
	
}

/*\*/

#content #main{
clear: none;
   float: left;
   width: 82%;
	
}

/* end mac hack */

.text{
	float: left;
	width: 73%;
	padding-left: 0.7em;
	padding-right: 0.5em;
}

.break{
	clear: both;
}

.who{
   
	float: left;
	
	margin: 0em 0.6em 0.5em 0em;
}

.rightcol{
   float: right;
	width: 142px;
	text-align: center;
}

.greenboldtext{
margin: 0;

	font-size: xx-small;
	font-weight: bold;
	color: #006600;
}

.ticklist{
	font-size: x-small;
	list-style: none;
	display: block;
	
	margin-left: 1em;
}

.ticklist li{
	background-image: url(../media/tick.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.3em;
	padding: 0em 0em 1.3em 1.7em;
}

.list1{
	font-size: x-small;
	list-style: none;
	display: block;
	margin-left: 1em;
}

.list1 li{
	background-image: url(../media/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.3em;
	padding: 0em 0em 1.3em 2em;
}

.list2{
	font-size: x-small;
	list-style: none;
	display: block;
	margin-left: 1em;
}

.list2 li{
	background-image: url(../media/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.1em;
	padding: 0em 0em 1.3em 2em;
}


.formbox{
	clear: both;
	float: left;
	margin-bottom: 0.5em;
	width: 99%;

}

.formlabel{
	float: left;
	text-align: left;
	font-size: x-small;
	width: 12em;

}

.formelement{
	float: left;
	text-align: left;

}

#footernav{
   padding-top: 2em;
	padding-bottom: 1em;
	clear: both;
	text-align: center;
	font-size: 60%;
}

#footernav a{
   color: #000;
	text-decoration: none;
}

#footernav a:hover{
   color: #006600;
	text-decoration: underline;
}

#footernav .selected{
   color: #006600;
	font-weight: bolder;
	text-decoration: none;
}

#footer{
   clear: both;
	background-color: #99cc99;
	height: 5px;
	font-size: 1%;
}