body {
	background-color: #333;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C00;
	margin: 5px;
	padding: 0px;
	width: 700px;
}
#mainContent {
	background-color: #333;
	width: 700px;
}
#headerTest {
	background-color: #333;
	height: 40px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #CCC;
	text-align: center;
}
#testArea {
	background-color: #333;
	height: 350px;
	width: 450px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 125px;
	border: 4px solid #999;
}
#question {
	background-color: #333;
	height: 30px;
	width: 700px;
	padding-top: 10px;
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCC;
	margin-left: 125px;
	margin-top: 25px;
}
#menu {
	background-color: #333;
	height: 80px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
}
#midNav {
	height: 80px;
	width: 450px;
	float: left;
}
#lefNav {
	background-color: #333;
	float: left;
	width: 125px;
	height: 80px;
	text-align: center;
	vertical-align: 50%;
}
#rightNav {
	background-color: #333;
	float: right;
	height: 80px;
	width: 125px;
	text-align: center;
}
#footer {
	background-color: #000;
	margin: 0px;
	height: 100px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px none #999;
}
a:link {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #999;
	text-decoration: underline;
}
a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	color: #903;
}
.helpCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
}

