.outerwrapper {
	width: 760px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(images/outerwrapperback.gif);
	border: 1px solid #333333;
	text-align: left;
}
.content {
	width: 512px;
	float: left;
	text-align: left;
}
.right {
	width: 248px;
	text-align: left;
	float: left;
	background-repeat: no-repeat;
}
.textindent-right {
	margin-top: 30px;
	padding-left: 25px;
	float: left;
}
.clear {
	clear: both;
}
.footerbar {
	width: 100%;
	margin-top: -5px;
}
.topheader {
	width: 512px;
	text-align: left;
	height: 192px;
	float: left;
	overflow: hidden;
}
.topheaderright {
	width: 248px;
	text-align: left;
	height: 192px;
	overflow: hidden;
	float: left;
	background-color: #D6E9E7;
}
.textindent2 {
	padding: 5px 20px 20px 26px;
}
.topmenu {
	height: auto;
	width: 760px;
	font-size: 80%;
	text-align: left;
	background-color: #BA9AC3;
}
.textindent {
	padding: 10px 25px;
}

h1 {
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
}
.rightobjectfloat {
	float: right;
	text-align: right;
}
form {
	margin: 10px;
}
.inputeditbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #336633;
}
.smalltext {  font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: normal;
	color: #000;
	}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	border: 1px solid #000000;
}

select {  font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.errortext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 2px;
	color: #FF0000;
}

.leftobjectfloat {
	float: left;
	width: 160px;
}
.pageheader {
	font-weight: bold;
	color: #50206C;
}
hr {
	color: #E5D0EB;
}
.bottombox {
	width: 512px;
	text-align: left;
	overflow: hidden;
	height: 122px;
	margin-top: 10px;
	float: left;
}
ul.nav {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 110%;
	margin: 0;
	padding: 0;
	list-style: none;
		}

/*.dangermouse {
	background-image: url(images/button-on.gif);
	background-repeat: no-repeat;
	background-position: 0 0; 
	height: 26px; 
}	*/
li.nav a:link {
	font-weight: normal;
	color: #000;
	text-decoration: none;
		}
li.nav a:visited {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	}
li.nav a:hover {
	font-weight: normal;
	color: #F9662C;
	text-decoration: none;
	}
li.nav a:active {
	font-weight: normal;
	color: #F9662C;
	text-decoration: none;
	}