@viewport {
    zoom: 1.0;
    width: extend-to-zoom;
}

body {
	background: #331b3c;
	color: #8899a6;
}

h1 {
	color: #ffffff;
}
h2 {
	color: #b9c001;
}
header {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
}

nav {
	background-color: #66106e;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
nav ul {
	margin: 0px;
	padding: 0px;
}
nav ul li {
	list-style: none;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
nav ul li a {
	font-weight: bold;
	color: #8899a6;
	text-decoration: none;
}
nav ul li a:hover {
	text-decoration: underline;
}
nav.subnav {
	background: #ffffff;
	border-top: 0px;
	border-bottom: 2px solid #000000;
}
nav.subnav ul li a {
	color: #000000;
}
.maincontent {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
label {
	display: inline-block;
	width: 150px;
	text-align: right;
	vertical-align: top;
}
.formnote {
	font-size: 8pt;
	margin-left: 154px;
	font-style: italic;
	display: inline-block;
	width: 359px;
	text-align: left;
}
.errormsg {
	color: #ff0000;
}
.feedbackmsg {
	color: #006600;
	font-weight: bold;
}
