html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	background-color: #9DC4A7;
	margin: 0px;
	padding: 0px;
}
.outerpage {
	background-color: #61A071;
	min-height: 100%;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	position: relative;





}
.footer {
	background-color: #999999;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 20px;
	width: 775px;
	border: none;
}
.menu {
	background-color: #61A071;
	display: block;
	padding: 0px;
	float: left;
	width: 150px;
	border: none;



}
.pageheader {
	display: block;
	float: left;
	width: 625px;
	margin: 0px;
	padding: 0px;




}
.content {
	display: block;
	float: left;
	width: 585px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin: 15px;
	background-repeat: no-repeat;
	border: solid #FFFFFF;







}
.content2 {
	background-color: #61A071;
	display: block;
	float: left;
	width: 585px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;






}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
	text-decoration: underline;

}
ul {
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;

}
.maps {
	display: block;
	float: right;
	width: 625px;
	background-color: #61A071;





}
.fuzzyimg {
	display: block;
	float: left;
	width: 775px;
}
.tablestyle {
	display: block;
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: #336600;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;


















}
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
}
.contacts {
	display: block;
	float: left;
	width: 625px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;





}
.clearfloat {
	clear: both;
}
