body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bodbg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;

}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav {
	position: absolute;
	width: 255px;
	left: 0px;
	top: 0px;
	font-weight: bold;
}
#nav ul {
	margin-top: 40px;
}

#nav li {
	list-style-type: none;
	margin-top: 10px;
	margin-left: 50px;
}
#nav a:link {
	color: #009;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #009;
}
#nav a:hover {
	text-decoration: underline;
	color: #009;
}
#nav a:active {
	text-decoration: none;
	color: #009;
}
#header {
	margin-left: 325px;
	text-align: center;
	margin-top: 75px;
	margin-bottom: 50px;
}
#header h1 {
	font-size: 120%;
}

#topnav {
	margin-left: 325px;
	margin-bottom: 20px;
	font-size: 90%;
	background-color: #eff4fb;
	padding: 2px;
}
#maintxt {
	margin-left: 325px;
}
#maintxt h1 {
	font-size: 140%;
}
#maintxt h2 {
	font-size: 110%;
}
#footer {
	font-size: 70%;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 20px;
}
#footer a:link {
	color: #000;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #000;
}
#footer a:hover {
	text-decoration: underline;
	color: #000;
}
#footer a:active {
	text-decoration: none;
	color: #000;
}
#form1 p {
	color: #F00;
}

.nodot {
	list-style-type: none;
}
.errstyle {
	color: #F00;
}

