body, td, p{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}
a  {
	color: #30235B;
	text-decoration: underline;
}
a:hover  {
	color: #715224;
	text-decoration: underline;
}
.purpleBorder {
	border: 1px solid #2E1E5A;
}
.goldLine {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #715224;
	border-right-color: #715224;
	border-bottom-color: #715224;
	border-left-color: #715224;
}

.nav {
	font-size: 12px;
	color: #30235B;
	font-weight: bold;
	text-decoration: none;
}
.nav:hover {
	color: #715224;
	}

h1 {
	color: #30235B;
	font-size: 20px;
	font-weight: bold;
	}
	
h2 {
	color: #715224;
	font-size: 14px;
	}
h3 {
	color: #30235B;
	font-size: 14px;
	}
#navigation li{
	float:left;
	
}

.required, .errorMsg{
	color: red;
}
label{
	width: 100px;
	display: block;
	float: left;
}
#formButton{
	margin-left: 290px;
}