@charset "utf-8";
body {
	background-image: url(background.jpg);
	background-repeat: repeat;
	background-position: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #006633;
	width: 333px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
}


#wrapper  {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #00FF00;
	border-left-color: #00FF00;
}
.navWrap {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #000000;
}
.mainContent {
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 100px;
}
.imageTable {
	background-color: #ececec;
	padding: 7px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
}
.accent {
	font-weight: bold;
	color: #CC0000;
}

.imageTable img {
	border: 1px solid #006633;
}


.footer h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 25px;
}
.footer {
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	height: 73px;
	border-top-width: 1px;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006633;
	border-bottom-color: #999999;
}
.mapWrap {
	border: 1px solid #00FF00;
	height: auto;
	width: 600px;
	float: left;
	margin-right: 15px;
}
th {
	text-align: left;
	background-color: #e6e6e6;
}
.forms {
	margin-top: 10px;
	border: 1px solid #999999;
}
.disclaimer {
	font-size: 12px;
	padding-top: 25px;
	font-weight: bold;
}
.indexText {
	font-size: 15px;
	line-height: 21px;
}
