body {
	 font-family: verdana,arial,helvetica,sans-serif;
	 color: #000;
	 background-color: #f2edbc;
	 font-size: 0.9em;
	 height: auto;
	 margin: 30px 60px 30px 60px;
}

#wrappernav {
	width: 658px;
}

#wrapperhome {
	position:relative;
	width: 680px;
	margin: 0 auto;
}

a:link, a:visited {
	color: #609;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-size:1.5em;
	text-align:center;
	padding-top:10px;
}

p, h2, h3 {
	font-size: 100%;
	line-height: 1.4em;
}

#wrapperhome form {
	width:600px;
	margin: 0 auto;
}

form ul{
	list-style:none;
}

li {
	font-size: 100%;
	line-height: 1.4em;
	padding:1px;
}

.regForm label {
	display:block;
	width:150px;
	float:left;
	text-align:right;
	padding-right:20px;
	font-weight:bold;
}	
.regSel label {
	display:block;
	width:200px;
	float:left;
	text-align:right;
	padding-right:20px;
	font-weight:bold;
}

fieldset {
	margin-top:10px;
	background-color:#FFFFCC;
}

legend {
	font-weight:bold;
}

.err {
	font-weight:bold;
	color:#990000;
}

#header {
	text-align:center;
}
#instructions {
	width:600px;
	text-align:center;
	margin:0 auto;
	padding:10px 0;
}
/*evaluation*/
ol label {
	font-weight:bold;
}
ol li{
	padding:10px;
}
#evalWrapper {
	position:relative;
	width:800px;
	margin: 0 auto;
}
#evalWrapper form{
	width:800px;
}
#contactInfo label{
	float:left;
	width:110px;
	font-weight:bold;
}
