body {
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	margin: 15px 0px;
	
    text-align:center;
	color: #000;
	
}
a:link {
	color:#000;
	}
a:visited {
	color:#000;
	}
 a:hover {
	color:#009933;
	}
	
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
* html #menu_top {float:none;}


.links a:link, active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
	color: #FFFFFF;
}


.links a:visited {
	color: #CCCCCC;
	font-size: 11px;
}


#container {
	margin-left: auto; 
	margin-right: auto;
	width:950px;
	height:auto;
	z-index:1;
	text-align:left;

}

#content {
	
	position:relative;
	float:left;
	top:-5px;
	z-index:3;
	width:950px;
	height:auto;
	text-align:left;
	}
#banner {
	background-image:url(header-web-background.jpg);
	background-repeat:repeat-x;
	position:relative;
	float:left;
	width:950px;
	height:200px;
	z-index:2;

	}
#login {
	position:absolute;
	left:680px;
	top:35px;
	}	
#flashBanner {
	position:absolute;
	left:147px;
	top:80px;
	height:auto;
	width:auto;
	z-index:20;
}




#nav {
	float:left;

	left:0px;
	top:-5px;
	height:44px;
	width:950px;
	z-index:2;
	background-image:url(images/navBackground.jpg);
	background-repeat:no-repeat;
	
	
	}


#main {
	
	float:left;
	background-image:url(webContentBackground.jpg);
	background-repeat:repeat-x;
	width:874px;
	height:auto;
	padding-left:77px;
	padding-bottom:20px;
	z-index:1;
	}
	
#contentText {
	text-align:left;
	float:left;
	width:773px; 
	color:#000;
	background: #fff url('images/contentTextBackground.jpg') no-repeat;
	padding: 20px 20px 20px 20px;
}
.footer {
	color:#000;
	font-size:12px;
	font-weight:bold;
	}
	.footer a {
	color:#000;
	}

.footer a:visited {
	color:#000;
	}
	
.footer a:hover {
	color:#999999;
	}
		
	
.redhot {
	
	font-size:12px;
	color:#990000;
	font-weight:bold;
	}

.redhot a {
	color:#990000;
	}

.redhot a:visited {
	color:#990000;
	}

.redhot a:hover {
	color:#999999;
	}

