﻿html
{
	height: 100%;
}
img
{
	border: 0px;
}
div
{
	padding:0px;
}
body 
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	margin:0;
	padding:0;
	height: 100%;
}
#wrapper 
{
	float:left;
	margin:auto;
	padding:0px;
	width:100%;
	min-width: 1000px;
}

#leftside
{
	padding-top:0px;
	background: url("images/sidebar.jpg");
	background-repeat: no-repeat;	
	width:213px;
	height:650px;
	float:left;
}
#rightside
{
	padding-top:0px;
	float:left;
	width:787px;
}
#righttop{
	background: url("images/header.jpg");
	background-repeat: no-repeat;
	width:787px;
	height:125px;
	float:left;
}
#contentarea
{
	margin-left: 15px;
	clear:left;
	width:772px;
	height:457px;
	overflow:auto;
}
#rightfooter{
	background: url("images/footer.jpg");
	background-repeat: no-repeat;
	width:787px;
	height:68px;
	float:left;
	clear:left;
}
#disclaimerfooter
{
	float:left;
	clear:left;
	width:950px;
	padding:15px;
	margin:0;
	
	
}
#questionblock
{
	width: 600px;
	margin: 0px 100px 0px 70px;
}
#paddedcontentquestions
{	
	width: 600px;
	margin: 0px 100px 0px 70px;	
}

#paddedcontent
{
	width: 600px;
	margin: 15px 100px 0px 70px;
}
#paddedcontent #leftpanel
{
	width: 285px;
	float: left;
	font-weight: bold;
}
#paddedcontent #rightpanel
{
	width: 285px;
	float: left;
	font-weight: bold;
}
#submitcenter
{
	width: 600px;
	margin: 10px 100px 0px 40px;
	text-align:center;
}
#viewreport
{
	width: 600px;
	margin: 0px 100px 0px 40px;
	text-align:center;
}
#nextbackblock
{
	width: 600px;
	margin: 5px 100px 0px 40px;
	text-align:center;
}
#backbutton
{
	width:125px;
	float:left;
}
#nextbutton
{
	width:125px;
	float:left;
}
.questionheader
{
	color: #999999;
}
.question
{
	font-weight:bold;
	margin-bottom:20px;
}
.questionblock
{
	margin-bottom:10px;
	clear:left;
	display:block;
}

.forminput
{
	width: 260px;
}
.extratext
{
	font-size:10pt;
	font-weight:normal;
}

#results th
{
	background:#6B696B;
	font-weight:bold;
	color: White;
}
#results tr td
{
	background:#E4E4E5;	
}
#results tr.alt td, #results tr.odd td
{
	background:#FFFFFF;	
}
#resultspane a
{
	font-size:10pt;
}
