body {
	font-size: 96%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1em 2em;
	margin: 0em;
}
form > * {
	overflow: visible;
	margin-top: 1.5em;
}
h1 {
	font-size: 165%;
}
h2 {
	font-size: 145%;
}
h3 {
	font-size: 130%;
}
.contactInfo {
	margin: .25em .25em 1em .25em;
	border: 1px solid #cccccc;
	padding: 0em;
}
.classInfo {
	margin: .25em .25em 1em .25em;
	border: 1px solid #cccccc;
	padding: 0em;
	width: 275px;
	float: left;
	min-height: 8em;
}
.contactInfo > table, .classInfo > table {
	font-size: 74%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.contactInfo + p, .classInfo + p {
	clear: both;
}
.contactInfo .sectionEdit, .classInfo .sectionEdit {
	float: right;
	width: 60px;
	margin: .5em;
	padding: 0em;
	font-size: 74%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.contactInfo .sectionHead, .classInfo .sectionHead {
	background-color: #cccccc;
	margin: 0em;
	padding: .25em .5em;
	border-bottom: 1px dashed #f0f0f0;
	font-weight: bold;
}
.errorMsg {
	margin: 1em 2em;
	border: 2px solid #990000;
	padding: .5em;
	background-color: #ffdada;
	font-size: 86%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.highlight {
	color: #990000;
	font-weight: bold;
	font-style: oblique;
}
.labelColumn > p:first-child > *:first-child {
	display: block;
	float: left;
	width: 12em;
}
.labelColumn + * {
	clear: both;
}
.labelSideBySide .optionGroup {
	float: left;
	text-align:center;
	padding: 0em .25em;
}
.labelSideBySide > p {
	margin: 0em;
}
.labelSideBySide + * {
	clear: both;
}
.labelSideBySide:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.labelSideBySide .optionGroup label {
	padding: 0em .75em;
}
.optionsIndented {
	padding: 0em 1em;
	margin: 2.25em 0em;
}
.optionsIndented > * {
	margin: .25em;
}
.optionsIndented > *:first-child {
	margin: 0em -1em;
}
.stronglabel {
	font-weight: bold;
}

#header {
	position: relative;
	top: 0px; left: 0px;
	width: 780px;
	margin: 1em auto;
	overflow: hidden;
	background-color: #99cccc;
}
#headerMain {
	width: 350px;
	padding: 1em;
	text-align: center;
}
#headerSub {
	position: absolute;
	top: -.75em; right: 0px;
	width: 450px;
	padding: 1em;
	font-size: 300%;
	text-align: right;
	color: #336666;
}
#headerSub * {
	margin: 0px;
}

#progressBar {
	clear: both;
	overflow: show;
	width: 780px;
	margin: 1em auto;
	position: relative;
	top: 0px; left: 0px;
	padding: 10px 0px;
	text-align: center;
}
#progressBar .step {
	width: 12.25em;
	height: 13px;
	margin: 0px;
	background-color: #99cccc;
	display: inline-block;
	text-align: center;
	font-size: 68%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	vertical-align: middle;
	overflow: hidden;
}
#progressBar .step.cap {
	width: auto;
}
#progressBar .step.spacer, #progressBar .step.spacer.inactive {
	width: auto;
	background-color: transparent;
	width: 20px;
	padding: 0px;
	height: 24px;
	background-image: url(progressp.png);
	background-position: center;
	background-repeat: no-repeat;
}
#progressBar .step.spacer.inactive {
	background-image: url(progressp_inactive.png);
}
#progressBar .step.active {
	font-weight: bold;
	background-color: #669999;
}
#progressBar .step.inactive {
	color: #cccccc;
	background-color: #d0f0f0;
}

#progressClass {
	width: 780px;
	margin: 0px auto;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
#progressClass p {
	display: inline;
	border: 2px solid #669999;
	padding: .5em;
}
#progressClass .class {
	color: #cccccc;
	margin: 0px 1em;
}
#progressClass .class.current {
	font-size: 120%;
	color: #000000;
}

#content {
	max-width: 860px;
	margin: 0px auto;
}

#regpage4 > p {
	margin: 1.75em 0em;
}

