#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:97px;
	z-index:1;
}
#Layer2 {
	position:absolute;
	left:0px;
	top:97px;
	width:110px;
	height:402px;
	z-index:2;
}
#Layer3 {
	position:absolute;
	left:0px;
	top:150px;
	width:900px;
	height:30px;
	z-index:4;

	
}
#Layer4 {
	position:absolute;
	left:100px;
	top:230px;
	width:700px;
/*	height:800px; */
	z-index:3;
}
#Layer5 {
	position:absolute;
	 left:10%;
	top:100%; 
	
	width: 700px;
	height: 20px;
	z-index:5;
}

body {

}
.style1 {font-size: x-large}
.header {font-size: large}
.cpyrt {font-size: x-small}
.disclaimer {font-size: small}
.alignleft { float: left; }
.alignright { float: right; }
.special{font-size: 150%;
	font-style: italic;
	font-style: bold;}
.head1{font-style: italic;
	font-size: 100%}



ul#navlist
{
text-align:center;
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}


#year ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	text-align: center;

	}


#navlist a { padding: 3px 25px; }

#navlist a:link, #navlist a:visited
{
color: #000;
background-color: #FFF;
text-decoration: none;
}

table {
/*	font: 11px/24px Verdana, Arial, Helvetica, sans-serif; */
	border-collapse: collapse;
	width: 600px;
	height: 150px;
	}

th {
	padding: 0 0.5em;
	text-align: center;
	}

table.center {
    margin-left:auto; 
    margin-right:auto;
  }
 p.indent { text-indent:5%
}

td {
	
	padding: 0 0.5em;
	}

 ul li {
	position: relative;
	}
li.c {list-style-type:circle;}
li.s {list-style-type:square;}
li ul {
	position: absolute;
	left:0px;
	top: 22px;
	display: none;
	}

#navlist a:hover
{
color: #FFF;
background-color: #000;
text-decoration: none;
}
/* html ul li { float: left; height: 1%; } */
li:hover ul, li.over ul { display: block; } /

