/*class selection of color of text in heading text (at top of page in body)*/
.tophead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #00419C;
}

/*leave alone*/
.pd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*class selection of color of text in body*/
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 18px;
}

/*class selection of color of unvisited link AND visited link in right nav bar*/
a.nav:link, a.nav:visited {  font-family: Verdana; 
	font-size: -1; 
	font-style: normal; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
}

/*we do not use this. color of unvisited link in top nav bar (where button are)*/
a.topnav:link {  font-family: Verdana; 
	font-size: -1; 
	font-style: normal; 
	color: #333333; 
	text-decoration: none; 
	font-weight: bold; 
}

/*class selection of color of link in the right nav bar when you mouse over*/
a.nav:hover { 
	color:#BFDEFF; 
	text-decoration: underline;
}

/*we do not use this. color of link in the top nave bar (where button are) when you mouse over*/
a.topnav:hover { 
	color:#4C4944; 
	text-decoration: underline;
}

/*after link is clicked if you go back this color will appear on link*/
A:visited, A:active {
	color: #42414A

}

/*color of unvisited link in body*/
A:link {
	color: #18419C

}

/*color of link in the body when you mouse over*/
A:hover { 
	color:#ADC3EF
}

/*color of background of the body area and backup color to the text in the body area*/
body {
	background-color: #FFFFFF;
	color: #333333;

} 

/*class selection of text in body - set size, type and color*/
.bodytext {
font-size: 0.70em;
font-family: Verdana, Arial, sans-serif;
color: #666666;
text-decoration: none;
}

/*class selection of text in body - set size, type and color*/
.bodytext1 {
font-size: 11px;
font-family: Verdana, Arial, sans-serif;
color: #666666;
text-decoration: none;
}
#af_wrap {
	float: left;
	width: 600px;
	margin: 15px 40px 0px 40px;
    padding: 0px 25px 0px 25px;
}
#af_header {
	float: left;
	width: 600px;
}
#af_benefits {
	float: left;
	width: 570px;
	margin: 15px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
    color: #000000;
}
#af_benefits_left, #af_benefits_right {
	float: left;
	width: 285px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
#af_benefits_left ul, #af_benefits_right ul {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
}
#af_benefits_left ul li, #af_benefits_right ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#af_cj {
	float: left;
	width: 570px;
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	margin: 15px;
	padding: 15px 0px 15px 0px;
}
#af_cj_logo {
	float: left;
	width: 570px;
	text-align: center;
}
#af_cj_yes, #af_cj_no {
	float: left;
	width: 285px;
	margin: 10px 0px 10px 0px;
	text-align: center;
}
