body         { background-color: #FFEE00; font-size:10pt; font-family:Verdana; color:#006600;}
table        { border: 1px solid #008000; padding:0; background-color: #CDF8CF; font-family:Verdana; font-size:10pt; color:#006600}
td           { border-style: none; border-width: 1px }
h1           { font-family: Verdana; font-size: 18pt; color: #006600; font-weight:bold; text-align:center }
h2           { font-family: Verdana; font-size: 14pt; color: #006600; font-weight:bold; text-align:center }
h3           { font-family: Verdana; font-size: 12pt; color: #006600; font-weight:bold; text-align:center }
.banner {
		position: absolute; 
		width: 100%; 
		height: 180px; 
		z-index: 1; 
		background-color: #006600; 
		top:0px;
		}
		
.main	{
		position: absolute;
		width: 85%;
		height: 100%;
		z-index: 0;
		top:200px;
		left:15%;
		}
		
.nav	{
		position: absolute;
		width: 15%;
		height: 90%;
		z-index: 3;
		top:200px;
		left:0;
		}