body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color: #D6D6D6;
	}
#footerlinks  {
	color: #6889FD;
	text-decoration: none;
}
	#footerlinks a:link {
	color: #6889FD;
	text-decoration: none;
}

#footerlinks a:visited {
	color: #6889FD;
	text-decoration: none;
}

#footerlinks a:hover {
	color: black;
	text-decoration: none;
}
	#container
	{
		margin: 3em auto;
		width: 800px;
		text-align: left;
		background-color: white;
		border: 1px solid black;
	}
	
	#header
	{
		height: 80px;
		background-color: #80ff80;
		background-image: url(images/header4.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	
	#mainnav
	{
		background-color: #BFFFBF;
		padding: 2px 0;
		margin-bottom: 22px;
		border-bottom: 1px solid #008F00;		
		border-top: 1px solid #008F00;
	}
	
	#mainnav ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #008F00;
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #008F00;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #008F00;
		font-weight: bold;
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #ffffff;
		background-color: #008F00;
	}
		
	#contact
	{
		float: right;
		width: 225px;
		padding-left: 15px;
	}
	
	#contact ul
	{
		margin-left: -14px;
		padding-left: 0;
		list-style-type: none;
		line-height: 125%;
	}
	
	#contact h4
	{
		color: #008F00;
	}
	
	#contents	
	{
		margin-right: 250px;
		margin-left: 20px;
		border-right: 1px solid #008F00;
	}
	
	#contents h2
	{
		color: #008F00;
	}
	
	#contents p
	{
		line-height: 145%;
		padding-right: 3px;
	}
	
	#contents ul
	{
		line-height: 125%;
		list-style-image: url('/images/arrow.gif');
	}
	
	#contents a
	{
		color: blue;
		text-decoration: none;
	}
	
	
	#locationnav li
	{
		display: inline;
		padding: 0px;
	}
	
	#footer	
	{
		margin-top: 10px;
		clear: both;
		height: 15px;
		background-color: #BFFFBF;
		text-align: center;
		font-size: 80%;
		padding: 5px;
		border-top: 1px solid #008F00;
	}
	
	.imagefloat
	{
		float: left;
		padding: 2px;
		border: 1px solid #008F00;
		margin: 0 10px 10px 0;
	}
	