@charset "utf-8";
body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #333333;
	font-size: 12px;
}
#header
{
	background-image: url(images/av_headerback.gif);
	background-repeat: repeat-x;
	background-position: 0px 34px;
	height: 122px;
}
#mainLogo
{
	float: left;
}

#mainContent
{
	width: 90%;
	margin-left: 8%;
	margin-right: 2%;
	border: 1px solid black;
	text-align: left;
	background-color: #ecedec;
}
#mainContent h2
{
	margin-top: 25px;
	margin-left: 15px;
	font-size: 16px;
	color: #132b78;
}
#mainContent h3
{
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #132b78;
}
#mainContent h4
{
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #132b78;
}
#subNav
{
	margin-top: 20px;
	margin-left: 15px;
}
#subNav a
{
	text-decoration: none;
	color:#132b78;
	font-weight:bold;
}
#subNav a:hover
{
	text-decoration: underline;
}
#subNav a.off
{
	text-decoration: none;
	color: #7b88af;
	font-weight:bold;
}
#subNav a.off:hover
{
	color: #132b78;
	text-decoration: underline;
}

#subNav2
{
	margin: 3px 0px 0px 230px;
	font-size: 10px;
}
#subNav2 a
{
	text-decoration: none;
	color:#132b78;
	font-weight:bold;
}
#subNav2 a:hover
{
	text-decoration: underline;
}
#subNav2 a.off2
{
	text-decoration: none;
	color: #7b88af;
	font-weight:bold;
}
#subNav2 a.off2:hover
{
	color: #132b78;
	text-decoration: underline;
}
.contentBlock
{
	margin: 25px;
}
#footer
{
	width: 90%;
	margin: 1px 2% 10px 8%;
	border-top: 3px solid #ecedec;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-color: #1438af;
}
