body {
	background-color: FFFF66;
	font-family: century gothic;
	}

h1 {
	font-family: century gothic;
	text-align: center;
	font-size: 24;
	}

h2 {
	font-family: century gothic;
	text-align: center;
	font-size: 28;
	}
	
h3 {
	font-family: century gothic;
	font-size: 12;
	font-weight: bold;
	}

p.1 {
	font-family: century gothic;
	font-size: 14;
	}

p.2 {
	font-family: century gothic;
	font-size: 10;
	}

p.3 {
	font-family: century gothic;
	font-size: 14;
	text-align: center;
	}

p.4 {
	font-family: century gothic;
	font-size: 18;
	text-align: center;
	}

a.nav	{
	font-family: century gothic;
	color: white;
	}

table {
	}

tr.color1 {
	background-color: white;
	}

tr.color2 {
	background-color: white;
	}

.backdrop {
	background-color: FFFF99;
	border: none;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -420px;
	height: 950px;
	width: 840px;
	z-index: 1;
	}
	
.topbanner {
	background-position:  center;
	border: 0px solid white;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -400px;
	height: 300px;
	width: 800px;
	overflow: none;
	z-index: 2
	}

.leftpannel {
	background-color: white;
	border: 3px solid #00BFFF;
	position: absolute;
	top: 330px;
	left: 50%;
	margin-left: -400px;
	height: 450px;
	width: 145px;
	overflow: auto;
	z-index: 2;
	}

.centercontent {
	background-color: white;
	border: 3px solid #00BFFF;
	font-family: century gothic;
	padding: 10px;
	position: absolute;
	top: 330px;
	left: 50%;
	margin-left: -250;
	height: 450px;
	width: 500px;
	overflow: auto;
	z-index: 2;
	}

.intro {
	background-color: white;
	border: 3px solid #00BFFF;
	font-family: century gothic;
	padding: 10px;
	position: absolute;
	top: 32%;
	left: 50%;
	margin-left: -400px;
	height: 300px;
	width: 800px;
	overflow: none;
	z-index: 2;
	}

.rightpannel {
	background-color: white;
	border: 3px solid #00BFFF;
	font-family: century gothic;
	padding: 15px;
	position: absolute;
	top: 330px;
	left: 50%;
	margin-left: 255px;
	height: 450px;
	width: 145px;
	overflow: auto;
	z-index: 2;
	}

.bottombanner {
	background-color: #00BFFF;
	border: 3px solid white;
	position: absolute;
	top: 785px;
	left: 50%;
	margin-left: -400px;
	height: 90px;
	width: 800px;
	overflow: auto;
	z-index: 2;
	}
	
.bottomnav {
	background-color: #00BFFF;
	border: 3px solid white;
	padding: 5px;
	color: white;
	position: absolute;
	top: 880px;
	left: 50%;
	margin-left: -400px;
	height: 45px;
	width: 800px;
	z-index: 2;
	}