*
{
	margin: 0;
	padding: 0;
}


body
{
	text-align: center;
	background-color: #FFF;
}


a
{
	color: #333;
	text-decoration: none;
}


a:hover
{
	text-decoration: underline;
}


img
{
	border: 0;
}


#root
{
	text-align: left;
	position: relative;
	
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
		background-color: white;

}


#main
{
	position: relative;
	top: 47px;
	
	background-repeat: repeat-y;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}


#header h1
{
	position: absolute;
	top: 38px;
	left: 30px;
	width: 275px;
	height: 200px;
	text-indent: -999em;
	background: url(./img/about.gif);
	background-repeat: no-repeat;
}

#header h2
{
	position: absolute;
	top: 38px;
	left: 30px;
	text-indent: -999em;
	font-size: 14px;
}


#nav
{
	position: absolute;
	top: 250px;
	left: 0;
	width: 306px;
	overflow: visible;
}

/* ORIGINAL

#nav ul li
{
	margin: 0;
	list-style-type: none;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

*/

#nav ul li
{
	margin: 0;
	list-style-type: none;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* ORIGINAL

#nav ul li a
{
	padding-top: 8px;
	text-indent: 30px;
	display: block;
	width: 306px;
	height: 36px;
}

*/


#nav ul li a
{
	padding-top: 7px;
	text-indent: 30px;
	display: block;
	width: 306px;
	height: 28px;
}

#nav ul li ul li a
{
	padding-top: 7px;
	text-indent: 50px;
	display: block;
	width: 306px;
	height: 28px;
	font-weight: normal;
}


#nav .current
{
	color: #FFF;
	background: url(./img/nav-current.gif);
	background-repeat: no-repeat;
}

#nav .currentsub
{
	color: #2684ba;
		font-weight:bold;

}

#content
{
	position: relative;
	top: 0;
	left: 340px;
	width: 560px;
}

#content h2
{
	color: #2684ba;
	border-bottom: 1px solid #CCC;
	margin: 14px 24px 12px 0;
}

#content h3
{
	color: #2684ba;
	font-weight: normal;
	font-size: 16px;
	margin: 14px 24px 12px 0;
}


#content p
{
	margin: 14px 24px 16px 0;
}

#content a
{
	color: #2684ba;
}

#content ol
{
	margin: 0 0 0 30px;
}

#mainContent
{
	position: relative;
	padding: 12px 24px 82px 0;
}


#properties
{
	position: absolute;
	top: 0;
	left: 0;
	height: 47px;
	width: 900px;
	background: url(./img/top-bg.gif);
	background-repeat: no-repeat;
}

#proAFF
{
	position: absolute;
	top: 8px;
	left: 32px;
}

#proSP
{
	position: absolute;
	top: 8px;
	left: 277px;
}

#proVF
{
	position: absolute;
	top: 8px;
	left: 535px;
}

#proAF
{
	position: absolute;
	top: 8px;
	left: 724px;
}


#footer
{
	position: relative;
	background: url(./img/bottom-bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 86px;
	margin-bottom: 48px;
}


#footerLinks
{
	position: absolute;
	left: 28px;
	bottom: 58px;
}


#footerAFFALogo
{
	position: absolute;
	left: 28px;
	bottom: 14px;
}


#footerLegalLinks
{
	position: absolute;
	right: 28px;
	bottom: 16px;
	font-size: 10px;
}

#mainContent h2

{
font-size: 12px;
}

#mainContent h3

{
font-size: 12px;
}

#content .listing p

{
margin: 0px;
padding: 0px;
}

