html 
{
	width: 100%;
	height: 100%;
}

body
{
	background-color: #030E51;
	font-family: verdana,arial,serif;
	font-size: 11px;
	width: 100%;
	min-height: 100%;
	padding: 10px 0px 10px 0px;
}

#content
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 10px;

	line-height: 18px;
	color: #54545a;
	text-align: justify;
}

#content p
{
	margin-bottom: 8px;
}

#content p:last-child
{
	margin-bottom: 0px
}

#content h1
{
	font-family: Arial, Serif;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	margin-bottom: 5px;
}

#content h2
{
	font-family: Arial, Serif;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	background-color: #4C59B1;
	margin-bottom: 10px;
	padding: 2px 5px 2px 5px;
}

#content .question_group
{
	margin-bottom: 10px;
	padding-left: 20px;
}

#content .address
{
	margin-bottom: 10px;
}

#content .disclaimer
{
	font-style: italic;
	margin-bottom: 10px;
	color: #aaaaaa;
}

#content .personal_info table th
{
	font-weight: bold;
	padding-right: 8px;
	text-align: right;
}

#content .personal_info table th, #content .personal_info table td
{
	padding-bottom: 6px;
}

#content .qualifications table
{
	width: 620px;
}

#content .qualifications table th
{
	font-weight: bold;
	padding-right: 8px;
}

#content .qualifications table th, #content .qualifications table td
{
	padding: 3px 8px 3px 8px;
}

#content .qualifications table td
{
	
}

#content .qualifications .odd
{
	background-color: #eeeeee;
}

#content .qualifications .even
{
	background-color: inherit;
}

#content .question_table table
{
	border: solid 1px black;
}

#content .question_table th
{
	border: solid 1px black;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

#content .question_table td
{
	border: solid 1px black;
	text-align: center;
	padding: 4px 4px 4px 4px;
	vertical-align: top;
}

#content .question_table .instructions 
{
	font-weight: normal;
	font-style: italic;
}

#content .legal_information
{
	text-transform: uppercase;
}

#content .emphasis
{
	text-decoration: underline;
}

#content div.signature
{
	margin-top: 10px;
}


#content div.signature p
{
	font-weight: bold;
}

#content div.signature table th
{
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}


#content div.submit_button
{
	padding: 30px 0px 10px 0px;
	text-align: center;
}