﻿body 
{
	color: #4A555F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	margin: 0;
	padding: 0 0 25px 0;
}

a:link {
	color: #2763A2;
	text-decoration: underline;
}
a:visited {
	color: #7D73A8;
}
a:hover {
	color: #8DB541;
	text-decoration: none;
}
a:active {
	color: #8DB541;
	text-decoration: none;
}

#banner {
	margin: auto;
	width: 750px;
}
#header {
	height: 57px;
	margin: 25px auto;
	position: relative;
	width: 750px;
}

#hdr-index {
	float: right;
	padding-right: 5px;
}

#hdr-index ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

#hdr-index ul li {
	list-style: none;
	line-height: 1.5;
}

#hdr-index a:link, #hdr-index a:visited,
#hdr-index a:hover, #hdr-index a:active {
	color: #9BA7B2;
	font-size: 10px;
	text-decoration: none;
}

#content {
	clear: both;
	margin: auto;
	overflow: auto;
	position: relative;
	width: 750px;
}

#button_row {
	clear: both;
	margin: auto;
	overflow: auto;
	position: relative;
	width: 750px;
	text-align: center;
}

#footer {
	clear: both;
	line-height: 1.5;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	position: relative;
	text-align: center;
	width: 750px;
}
#footer, #footer a:link, #footer a:visited,
#footer a:hover, #footer a:active {
	color: #9BA7B2;
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}

.QuestionChoices
{
	padding-top: 25px;
	padding-bottom: 10px;
}

.LabelText
{
	color: #4A555F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0 0 25px 0;
}

ol.Instructions
{
	padding-bottom: 6px;	
	list-style-type: none;
}

ol.Instructions li
{
	padding-bottom: 10px;	
}

.Questions
{
	display: inline-block;	
	padding: 2px;
	margin-bottom: 3px;
}

.AnswerDDL
{
	margin-bottom: 3px;
	margin-top: 3px;	
}