
body {
	background: ;
	text-align: center;
	min-width: 960px;
	font-family: Verdana, Arial, sans-serif;
	font-size: ;
}

#header {
	display: none;
}

#headerText {
	position: absolute;
	top: 15px;
	left: 480px;
	width: 240px;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 {
	color: #000000;
	font-size: 14px;
}
h2 {
	color: #000000;
	font-size: 12px;
}
h3 {
	color: #000000;
}
h4 {
	color: #000000;
}

a {
	color: #000000;
}

.pageHeader {
	font-size: 20pt;
	color: #000000;
}

.pageSubHeader {
	font-size: 12pt;
	color: #a16701;
}

#introParagraph {
	color: #000;
	font-size: 12px;
}

#bodyContainer {
	width : 960px;
	margin:0 auto;
	text-align: left;
}

#contentArea {
	margin: 5px;
	background: #efe0b3;
}

#mainContainer {
	background-color: #fff;
	border: 1px solid #aaa;
	font-size: 10pt;
	padding: 4px;
	width: 950px;
	margin: 0;
}

#leftNav {
	display: none;
}

#navFloat {
	display: none;
}

/* marquee */

 #marquee {
	display: none;
}

/* form styles */

.styledForm h3 {
	background: #eee;
	width: 100%;
	text-align: center;
}

.formInfo {
	font-size: 0.8em;
}

.styledForm label {
	float:left;
	width: 150px;
}

.styledForm input, textarea, select {
	margin-bottom: 2px;
}

.styleForm span.left {
	float: right;
	clear: left;
}

.errorField {
	border: 2px solid red;
}

#messages {
	color: red;
	margin: 4px;
	display: none;
	border: 1px dashed #aaa;
}

/* Footer */

#footer {
	width: 960px;
	height: 25px;
	padding-top: 10px;
	font-size: 9pt;
	text-align: center;
	color: #000000;
}

/* application page */

.application_buttons a{
	color: ;
	background-color: ;
}

.application_buttons a:hover{
	color: ;
	background-color: ;
}


.noprint {
  display: none;
}
#printHeader {
  display: block;
  text-align: center;
}
