body {
	margin: 0;
	background: #254A89;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	text-align: center;
}

p, td {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}

#container {
	width: 766px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #000000;
	background: #ffffff;
}

#content {
	width: 766px;
	background: url('/images/af_brochure_content_tile.gif') #ffffff;
	text-align: left;
}

#content2 {
	width: 766px;
	padding: 0px 25px 10px 25px;
}

.hdr {
	font-size: 13px;
	font-weight: bold;
	color: #344992;
}

.tabOn {
	border-left: 1px solid #A6AF78;
	border-right: 1px solid #A6AF78;
	border-top: 1px solid #A6AF78;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	background: #931E00;
}
.tabOff {
	background: #D5D7CC;
	border: 1px solid #A6AF78;
	color: #505342;
	font-weight: bold;
	cursor: pointer;
}

a.large:link, a.large:visited {
	font-size: 13px;
	font-weight: bold;
	color: #931E00;
}

a.large:hover {
	font-size: 13px;
	font-weight: bold;
	color: #931E00;
	text-decoration: none;
}
.fleft { float:left; clear:left; margin:0 5px 5px 0; }
.fright { float:right; clear:right; margin:0 0 5px 5px; }