/*** Begin Additions to Temp unify centering code ***/
* {
	margin: 0;
	padding: 0;
}


body
{
	text-align: center;
	background-color: #FFF;
	height: 100%;
	/* Common Colours and Font-Family */
	/*color: #4e4e4e;*/
	font-family: "Helvetica", sans-serif; 
	/*Begin IE7 and Below Adjustments - These are not CSS Valid Commands but only pick up in IE*/
	*margin:50px 0px; 
	*padding:0px;
}
/*** End Additions to Temp Unify centernig code ***/

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


a:hover
{
	text-decoration: underline;
}


img
{
	border: 0;
}


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


#main
{	height: 789px;
	position: relative;
	top: 47px;
	background-repeat: no-repeat;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	background-image: url(img/wallbackground.jpg);
}


#header h1
{
	position: absolute;
	top: 38px;
	left: 30px;
	width: 275px;
	height: 130px;
	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: 193px;
	left: 0;
	width: 306px;
	overflow: visible;
}

#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 a
{
	padding-top: 8px;
	text-indent: 30px;
	display: block;
	width: 306px;
	height: 36px;
}


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


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

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

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


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

#content a
{
	color: #6CF;
}

#mainContent a
{
	color: #222;
}

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


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

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

#rlSP
{
	position: absolute;
	top: 8px;
	left: 317px;
}

#rlVF
{
	position: absolute;
	top: 8px;
	left: 575px;
}

#rlAF
{
	position: absolute;
	top: 8px;
	left: 784px;
}


#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;
}


