* {
	margin: 0px;
	padding: 0px;
}
html {
/* Force Vertical Scrollbar */
/* IE */
	overflow-y: scroll;
/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}
/* layout */
body {
	text-align: center; /*center hack*/
	margin: 0;
	padding: 0;
}
#wrap, #headerContainer {
 	overflow: hidden;
	min-width: 780px;
	max-width: 780px;
	width: auto !important; /*IE6 hack*/
	width: 780px; /*IE6 hack*/
	margin: 0 auto;  /*center hack*/
}
#header {
	margin: 0;
	padding: 0;
	height: 390px;
}
#content {              
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 25px 0 0 0;
	text-align: left;
}
#lowerNav {
	margin: 0 auto;
	padding: 25px 45px 5px 0;
	height: 30px;
}
#footer {
	clear: both;
}
/* page formatting */
body {	
  background: #000 url(../images/bodyBG.jpg) top center repeat-x;
	font-family: verdana, arial, helvetica;
	font-size: 85%;
	line-height: 1.4em;
	color: #fff;
}
.quizSection {
padding:0 0 0 80px;
margin:0;
}

/* header menu boxes   */
#headerIndex {
	background: #000 url(../images/headerIndex.jpg) top center no-repeat;
}
#header {
	background: #000 url(../images/header.jpg) top center no-repeat;
}
ul.imgNav li#home a:hover, 
ul.imgNav li#home a.active {
background: #000 url(../images/homeBGsquare.jpg) top center no-repeat;
}     
ul.imgNav {
  display: inline;
	margin: 0;
	padding: 0;
	height: 130px;
	list-style: none; 
}
ul.imgNav li {
	width: 130px;
	margin: 0;
	padding: 0;
	float: left;
	white-space: nowrap;  
}
ul.imgNav li a {
	margin:0;
  padding:0;
	height: 130px;  
	display: block;
	font-size: 1.4em;
	line-height: 1.4em;
	background: transparent;
	color: transparent; 
	font-size:0;
}
ul.imgNav li a:hover, ul.imgNav li a.active {
  margin:0;
  padding:40px 0 0 0;
  height:90px;
 	display: block;
	color: #FFCC00;
	text-decoration: none;
	background-color: #000;
	width:100%;
	font-size:1.4em
}   


  /* lower horizontal menu */
ul#lowerMenu {
	padding: 0;
	margin: 0;
	float: right;
	list-style: none;
}
ul#lowerMenu li {
	padding: 0px 15px;
	margin: 0;          
	float: left;     
	color: #777;
	white-space: nowrap;     
	background-image: none;
}
ul#lowerMenu li a {
	display: block;
	font-size: .9em;
	background: transparent;
	color: #777;
}
ul#lowerMenu li a:hover {
	color: #FFCC00;
	text-decoration: none;
}
/* footer */
#footer {
	border-top: solid 2px #99FF33;
	background: #333;
	font-size: .9em;
	line-height: 1.35em;
	color: #fff;
	padding: 30px 0 25px 0;
}
#footer table.foot {
 margin:0 auto;
 width:95% ;
 }
/* typography */
p {
	padding-bottom: 1.3em;
}
.tiny {
font-size:13px;
}
.dashedLineHome {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #99FF33;
	padding: 20px 20px 8px 20px;
	font-size: .90em;
	margin: 10px 0 0 0;
}
.dashedLine {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #99FF33;
	padding:0;
	margin: 30px 0 0 0;
}
strong {
	color: #48D2F9;
}
  /* lists */
ul {
	margin: 0;
	padding: 5px 15px 15px 15px;
}
li {
	margin: 0 0 0 10px;
	padding: 10px 0;
	line-height: 1.3em;
}
  /* headings */
h1.description {
  margin:90px 0 0 0;
	color: #99FF33;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
} 
h1 {
	margin: 0;
	padding: 5px 15px 30px 0;
	color: #FF6600;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	padding: 0px;
	margin: 10px 0 10px 0;
	font-weight: normal;
	color: #48D2F9;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.6em;
}

/* links */
a {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
}
#footer a {
	color: #FFCC00;
}
/*images */
.leftImg {
	margin: 10px 60px 10px 0;
	border: 2px solid #99FF33;
}
.rightImg {
	margin: 10px 0 10px 60px;
	border: 2px solid #99FF33;
}
.quizImg {
  float:right;
  clear:both;
	margin: -10px 100px 0 0;
	border: 2px solid #99FF33;
}
.addBorder {
	border: 2px solid #99FF33;
}
#footer img {
	border: solid 2px #FC0;
}