body
	{
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	}

#page
	{
	position:relative;
	top: 20px;	
	text-align: center;
	width: 800px;
	align: left;
	margin: 0 auto;
	}

h1
	{
	font-size: 16px;
	font-weight: bold;
	color: #90bc90;
	text-align: center;
	}

h2
	{
	font-size: 14px;
	font-weight: bold;
	color: #c2c2c2;
	}	

#header
	{
	position: relative;
	width: 800px;
	height: 75px;
	text-align: left;
	border-bottom: 1px dotted #d5d5d5;
	}

#logo
	{
	position: relative;
	width: 242px;
	height: 23px;
	top: 50px;
	}
	
a.logo { display:block; height:23px; width:242px; overflow:hidden; }

a.logo:hover { display:block; text-indent:-242px; }	


#headerpics
	{
	position: absolute;
	width: 215px;
	height: 71px;
	top:1px;
	left: 587px;	
	}

#menu
	{
	position: relative;
	float: left;
	text-align: left;
	}

#content
	{
	position: relative;
	float: left;	
	width: 600px;
	color: #000;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 12px;
	text-align: left;
	}

a.nav:link
	{
	font-size: 13px;
	font-weight: bold;
	color: #90bc90;
	text-decoration: none;
	}

a.nav:visited
	{
	font-size: 13px;
	font-weight: bold;
	color: #90bc90;
	text-decoration: none;
	}

a.nav:hover
	{
	font-size: 13px;
	font-weight: bold;
	color: #757675;
	text-decoration: none;
	}

a:link
	{
	font-size: 14px;
	color: #5b855b;
	text-decoration: underline;
	}

a:hover
	{
	font-size: 14px;
	color: #c2c2c2;
	text-decoration: underline;
	}

a:visited
	{
	font-size: 14px;
	color: #5b855b;
	text-decoration: underline;
	}	

#text
	{
	position: relative;
	width: 700px;
	padding-left: 50px;
	padding-right: 50px;
	color: #c2c2c2;
	font-size: 12px;
	text-align: left;
	}

#info
	{
	position: relative;
	text-align: left;
	padding: 4px;
	background-color: #ddd1c0;
	color: #443218;
	}

#footer
	{
	text-align: left;
	position: relative;
	width: 780px;
	height: 63px;
	align: left;
	padding-top: 170px;
	padding-left: 25px;
	font-size: 18px;
	font-family: Arial Narrow, sans-serif;
	font-weight: bold;
	color: #ffffff;
	}

a.next:link
	{
	color: #443218;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	}
	
a.next:hover
	{
	color: #FFF;
	font-weight: bold;
	background-color: #5ca29c;
	padding: 4px 8px 4px 8px;
	}
	
a.next:visited
	{
	color: #443218;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 8px 4px 8px;	
	}	

img
	{
	border: none;
	}

ul 
	{
	list-style: none;
	margin: 0;
	padding-left: 10px;
	}

.contact
	{
	padding: 3px;
	border: 1px solid #fff;
	font-weight: bold;
	background-color:#90bc90;
	color: #fff;
	}

.contactodd
	{
	padding: 3px;
	}

.contacteven
	{
	padding: 3px;
	background-color:#eef5ee;
	}

li
	{
	padding: 5px;
	}

