﻿body 
{
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: Silver;
	font-family: Verdana;
	font-size: 12px;
	/* sweeps
	background-color: #FFEE6E;
 */
}

#container 
{
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	width: 825px;
	text-align: left;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}
#footer
{
	margin-bottom: -4px;
}
#content
{
	position: relative;
}
#content h2
{
	margin-top: 0px;
	padding-top: 8px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Verdana;
	font-size: 22px;
	line-height: normal;
}
#content h3
{
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
}
#content p
{
	padding-left: 30px;
	padding-right: 30px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
}
#content table #tblNone
{
	margin-left: 30px;
	margin-right: 30px;
	font-family: Verdana;
	font-size: 12px;
}
#content input[type="checkbox"], #content input[type="radio"]
{
	top: 2px;
	position: relative;
}
#content p.headline
{
	text-align: center;
	font-size: 22px;
	font-family: Arial;
	line-height: normal;
}
#content p.smallprintcls
{
	font-size: 0.8em;
	line-height: normal;
}
#content span.smallprint
{
	font-size: 9px;
	line-height: normal;
}
#content .question
{
	padding-left: 30px;
	padding-right: 30px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 15px;
}
#content .answer
{
	padding-left: 30px;
	padding-right: 30px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
}
#blurb
{
	float: right;
	right: 80px;
	top: 65px;
	position: absolute;	
}
#blurb .blurb
{
	border: solid 2px #c6abd1;
	background-color: #583765;
	/* sweeps 
	border: solid 2px #9DFE7F;
	background-color: #2F4E49;
*/
	color: White;
}
#blurb .blurb2
{
	border: solid 2px #CCE3F5;
	background-color: #A7033F;
	color: White;
}
#blurb h3
{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;	
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
}
#blurb ul
{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 25px;
}
#blurb li
{
	padding-bottom: 5px;
	font-family: Arial;
	font-size: 14px;
	text-indent: 5px;	
}
#blurb p
{
	padding-left: 5px;
	padding-right: 5px;	
}

