html, body, iframe{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
iframe {
	width: 610px;
/* Note You Can't Set The Iframe Height Using CSS Because It Dosn't Auto Resize Even Though Its Supposed To Its A Glitch, There For Its The Reason For Java Script Controling The Iframe Resize */
	display: marker;
	border: none;
}
#level1{
	background: #FFF url(bannertop.jpg) no-repeat;
	height: 82px;
	width: 800px;
}
#level2{
	background: #FFF url(bannerbtm.jpg) no-repeat;
	height: 36px; /*Height of top section*/
	width: 800px;
}
#level2 div.navigation{
	float: right;
	width: 610px;
	height: 36px;
	margin-left: 190px; /* Spacing */
}
#level3{
	background: #FFF url(bannerleft.jpg) no-repeat;
	height: 317px;
	width: 800px;
}
#level3 div.content{
	float: left;
	position:absolute;
	width: 177px;
	height: 327px;
	text-align: center;
	font-family: "Verdana";
	font-size: 12px;
	color: #fff;
}
#level3 div.content a{color: #fff;}
#level3 div.frame{
	float: right;
	position: absolute;
	width: 610px;
	height: 100%;
	margin-left: 190px; /* Spacing */
}
#copyright {
	float: left;
	position:absolute;
	width: 177px;
	height: 20px;
	font-family: "Verdana";
	text-align: center;
	font-size: 10px;
	color: #000;
	left: 0px;
	top: 443px;
}
a{cursor:pointer; text-decoration:none;}
s{cursor:not-allowed;}
.hidden { display: none; } 