body {
	margin: auto;
	margin-top: 0px;
	padding:0px;
	text-align: center;
	background: #000000;
	font-family: arial;
	color: #ffffff;
	font-size:11px;
	font-weight: bold;
	line-height: 140%;
}

input {
	height: 16px;
	font-size: 12px;
}

p 
{
	font-size: 12px;
	line-height: 160%;
	font-weight: bold;
	
}

img {
	border:none;	
}

a:active, a:visited, a:link
{
	font-size:12px;
	line-height: 160%;
	color: #999999;
	font-weight: bold;
	text-decoration:none;
}

h1
{
	margin:0px;
	margin-top:20px;
	margin-bottom:10px;
	font-size:18px;
}

h2
{
	margin:0px;
	margin-top:20px;
	margin-bottom:10px;
	font-size:16px;
	color:#ffffff;
}

hr {
	color:#999999;	
}

.mainContainer
{
	margin:auto;
	margin-top: 0px;
	width:980px;
	height:auto;
	border: 0px solid red;
}

.mainHeader
{
	margin-top: 0px;
	width:980px;
	height:167px;
	background: url(../images/header.png) no-repeat;
	overflow:hidden;
	border: 0px solid red;
}

.logoContainer {
	float:left;
}

.navBar
{
	margin:auto;
	width:980px;
	border:0px solid green;
	position:absolute;
	top:130px;
	z-index:10;
}

.navBarClear
{
	margin:auto;
	width:980px;
	height:35px;
	border:0px solid red;
	position:absolute;
	top:137px;
	z-index:8;
}

.fadeBar
{
	margin:auto;
	width:980px;
	height:35px;
	border:0px solid red;
	position:absolute;
	top:170px;
	z-index:7;
	background: url(../images/fadeUpNav.png) no-repeat;
}

.mainNavItem {
	width:160px;
	height: 45px;
	float:left;
	margin-right: 1px;
}

.mainNavItemImg {
	width:156px;
	height: 41px;
	float:left;
	top:0px;
	border: 0px solid green;
	z-index: 10;
}

a.mainNavItemLink:active ,a.mainNavItemLink:visited, a.mainNavItemLink:link
{
	font-size:14px;
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

.mainContent
{
	margin-left: 0px;
	margin-top: 0px;
	width:979px;

	height: auto;
	text-align:left;
	margin-bottom: 20px;
	
}

.mainContentSpacer {
	float:right;
	height:400px;
	width:1px;
}
	


.mainFooter
	{
		margin-top: 0px;
		padding-bottom: 40px;
		background: url(../images/footer.png) no-repeat top;
		border: 0px solid yellow;
	}


a.footerLink:active ,a.footerLink:visited, a.footerLink:link
{
	font-size:12px;
	color: #999999;
	font-weight: normal;
	text-decoration:none;
}

.footerLeft {
	margin-top: 18px;
	float:left;
	width:460px;
	text-align:left;
	color: #999999;
}

.footerRight {
	margin-top:18px;
	float:right;	
	text-align:right;
	width: 300px;
}