body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
}
.bodytext {
	font-size: 1 em;
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 1.6em;
}


h2 {font-size: 25px; 
	font-weight: 500; 
	color: #4F91CD; 
	padding: 0 0 10px 0; 
	margin: 0;
	}
h3 {font-size: 20px; 
	font-weight: 500; 
	color: #4F91CD; 
	padding: 0 0 5px 0; 
	margin: 0;
	}
h4 {font-size: 15px; 
	font-weight: bold; 
	color: #EF484F; 
	margin: 0; 
	padding: 15px 0 4px 0; 
	clear: both;
	}

#wrapper {
	width: 800px; 
	display: block;
	}




/* Form page styles - adapted from ASL main CSS */

.hiddenText {
	display: none;
	}

.formBlock {
	padding-bottom: 10px; 
	height: 20px;
	}
.fbLeft {
	float: left; 
	width: 100px;
	}
.fbRight {
	float: left;
	width: 225px;
	}
.submitReset {
	margin: 0;
	clear: both;
	width: 330px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	}

.submit {
	background-image: url(/images/submit_bg-330.gif);
	height: 32px;
	width: 330px;
	border: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.reset {
	background-image: url(/images/submit_bg.gif);
	height: 32px;
	width: 83px;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.textArea {
	background-color: #F4F4F5;
	height: 19px;
	margin: 0;
	padding: 0;
	border: 1px solid #8D8D8E;
	width:230px;
	voice-family: "\"}\""; /* This is the box model hack, used to coax IE into correctly implementing our padding */
	voice-family: inherit;
	}
	
.select {
	background-color: #F4F4F5; 
	height: 25px; 
	margin: 0; 
	padding: 0; 
	border: 1px solid #8D8D8E;
	}

.comments {
	background-color: #F4F4F5; 
	margin: 0; 
	padding: 0; 
	border: 1px solid #8D8D8E; 
	height: 100px; 
	width: 350px;
	}
	
.smalltext {
	font-size: .65em;
	}
#thankyou {
	background-color: #666666;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	color: #FFFFFF;
}
