html, body {
	background-color: #f9e367;
	color: #0000c0;
	font-family: tahoma, "trebuchet ms", garamond, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}



h1 {
	font-size: larger;
	font-weight: bold;
	text-align: center;
	}
	
h2 {
	font-size: small;
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

 a {
	text-decoration: none;
	color: #0000C0;
	}
	
 a:hover {
	text-decoration: none;
	color: #0000C0;
	background: #d2e6fb;
	}
	

	
/* **********************menu ***************** */
#navcont ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border: 0;
	font-size: small;
	}
	
#navcont ul li {
	position: relative;
	border-bottom: 1px solid #f9e367;
	width: 150px;
	}
	
#navcont li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: -4px;
	display: none;
	}

/* Styles for Menu Items */
#navcont ul li a {
	display: block;
	text-decoration: none;
	background: #f9e367; /* IE6 Bug */
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 0; /* IE6 Bug */
	border-left: 4px solid #f9e367;
	border-right: 4px solid #f9e367;
	background-color: #f9e367;
	color: #0000c0;
	}
	
/* Holly Hack. IE Requirement \*/
* html #navcont ul li { float: left; height: 1%; }
* html #navcont ul li a { height: 1%; }
/* End */

#navcont li:hover ul, #navcont li.over ul 
{ 
display: block;
	 } /* The magic */
	 
#navcont a:hover {
	text-decoration: none;
	background: #d2e6fb;
	}

/* ************************** main content divisions */

#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	border: 0;
	margin: 0;
	background-color: #d2e6fb;
	}

#container img {
	border-bottom: 0px;
	padding: 0;
	margin: 0;
	}
#header {
	width: 800px;
	margin: 0;
	border: 0;
	background-color: #d2e6fb;
		}
#content {
	background-color: #fff;
	}	
#river {
	background-color: #d2e6fb;
	margin: 0;
	border: 0;
	width: 807px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 800px;
	}

html > body #river {
	width: 800px;	
}

#navcont {
	float: left;
	padding: 5px;
	background-color: #d2e6fb;
	border-left: 10px solid #d2e6fb;
	border-right: 10px solid #d2e6fb;
	border-bottom: 20px solid #d2e6fb;
	width: 180px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;
	}

html > body #navcont {
	width: 150px;	
}

#navcont img {
	margin-right: 10px;
	text-align: center;
	}
	
#maintext {
	display: block;
	background-color: #d2e6fb;
	width: 620px;
	padding: 5px;
	float: right;
	border-right: 10px solid #d2e6fb;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 600px;
	}

html > body #maintext {
	width: 600px;	
}

#core {
	background-color: #f9e367;
	vertical-align: top;
	}

#core h2 {
	padding-bottom: 20px;
	}
	
.rndbox { 
	background: #f9e367;
	width: 150px;
	}


.rndtop {
	background: url(../images/topright.jpg) no-repeat right top;
	}
.rndbottom {
	background: url(../images/bottomright.jpg) no-repeat right bottom;
	}
	
	
	
.rndbox2 { /* For Mozilla etc */
	background: #f9e367;
	width: 600px;
	min-height: 356px; /* IE doesn't understand min-height, but other browsers do */
	}

* html .rndbox2 {   /* IE ignores the * html so sees this as #right-col */
	background: #f9e367;
	width: 600px;
    height: 356px;  /* IE thinks height means min-height */
}


#years td {
	text-align: left;
	}

#years a {
	font-size: medium;
	font-weight: bold;
	padding-left: 20px;
	}
	
#linkstab {
	width: 100%;
	}

#linkstab td {
	text-align: center;
	}

#linkstab img {
	padding: 3px, 5px, 3px, 5px;
	border: 1px solid #c0c0c0;
	}
#hitcount {
	font-size: x-small;
	background-image: url(../images/wavebase.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 7em;
	border-bottom: 1px solid #0000c0;
	}
	
#hits {
	position: relative;
	top: 20px;
	left: 10px;
	text-align: center;
	}
	
#hits a {
	font-size: x-small;
	}

#base {
	clear: both;
	float: left;
	background-color: #f9e367;
	}
	
#footer {
	clear: both;
	float: left;
	width: 800px;
	font-size: x-small;
	border-bottom: 1px solid #0000c0;
	text-align: center;
	background-color: #f9e367;
	}

#footer img {
	border-bottom: 1px solid #0000c0;
	}
	
#footer a {
	font-size: x-small;
	padding-right: 6px;
	padding-left: 6px;
	}

#login a:hover {
	background: transparent;
	}

