body{
	margin:0;
	padding:0;
	font-family: Courier, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:62.5%;
}

P {
	margin-top:0;
	margin-bottom:1.3em;
	font-size:1.8em;
}

A{
	text-decoration:underline;
}

A:hover{
	text-decoration:underline;
}

.red{
	color:red;
}


H1{
	margin-top:0;
	margin-bottom:0.4em;
	font-size:2.8em;
	
}

fieldset{
	border:none;
	margin:0 0 30px 0;
	padding:0;
}

label{
	/*float:left;*/
	width:200px;
	font-size:1.4em;

}

label input{
	margin-right:5px;
}

#wrapper{
	width:994px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}


#logo {
	width:860px;
	/*float:right;*/
	margin-top:15px;
	float:left;
	clear:both;
}

#pageContent{
	/*float:left;*/
	padding-top:10px;
	clear:left;
	width:auto;
}


#pageContent #copy{
	float:left;
	width:310px;
	margin-left:30px;
	margin-right:35px;
	display:inline;
	font-weight:500;
}
#copy P {
	line-height:1em;
	margin-bottom:1em;
}

#questions{
	width:609px;
	float:left;
	margin-top:45px;
}

#questions P {
	margin-top:0;
	margin-bottom:0.7em;
	font-size:1.4em;
}


#questions .colOne{
	float:left;
	width:200px;
	margin-right:100px;
	display:inline;
}

#questions .colTwo{
	float:left;
	width:190px;
}

.clear{
	clear:both;
}

.right{
	float:right;
}


DIV.overLayContent {
	background-color:#FFF;
	width:310px;
	padding:25px;
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	border:1px solid #000000;
}


DIV#overLayWrong {
	position:absolute;
	left:0px;
	top:0px;
	width:10px;
	height:10px;
	z-index:1;
	background-image:url(pixel.gif);
	border:0;
	visibility:hidden;
}

DIV#overLayRight {
	position:absolute;
	left:0px;
	top:0px;
	width:10px;
	height:10px;
	z-index:2;
	background-image:url(pixel.gif);
	border:0;
	visibility:hidden;
}

DIV#overLayComplete {
	position:absolute;
	left:0px;
	top:0px;
	width:10px;
	height:10px;
	z-index:3;
	background-image:url(pixel.gif);
	border:0;
	visibility:hidden;
}
