 body { 
font-family: helvetica, arial, non-serif;
font-size: 12px;
color: #006600;
background-color: #FFFFFF;
background-position: 0px;
z-index: 0;
}
p { font-color: #669966;}
h1 {
font-family: helvetica, arial, sans-serif;
font-size: 14px;
 letter-spacing: 1px;
color: #006600;
text-align: center;
 }
h2 {
font-family: helvetica, arial, sans-serif;
font-size: 12px;
font-style: bold;
color: #669966;
text-align: left;
}

#masthead {
	background-image: url(navimages/header.jpg);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 728px;
	height: 90px;
	z-index: 2;
} 
#content {
position: relative;
font-family: helvetica, arial, san-serif;
color: #006600;
top:120px;
left: 220px;
width: 500px;
z-index: 1;
}
#footer {
 clear : both;
	width: 728px;
 text-align : center;
 font-family : Verdana;
 font-size : 11px;
 padding : 3px;
 border-top : 1px solid #333;
 	background-color: #FFCC88;
 color : #006600;

}

#navcontainer {
 	background-color: #FFCC88;
	position: absolute;
	top:120px;
	left:5px;
	width:160px;
 	z-index:7;
}

li {	
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	font-color: #993300;
	list-style-type: none;
	list-style-position: outside;
	text-decoration: none;
	align: left;
	letter-spacing: 1px;
	line-height: 1.8em;
	}
a:link {
color: #006600;
font-weight: normal;
text-decoration: underline;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
 font-weight: bold;
}

div.figure {
	float: right;
	width: 300px;
	border: thin #006600 solid;
	margin: 10px;
	padding: 10px;
		 	}
.clearthefloats {clear:both;}
