body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-y;
	background-position: 0px;
}

#header {
	background-color: #A84C9D;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ED1C24;
}
#rtbox {
	position: absolute;
	top: 0px;
	right: 10px;
}
#rtboxtxt {
	position: absolute;
	top: 50px;
	right: 15px;
	width: 266px;
	height: 60px;
	padding-top: 15px;
}
#rtboxtxt h1 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#rtboxtxt h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: italic;
	color: #FFF;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav {
	width: 175px;
	margin-top: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-bottom-color: #F00;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	font-size: 90%;
	float: left;
}
#nav a:link {
	color: #000000;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #000000;
}
#nav a:hover {
	text-decoration: underline;
	color: #732A85;
}
#nav a:active {
	text-decoration: none;
	color: #000000;
}
#nav ul {
	list-style-type: none;
	padding-left: 15px;
}
#maintxt {
	margin-top: 30px;
	margin-left: 250px;
	margin-right: 50px;
	margin-bottom: 75px;
}
#important {display: none;}
.errstyle {
	color: #F00;
}
.ancmt {
	background-color: #f1e4ed;
	padding: 20px;
	margin-top: 30px;
}
.ancmt h2 {
	margin: 0px;
	padding: 0px;
}

.ancmt ul {
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;

}
.ancmt li {
	margin-bottom: 20px;

}

