body {
	background-color: #666699;
	font: 68% Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	margin: 0px;
	padding: 0px;
	}

.mainpanel {
	position: absolute;
	background-color: #FFFFFF;
	top: 140px;
	padding: 40px 40px 0 40px;
	z-index: 3;
	left: 40px;
	right: 40px;
	}
.pix {
	float: left;
	position: relative;
	padding: 40px;
	}		    			
.bigpix {
	float: left;
	position: relative;
	padding: 0 20 20 20;
	}
.smallpix {
	float: left;
	position: relative;
	padding: 0;
	}
table{
	clear: both;
	}
table#quiz{
	clear: none;
	}
ul {
	padding: 6 0 6 0;
	}	
li {
	padding: 6 0 6 0;
	list-style-position: inside;
	}
	
#terms{
	width: 100%;
	clear: both;
	font-size: 0.8em;
	text-align: center;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	}
#terms p{padding-bottom: 5px; margin-bottom: 0px;}

.banner {
	position: absolute;
	width: 100%;
	z-index: 1;
	}
.logo { position: absolute;
		top: 20px;
		left: 20px;		
		z-index: 1;
	}
.title { position: absolute;
		 top: 35px;
		 left: 100px;
		 z-index: 2;
		 }	
			
/* creates menu shadow*/
#menu {
	margin: 0 150px 0 0;
	position: absolute;
	background-color: #660066;
	top: 75px;
	z-index: 4;
	left: 120px;
	font-size: 1em;
	}
#menu div {
	position: relative;
	background-color: #666699;	
	top: -3px;	
	left: -3px;
	padding: 6px;
	}
#menu ul {
	margin: 0;
	padding: 0;
	display: block;
	}
#menu li {
	display: inline;
	margin: 7px;
	padding: 0px;
	}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	}
#menu a:visited{
	color: #CCCCCC;
	}
#menu a:hover{
	color: #FFCC00;
	}
#menu li#thispage a{
	color: #FFCC00;
	}
li#thispage a:hover{
	text-decoration: none;
	
	}
.bigQ {
	color: #FFCC00;
	font-size: 20px;
	}
	
	
	
/* quiz formatting*/
table{
	font: 95% Verdana, Arial, Helvetica, sans-serif;
}
.band1 {
	font-weight: bold;
	font-size: 2em;
	color: #FFFFFF;
	background-color: #FFCCCC;
	text-align: center;
}
.band2 {
	font-weight: bold;
	font-size: 2em;
	color: #FFFFFF;
	background-color: #FFCC99;
	text-align: center;
}
.band3 {
	font-weight: bold;
	font-size: 2em;
	color: #FFFFFF;
	background-color: #CCCCFF;
	text-align: center;
}
.band4 {
	font-weight: bold;
	font-size: 2em;
	color: #FFFFFF;
	background-color: #CCFFFF;
	text-align: center;
}
.heading {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
.question {
	font-weight: bold;
}
.level {
}

hr {
	border-top: 1px dashed #6644AA;
	height: 1px;
	text-align: center;
	width: 80%;
}

