body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 12px;
}

p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 1.25em;
	margin-bottom: 2em;
}

ul {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 2.5em;
}

a:link {
	color: #124779;
	text-decoration:none;
	
}

a:visited {
	color: #124779;
	text-decoration:none;
}

a:hover {
	color: #7597BA;
	text-decoration:none;
}

#header {
	color: #000000;
	margin: auto;
	text-align: left;
	width: 758px;
	background-image: url('images/michiganbuilderstest.jpg');
 	background-repeat:no-repeat;
	height: 120px;
	
}

#wrapper {
	top: 0;
	width: 758px;
	margin: 0 auto; 
	align: center;
	text-align: left;
	background-image: url('images/side.gif');
	background-color: #FFFFFF;
}

#navigation {
	width: 138px;
	float: left;
	top: 0;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
}

#content {
	width: 579px;
	float: left;
	top: 0;
	padding-left: 10px;
	min-height: auto;
}

a.footer {
	color:#990000;
}

.footer {
	font-size: 10px;
}

#footer {
	color:#990000;
	margin: auto;
	text-align: center;
	width: 758px;
	clear: both;
	/*background-image: url(images/mich_ed_05.jpg);*/
	background-repeat:no-repeat;
	background-color:#F8DC57;
}

#grade {
	color: #FFFFFF;
	margin: auto;
	text-align: left;
	clear: both;
}

img.leftFloat {
	float: left;
	border: 1px #000000;
	border-style: solid;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.rightFloat {
	float: right;
	border: 1px #000000;
	border-style: solid;
	margin-left: 10px;
}

.input {
	background-color: #eee;
	color: #222;
	border: 1px solid #333;
}
.input_edit {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
.input_button_idle {
	background-color: #efe;
	color: #000;
	border: 2px solid #333;
	padding: 5px;
}

.input_button_over {
	background-color: #fff;
	color: #000;
	border: 2px solid #FAE913;
	padding: 5px;
}

.input_button_down {
	background-color: #000;
	color: #fff;
	border: 2px solid #fff;
	padding: 5px;
}

.testQuestion {
	color: #0000FF;
	font-weight: bold;
}

.red {
	color: #FF0000
}

.green {
	color: #009900;
}

.blue {
	color: #0000FF;
}
 
.small {
	font-size: 10px;
}

.gradeletter {
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}

