/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #6bae4d;
	font-size: 0.75em;
}
#wrapper {
	background-color: #6bae4d;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrapperBG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006633;
	border-bottom-color: #006633;
	padding: 5px;
	position: relative;
}

h1 {
	color: #869C61;
	font-size: 2.3em;
	font-style: italic;
	margin-bottom: -10px;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
}
h2 {
	color: #006633;
	margin-top: -9px;
	margin-bottom: 0px;
	font-style: italic;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6bae4d;
	overflow: hidden;
	font-size: 1.6em;
	text-indent: 25px;
}
a:link {
	font-style: italic;
	color: #993300;
	text-decoration: none;
}
a:visited {
	font-style: italic;
	color: #006633;
	text-decoration: none;
}
a:hover, a:active {
	font-style: italic;
	color: #993300;
	text-decoration: underline overline;
}
#content {
	padding-left: 155px;
	margin-top: -5px;
	margin-right: 20px;
	margin-left: 15px;
	min-height: 450px;
}
.legal {
	font-size: 0.8em;
	color: #006633;
	margin-top: -1em;
	margin-left: -1em;
	position: absolute;
	bottom: 140px;
	right: 55px;
}
.legal a {
	font-weight: bolder;
}

.corner {
	position: absolute;
	top: -9px;
	left: 15px;
	z-index: 0;
}
.imgmap {
	position: absolute;
	left: 232px;
	top: 59px;
}
