body {
	background-image: url(images/topbar.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#topnav {
	text-align: right;
	margin-top: 25px;
	margin-right: 25px;
}
#maintxt {
	margin-left: 225px;
	margin-top: 100px;
	margin-right: 50px;
}
.wrap {
	float: left;
	margin-right: 25px;
	margin-bottom: 5px;
}



#sidenav {
	background-color: #8BD3E5;
	background-image: url(images/sidenav.gif);
	position: absolute;
	width: 183px;
	left: 20px;
	top: 38px;
	background-repeat: no-repeat;
	padding-top: 125px;
}
#sidenavtxt {
	padding-left: 10px;
	font-size: 80%;
	font-weight: bold;
	padding-right: 5px;
}
#sidenavtxt a {
	color: #000066;
	text-decoration: none;
}
#sidenavtxt a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#sidenavtxt2 {
	font-size: 80%;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	background-color: #aadce9;
	padding-right: 10px;
	padding-left: 10px;
}


#sidenavlogo {
	background-color: #8BD3E5;
	position: absolute;
	height: 124px;
	width: 183px;
	left: 20px;
	top: 300px;
	text-align: center;
}
.npsa {
	font-size: 80%;
	margin-right: 5px;
	margin-left: 5px;
}


h5 {
}
.errstyle {
	font-size: 90%;
	color: #FF0000;
}
