* {
	margin:0;
	padding:0;


}

body {
  background-color: #CCCCCC;
  color: #333;
  font-family: 	arial, helvetica, sans-serif;
  margin: 0;
  padding: 0; 
  text-align: center;
}


html, body, #container {
  height: 	100%;
  min-height: 	100%;
  width: 	100%;

}


html>body, html>body #container {
  height: 	auto;
}

#container {
background-color: #ffffff;
  border: 2px solid #c0c0c0;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: left;
  width: 940px; 
}

#header {
  background-color: 	#0281c4;
  background-image:url('../images/header.jpg');
  background-repeat:	no-repeat;
  color:		#ffffff;
  height: 		200px;
  margin: 		0;	   
  padding: 		0;
}

#header h1 {
font-weight: 100;
font-size: 2.5em;
padding-left: 50px;
padding-top: 125px;
color: #ffffff;
}

.nextbutton a {
border: 1px solid black;
color: #ffffff;
text-decoration: none;
padding: 5px;
float: left;
background-color: #008000;
background-image:url(../images/next.png);
background-repeat: repeat-x;
}

.nextbutton a:hover {
border: 1px solid #cccccc;
color: black;
text-decoration: none;
padding: 5px;
float: left;
background-color: #cccccc;
background-image:url(../images/next_hover.png);
background-repeat: repeat-x;
}

/* main text area */

div#content {
  
  font-size:		95%;
  padding:	        10px;
  margin-right: 50px;
  margin-bottom: 3em;
  margin-left: 50px;

}

#content h1 {
  color: #8dba5d;
  font-weight: 400;
  font-size: 2em;
  font-family: georgia,serif;
  line-height: 1.3em;
  margin-top: 15px;
  margin-bottom: 15px;

}

div#content p {

   line-height: 1.5em;
  margin-bottom: 1em;
}

#content p strong {
color: #2dc0f0;
}





/* Footer stuff */


#footer {
  color: #ffffff;

  position: absolute;
  bottom: 0;
 
  width: 100%;
  font: 8pt verdana, arial, helvetica, sans-serif;
  padding: 0px 0px 2px 0px;
  text-align: right;
  line-height:2.4em;
  voice-family: "\"}\""; /*IE5x hack */
  voice-family: inherit;
  border-top: 1px solid #cccccc;
  background-color: #FFFFFF;
  
}
	
html>body #footer {/*values for more CSS-compliant browsers*/
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

#footer img {
  border: 0px none;
  vertical-align: middle;
 padding-right: 10px;
}

#footer a {
  color: #bbb;
  text-decoration: none;
}

#container {
-moz-box-shadow: 2px -2px 30px #b0b0b0;
-webkit-box-shadow: 2x -2px 30px #b0b0b0;
/* box-shadow: 2px -2px 2-px #b0b0b0; enable when css 3 becomes standard*/

}

.grid1 td { 
  font-size: 70%;
  height:    40px;
}

.grid2 {
  border-collapse: collapse;
  margin-left:  30px;
}

.grid2 td { 
  font-size: 90%;
  border: 1px solid #ddd;
  padding: 4px 8px;
}

.grid2 th { 
  text-align: center; 
  font-size: 90%;
  font-weight: bold;
  border: 1px solid #ddd;
  padding: 4px;
  color: #285C93;
}

.grid2 th.image_heading { 
  margin: 0;
  padding-left:  1px;
  padding-right: 0px;
}

.grid2sub td { 
  border-bottom-color:  #f8f8f8;
}

.gridsubq td { 
  font-size: 90%;
}

.grid3 td { 
  font-size: 90%;
  border: 1px solid #ddd;
  padding-left: 20px;
  padding-right: 20px;
}

h1 {
  margin:	25px 0 20px 0;
  color:	#003E99;
  font-size:	150%;
}

h2 {
  margin:	25px 0 10px 0;
  padding: 	2px;
  color:	#003E99;
  background-color: #dee7ec;
  font-style:   italic;
  font-size:	110%;
}



.textinput { 
  background-color: #fcfcfc;
  border: 1px solid #ccc;
}

.button {
  padding:    4px;
  background-color: green;
  color: #ffffff;
  background-image:url(../images/next.png);
border: 1px solid black;
}

.textmulti {
  margin-left: 30px;
  width:  60px;
  float:  left;
  margin-bottom: 20px;
}

.info {
  margin-left: -40px;
}

p {
  padding-right: 80px;
}

p.title {
  padding-top: 5px;
  color:	#4A4B0F;
}

td.title {
  color:	#0C3A5F;
}

p.qpart {
  font-size: 90%;
  padding: 2px 2px 2px 30px;
  margin: 0;
}

p.qpart2 {
  padding: 2px 2px 2px 30px;
  margin: 0;
}

.qnum {
  float: left;
  width: 25px;
  font-weight: bold;
}

.qlet {
  float: left;
  width: 15px;
  font-style: italic;
}

.numinp {
  width: 1.5em;
  text-align: center;
  font-size: 95%;
  padding: 1px;
}

.additional {
  padding-bottom: 5px;
  font-weight: bold;
  color: #630;
}

.printonly { display: none; }

#content form p {
margin: 10px;
}

input#prizedraw, input#results {
width: 400px;
}

#content ol {
margin-left: 65px;
}

#content ol li {
line-height: 1.5em;
}

#content ol li ul {
margin-left: 15px;
}
