/*numbers color and results page text COLOR */
.firstlayer {
color: #AE0C0A;
}
/*numbers color and results page text SHADOW */
.secondLayer {
color:#CCCCCC;
}
/*progress text color */
#progress p#label {
color:#000000;
}
/*progress bar background color */
#progress p#status {
background-color:#000000;
}
/*progress bar itself color */
#progress span {
background-color: #FFFF00;
border:1px solid #FFFF66;
}
/*outside background color */
body#flow {
background-color: #000000;
}
/*header background color */
body#header {
background-color: #CCCCFF;
}
/*inside background color */
#wrapper {
background-color:#FFFFCC;
}
/*inside subhead (below header image) background color */
.subhead {
background-color:#FFFF99;
}
/*hilited items color/background */
.highlight {
background-color: #AE0C0A;
color:#FFFFFF;
}

#footer {
background-color:#CCCCCC;
border-color:#CCCCCC;
color:#000000;
}
/*footer link color */
#footer a {
color:#000000;
}

.header {
	margin:auto;
	text-align:center;
	padding:10px;
	height:45px;

}




