html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #666666;
background-color: #FFFFFF;
text-align:center;
}

#wrapper {
	position: relative;
	width: 750px;
	background-color:#FFFFFF;
	margin:10px auto;
	text-align:left;
}

#banner {
	width: 750px;
	margin-left: 0px;
	background-color:#FFFFFF;
	height: 200px;
	background-repeat: no-repeat;
}

#content {
	width: 630px;
	margin-left: 50px;
	background-color:#FFFFFF;
	padding: 30px 0px 40px 0px;
	min-height: 270px;
}
#map {
	text-align: center;
	margin: 40px 0px 20px 0px;
}

#content p{
	font-size: 11px;
	margin: 10px 20px 0px 200px;
	line-height: 13pt;
}
.txtLayer {
	text-align: left;
	margin-left: -200px;
}

#nav {
	position: absolute;
	width: 120px;
	left: 0;
	top: 0;
	background-color: #FFD24F;
	text-align: center;
	display: none;
}

.nav li {
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
	text-align: left;
	}
.nav li a{
	padding: 10px 0px 10px 10px;
	display: block;
	background: #FFD24F;
	color: #414142;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto!important;
	height: 1%;
	border-color: #FFFFFF;
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	}

.nav li a.here {
	padding: 10px 0px 10px 10px;
	display: block;
	background: #A49400;
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto!important;
	height: 1%;
	border-color: #FFFFFF;
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	}

.nav li a:hover {
	padding: 10px 0px 10px 10px;
	display: block;
	background: #A49400;
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto!important;
	height: 1%;
	border-color: #FFFFFF;
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414142;
}

h1 {
	font-size: 12px;
	color: #414142;
	padding: 20px 0px 10px 10px;
	border-color: #FFFFFF;
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
a {
	color: #414142;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #A49400;
	text-decoration: underline;
}

.pagetitle{
	float: right;
	margin-right: 53px;
	margin-top: 12px;
	z-index: 5;
}

#footer{
	height: 20px;
	width: 630px;
	background-color:#FFFFFF;
	margin-left: 120px;
	padding: 0px 0px 10px 0px;
}

#footer p {
	font-size: 10px;
	}

#floatLeft{
	float: left;
	margin: 10px 0px 0px 10px;
	display: none;
}

#floatRight{
	float: right;
	margin: 10px 10px 0px 0px;
	padding-bottom: 5px;
}

.clearit{
clear: both;
}
.txtGreenBold {
	font-weight: bold;
	color: #a49400;
}
#floatLeft a {
	color: #414142;
}
#floatRight a {
	color: #414142;
}
#floatRight a:hover {
	color: #A49400;
}
#floatLeft a:hover {
	color: #A49400;
}
.border {
	border-bottom: dotted black 1px;
	padding: 0px 0px 10px 0px;
}
#floatLeft p {
	color: #414142;
	margin: 0;
	text-align: center;
}
.pointer {
	cursor: pointer;
}
#content li {
	margin-left: 200px;
	padding: 10px 0px 20px 0px;
	list-style-type: circle;
	font-size: 12px;
}
.print {
	display: block;
	z-index: 1;
}