/* CSS Document */
@charset "utf-8";
#master {
	width: 100%;
	position: absolute;
	top: 4px;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	height: 20px;
	width: 100%;
	top: 0px;
	background-color: #00FF00;
	z-index: 1;
	left: 0;
}

#banner {
	position: absolute;
	width: 100%;
	height: 56px;
	z-index: 2;
	clip: rect(auto,auto,auto,auto);
	top: 24px;
}

#mainContent {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	position: absolute;
	height: 1300px;
	top: 82px;
	z-index: 3;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
}
.thanks_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #990000;
}

#footer {
	position: absolute;
	height: 16px;
	width: 100%;
	z-index: 4;
	top: 1450px;
}
.questions {
	font-size: 13px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #01499B;
	font-style: normal;
	letter-spacing: 5pt;
}

