body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bdbg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 40px;
}
#header {
	font-size: 150%;
	color: #046937;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	font-variant: small-caps;
	padding-left: 135px;
	text-align: center;
	padding-top: 36px;
	padding-bottom: 30px;
}
#headerl {
	position: absolute;
	width: 80%;
	left: 183px;
	top: 82px;
	background-image: url(images/hdln.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 4px;
}
#nav {
	color: #046937;
	text-align: center;
	padding-left: 125px;
	font-size: 80%;
}
#nav li {
		display: inline;
}
#nav a:link {
	color: #046937;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #046937;
}
#nav a:hover {
	text-decoration: underline;
	color: #046937;
}
#nav a:active {
	text-decoration: none;
	color: #046937;
}
#maintxt {
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
}
.wrap {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
}
.picttl {
	font-size: 85%;
	font-style: italic;
}
.navmap {
	font-size: 90%;
	font-weight: bold;
}
.errstyle {
	color: #F00;
}
