body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	font-weight: lighter;
}

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

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

img {
	border:none;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 19pt;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
	margin-top:0px;
	line-height: 12pt;
}



/*--------------------------------------------------------------*/
/* layout divs */


#wrapper{
	width: 1000px;
	margin:0 auto;
	text-align: left;
}

#header{
	float:left;
	width:1000px;
	height:130px;
	clear:both;
}

#contentwrapper{
	float:left;
	width:1000px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-color: #5A8E22;
	height: 350px;
}


#footer{
	float:left;
	background-image: url(../images/Footer.gif);
	width:1000px;
	height:100px;
	text-align:right;
	font-size:0.78em;
}

/*--------------------------------------------------------------*/
/* header contents */

#headertext{
	margin-top:212px;
	margin-left:20px;
	margin-bottom:0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: lighter;
	color: #00DCD6;
}

#nav{
	width:960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: lighter;
	color:#5A8E22;
	margin-left: 20px;
	margin-top: 20px;
	height: 110px;
	display: inline;
	float: left;
}
/*--------------------------------------------------------------*/
/* footer contents */

#footer a{
	color:#5A8E22;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

/*--------------------------------------------------------------*/
/* contentwrapper contents */

#leftcol{
	width:380px;
	float:left;
	background-repeat:repeat-y;
	background-position: right;
	height: 310px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 20px;
}

#rightcol{
	width:580px;
	float:right;
	padding-left:0px;
	height: 350px;
	z-index: 0;
}
#rightcol_Text {
	width:540px;
	float:left;
	background-repeat:repeat-y;
	background-position: right;
	height: 310px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 20px;
}
#map {
	width:1000px;
	float:left;
	padding-left:0px;
	height: 350px;
	z-index: 0;
}

/*--------------------------------------------------------------*/
/* misc classes */

.highlightedtext{
	color: #999999;
	font-weight:bold;
}
				
#date {
	float:left;
	width:980px;
	height:20px;
	text-align:left;
	background-image: url(../images/Date_BG.gif);
	padding-left: 20px;
	color: #FFFFFF;
}

