body
{
	font-size: 10pt;
	background-image: url(Images/background.gif);
	font-family: Verdana, Arial, Sans-Serif;
	text-align: center;
}
body #header 
{
	height: 84px;
	width: 692px;
	background-image: url(Images/header.gif);
}
div#header a:link, div#header a:visited
{
	color: #fdf8bc;	
	text-decoration: none;
	position: relative;
	top: 63px;
	padding: 0px 8px 0px 8px;
}
div#header a:hover, div#header a:active 
{
	color: #dfac0b;
}
body #footer 
{
	margin-top: 3px;
	 font-size: 8.25pt;
}

a:link, a:visited, a:active
{
	font-size: 9pt;
	color: #cc3333;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	font-size: 9pt;
	color: #551e29;
}
.PageContainer
{
	margin-top:50px;
	vertical-align:middle;
}
.break { padding: 3px 0px 3px 0px; }

.ContentContainer
{
	position:relative;
	/*height: 465px;*/
	width: 690px;
}
.ContentBody
{
	clear:none;
	background-image: url(Images/content_bkgd_center.gif);
	background-repeat:repeat-y;
}
TABLE.tableBadMsgBox {border-top: solid 1px #CC3300; border-left: solid 1px #CC3300; 	border-right: solid 1px #CC3300; border-bottom: solid 1px #CC3300; background-color: #FFFFE1;}
TABLE.tableGoodMsgBox {border-top: solid 1px #489100; border-left: solid 1px #489100; 	border-right: solid 1px #489100; border-bottom: solid 1px #489100; background-color: #FFFFE1;}
TABLE.GreyBorder {border-top: solid 1px #666666; border-left: solid 1px #666666; 	border-right: solid 1px #666666; border-bottom: solid 1px #666666; background-color: #BCBCBC;}
.alertBad
{
	color: #DC0A0F;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.alertGood
{
	color: #3EAE31;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.Content
{
	position:relative;
	left: 0px; 
	margin: 20px 0px 0px 12px;
	text-align:left;
	padding: 0px 10px 24px 0px;
}
.formlabel
{
	color: darkslategray;
}
.formfield
{
	border-left: #dfac0b 1px solid;
	border-right: #dfac0b 1px solid;
	border-top: #dfac0b 1px solid;
	border-bottom: #dfac0b 1px solid;
	font-size: 9pt;
	color: Black;
	background-color: #FFFFFF;
}
.requiredfield
{
	border-left: #dfac0b 1px solid;
	border-right: #dfac0b 1px solid;
	border-top: #dfac0b 1px solid;
	border-bottom: #dfac0b 1px solid;
	font-size: 9pt;
	color: Black;
	background-color: #ffffcc;
}
.errorfield
{
	border-left: #ff0000 1px solid;
	border-right: #ff0000 1px solid;
	border-top: #ff0000 1px solid;
	border-bottom: #ff0000 1px solid;
	font-size: 9pt;
	color: Black;
	background-color: #ffcccc;
}
.button
{
	border-top: #dfac0b 1px solid;
	border-right: #dfac0b 1px solid;
	border-left: #dfac0b 1px solid;
	border-bottom: #dfac0b 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 9pt;
	color: white;
	background-color: #dfac0b;
}
.alert
{
	color: Red;
	font-size: 11px;
	font-weight: bold;
}
.Question
{ 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 6px; 
	PADDING-TOP: 9px; 
	/*text-align:justify;*/
	FONT-FAMILY: Arial,Helvetica; 
	/*POSITION: relative*/
}
.Answer
{
	font-family:Arial,Helvetica;
	font-size:12px;
	padding-bottom: 6px;
	/*text-align:justify;*/
	display:none;
	/*POSITION: relative;*/
}
.pageTitle
{ 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16px; 
	PADDING-BOTTOM: 6px; 
	FONT-FAMILY: Arial,Helvetica; 
	POSITION: relative
}
div#list ul {
}
div#list li 
{
	margin-bottom: 10px;
}
.highlight
{
	font-weight: bold;
	color: #990000;
	background-color: #ffff00;
}