body {
	background-color: #f5f5f5;
	margin: 0px;
	font-family: Georgia;
	font-size: 90%;
	}
a:hover {
	text-decoration: none;
	color: #993300;
	}
ul.nav {
	font-family: Arial;
	position: absolute;
	top: 40px;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 115px;
	border-bottom: 1px solid black;
	z-index: 103;
	font-size: 12px;
	}		
ul li.nav {
	position: relative;
	z-index: 102;
	}
li ul.nav {
	position: absolute;
	left: 114px;
	top: 0px;
	display: none;
	z-index: 101;
	}
ul li a.nav {
	display: block;
	text-decoration: none;
	padding: 5px;
	border: 1px solid black;
	border-bottom: 0;
	color: black;
	}
ul li a:hover.nav {
	color: blue;
	}
	
	/* Fix IE. Hide from IE Mac \*/
	* html ul li.nav { float: left; height: 1%; }
	* html ul li a.nav { height: 1%; }
	/* End */
		
li:hover ul.nav, li.over ul.nav { 
	display: block;
	}
#container {
	background-color: #99ccff;
	margin: 0 auto;
	position: relative;
	top: 0px;
	left: 0px;
	width: 695px;
	visibility: visible;
	z-index: 1;
	text-align: center;
	}
#content {
	position: absolute;
	top: 0px;
	left: 115px;
	background-color: #f5f5f5;
	width: 580px;
	height: 100%;
	z-index: 2;
	}
#copyright {
	width: 100%;
	text-align: center;
	background-color: #f5f5f5;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial;
	color: black;
	border-top: 1px solid blue;
	}
.button {
	width: 115px;
	text-decoration: none;
	text-align: left;
	padding: 0px;
	}
.navhere {
	color: black;
	font-weight: 600;
	background-color: #cccccc;
	}
.linkfont {
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
.smallfont { font-size: 10px; }	#container #content table tr td #index1 #header font {
	font-family: Georgia, Times New Roman, Times, serif;
}

