
 * {
	margin: 0px;
	padding: 0px;
}
html {
/* Force Vertical Scrollbar */
	overflow-y: scroll;    /* IE */
 	height: 100%;    /* Moz */
	margin-bottom: 0.1em;
}
body {                          
	text-align: center; /* center hack */	
	background: #165a5d url(../images/back.jpg) repeat-x fixed top right;
	font-family: verdana, arial, helvetica;
	font-size: 85%;
	line-height: 1.4em;
	color: #3A1E13;
}
#wrap {
	overflow: hidden;
	min-width: 550px;
	max-width: 550px;
	width: auto !important; /*IE6 hack*/
	width: 550px; /*IE6 hack*/
	margin: 0 auto;  /*center hack*/
	text-align: left; /*center hack*/
}
#mainContent {
 	margin:40px 20px 40px 20px;
  padding:30px;
  background-color:#fff;
  border: 1px solid #000;
}
.quizImg {
  float:right;
  clear:both;
	margin: 23px 0 0 40px;
	border: 1px solid #3A1E13;
}
h2 { 
  margin:0 0 25px 0;         
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3A1E13;
	font-size: 23px;
	text-align: left;
} 
h3 { 
  margin:25px 0 10px 0;         
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF6600;
	font-size: 18px;
	text-align: left;
}
a	{
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
margin:0 0 .8em 0;
}
.highlight {
	color: #FF6600;
}	
.closeWindow, #submitBox {
 margin: 50px 0 20px 0;
 text-align:center;
}
.questionBox {
 margin:10px 0 30px 0;
}
.qnumber {
	font-size:24px;
	color:#FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bodytext {
 font-size:14px;
}
.sWord {  
	padding: 15px;
	margin: 40px 0;  
	width: 300px;
	font-size:26px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FF6600;
	border: 1px dashed #fff;
}
.smalltext { 
font-size:12px;
}
