body, html {
	background: #E2E5E3 url(images/bckgrnd.gif) repeat-x scroll left top;
	text-align: center;
}

#rightside {
	float: right;
	height: 100%;
}

#leftside {
	float: left;
	height: 100%;
}

#wrap {
	width: 822px; 
	min-height: 100%; 
	margin-left:auto; 
	margin-right: auto; 
	margin-top: 0; 
	margin-bottom: 0; 
	padding: 0; 
	position: relative;
	display: block;
}

#innerwrap {
	width: 810px; 
	border-left: solid #666666 1px; 
	border-right: solid #666666 1px; 
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#logoback {
	background-color: #ffffff; 
	width: 100%; 
	height: 64px; 
	background: url(../images/header_bckgrnd.gif) top right no-repeat;
}

#logo {
	float: left; 
	margin: 0;
	padding: 0;
	padding-left: 30px;
}

#welcome {
	float: right; 
	padding-right: 25px;
	padding-top: 10px;
	color: #666;
	line-height: .75em;
	text-align: right;
}

#menuback {
	background-color: #97c3de; 
	height: 24px; 
	border-top: solid #666666 1px; 
	border-bottom: solid #666666 1px;
}

#greenbox {
	width: 810px; 
	background-color: #C2E08F; 
	height: 3px; 
	border-bottom: solid #666666 1px;
}

#extcontent {
	width: 810px; 
	background-color: #F5F5F5; 
	border-left: solid #666666 1px; 
	border-right: solid #666666 1px;
	border-bottom: solid #666666 1px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	padding-bottom: 2em;
}

#incontent {
	width: 610px; 
	background-color: white; 
	border: solid #DCDCDC 1px; 
	padding: 10px 40px 40px 40px; 
	font-size: 12px; 
	text-align: left; 
	color: #333;
	margin-right: auto;
	margin-left: auto;
}


h3 {
	text-align: left; 
	padding: 18px 0px 0px 75px;
}

#test .question {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#test .textstyle {
	font-size: 12px;
	color: gray;
}

.toptext {
	font-size:16px;
	text-align:center;
	padding: 10px;
}

input.ansopt {
	border-width: 0px;
	vertical-align: middle;
	
}