body { margin: 15px; background: #FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000000; }
p,td,th,div { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
h1,h2,p { margin-top:1.3em; margin-bottom:1.3em; }
input,textarea,select { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
h2 { font-size:11px; color:#414F98; }
h2 a { text-decoration:none; }
h2 a:hover { text-decoration:underline;  }
a { color:#CC6600; }
ul { list-style-image:url(../images/bullet.gif); padding-left:1.3em; }
ul.check { list-style-image:url(../images/bullet-check.gif); }
li { margin-bottom:1em; }

/* Margin classes */
.mt0 { margin-top:0px; }
.mb0 { margin-bottom:0px; }
.m0 { margin:0px; }
.mt15 { margin-top:15px; }
.mr8 { margin-right:8px; }

/* Named tables and divs */
#dropDownMenu { background-color:#BCCAD3; min-height:32px; width:100%; font-size:10px;}
#dropDownMenu ul { margin:0px; padding:0px; list-style-type:none; list-style-image:none; }
#dropDownMenu li { margin:0px; padding:0px; float:left; border-left:1px solid #92A9B8; }
#dropDownMenu a { 
	display:block; 
	background-color:#BCCAD3; 
	padding:4px 8px;
	line-height:12px; 
	text-decoration:none; 
	color:#455C72;
	font-weight:bold;
}
#dropDownMenu a:hover { 
	background-color:#D5DDE3;
}
#dropDownMenu li ul { 
	border-top:1px solid #92A9B8; 
	position: absolute; 
	width: 18em; 
	left: -999em;
}
#dropDownMenu li ul li { border-left:1px solid #92A9B8; }
#dropDownMenu li ul a { 
	width: 18em;
	border-bottom:1px solid #92A9B8;
	border-right:1px solid #92A9B8; 
	min-height:0px;
	
}
#dropDownMenu li:hover ul { left: auto; }
#dropDownMenu li.sfhover ul { left: auto; }



#menu { background-color:#BCCAD3; }
#menu a { font-weight:bold; color:#455C72; line-height:11px; text-decoration:none; }
#menu a:hover { color:#000000; }
#header { margin-top: 4px; }
#sub-header { background-color:#BCCAD3; margin-top:4px; }
#canvas { margin-top:15px; }
#footer { background-color:#BCCAD3; }
#footer_text { font-size:10px; color:#BCCAD3; }
#footer_text a { font-weight:normal; color:#BCCAD3; text-decoration:none; }
#footer_text a:hover { text-decoration:underline; color:#000000; }

#summaryBoxLightBlue { background-color:#8AA5E0; color:#FFFFFF; }
#summaryBoxLightBlue a { text-decoration:none; color:#FFFFFF; font-weight:bold; }
#summaryBoxLightBlue a:hover { text-decoration:underline; }
#summaryBoxLightBlue ul { margin-left:1em; padding-left:1em; }

#summaryBoxDarkBlue { background-color:#414F98; color:#FFFFFF; }
#summaryBoxDarkBlue a { text-decoration:none; color:#FFFFFF; font-weight:bold; }
#summaryBoxDarkBlue a:hover { text-decoration:underline; }

/* Other classes */
.justifyP p { text-align:left; }

.bullet-check-1 { margin-right:8px; }
.bullet-check-2 { margin-right:8px; margin-bottom: 10px; }
.bullet-check-3 { margin-right:8px; margin-bottom: 20px; }
.bullet-check-4 { margin-right:8px; margin-bottom: 30px; }
.bullet-check-5{ margin-right:8px; margin-bottom: 40px; }

.gray { color:#999999; }

.blackLink { text-decoration:none; color:#000000; }
.blackLink:hover { text-decoration:underline; }
.blackLink:visited { color:#00000; }

#callToAction { font-weight:bold; color:#000000; background-color:#FFE4A6; }