body {
	background: #ffffff;
	margin: 0 auto; text-align: left; padding: 0px; }
	
body a:link {
color: #000000;
text-decoration: underline;
}

body a:visited {
color: #000000;
text-decoration: underline;
}

body a:hover {
color: #000000;
text-decoration: none;
}

#toptable {
	width: 830px;
	background: #ffffed;
	border: solid #aaaaaa 1px; }
	
#toptable a:link {
	color: black;
	font-family: trebuchet ms;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold; }

#toptable a:visited {
	color: #0C0C0C;
	font-family: trebuchet ms;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold; }

#toptable a:hover {
	color: black;
	font-family: trebuchet ms;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold; }
	
#search { 
	width: 170px; padding: 3px;
	border: solid #aaaaaa 1px;
	background: #ffffed;
	font-family: trebuchet ms;
    font-size: 12px; }
	
form.searchform {display: inline;}

#topsquare1 {
	width: 60px;
	background: #ffffcc;
	border-left: 1px solid #aaaaaa;}
	
#topsquare2 {
	width: 60px;
	background: #ffcc99;
	border-left: 1px solid #aaaaaa; }
	
#topsquareright {
	width: 75px;
	background: #ffffcc;
	border-left: 1px solid #aaaaaa; }
	
#topsquareleft {
	width: 50px;
	background: #ffffcc; }
	
#topsquarenone {
	width: 75px;
	background: #ffffff;
	border-left: 1px solid #aaaaaa; }
	
#leftnav {
	width: 160px;
	background: #FFFFCC;
	border: solid #aaaaaa 1px; }
	
#leftnav a:link {
	color: #6D0000;
	text-decoration: none;
	}

#leftnav a:visited {
	color: #6D0000;
	text-decoration: none;
	}

#leftnav a:hover {
	color: #6D0000;
	text-decoration: none;
	}
	
#centertd {
width: 768px;
background: #fff;
border: solid #aaaaaa 1px;
font-family: trebuchet ms;
font-size: 18px; }
	
#centertd a:link {
color: #4c4c4c;
text-decoration: underline;
font-family: trebuchet ms;
font-size: 18px;
}

#centertd a:visited {
color: #4c4c4c;
text-decoration: underline;
font-family: trebuchet ms;
font-size: 18px;
}

#centertd a:hover {
color: #000000;
text-decoration: none;
font-family: trebuchet ms;
font-size: 18px;
}

#about a:link {
color: #000000;
text-decoration: underline;
font-family: trebuchet ms;
font-size: 14px;
}

#about a:visited {
color: #858585;
text-decoration: underline;
font-family: trebuchet ms;
font-size: 14px;
}

#about a:hover {
color: #000000;
text-decoration: none;
font-family: trebuchet ms;
font-size: 14px;
}

/* Navbar */

ul#tabnav {
text-align: center;
margin: 1em 0 0em 0;
font: bold 12px arial;
padding: 3px 10px 3px 10px;
}

ul#tabnav li { 
display: inline;
padding: 2px;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6 , body#tab7 li.tab7 , body#tab8 li.tab8  {
background-color: #ffffcc; 
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a, body#tab8 li.tab8 a {
background-color: #fff;
color: #000;
position: relative;
top: 0px;
padding-top: 4px;
}

ul#tabnav li a { 
padding: 3px 6px;
border: 1px solid #000;
background-color: #cfcfcf;
color: #000;
margin-right: 0px;
text-decoration: none;
}

ul#tabnav a:hover {
background: #fff; 
}

.menu {
list-style-type: none;
margin: 0;
padding: 0;
}

.menu a {
  display: block;
  padding: 2px;
  width: 10.5em;
	height: 1.3em;
	font-family: Arial;
  font-size: 13px;
	background-color: #FFD8B2;
	text-align: center;
	font-weight: bold;
  text-decoration: none;
	margin: 2px 0;
}
.menu a:link, .menu a:visited {
  border-top: 1px solid #2C2C2C;
  border-bottom: 1px solid #2C2C2C;
  border-left: 1px solid #2C2C2C;
  border-right: 1px solid #2C2C2C;
  text-decoration: none;
}
.menu a:hover {
  border-bottom: 1px solid #4a4a4a;
  border-top: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  border-left: 1px solid #4a4a4a;
  background-color: #FFFFCC;
  text-decoration: none;
}
