A:link
{ text-decoration: none; color: #666666; font-weight: bold; }
A:visited
{ text-decoration: none; color: #666666; font-weight: bold; }
A:active
{ text-decoration: none; color: #666666; font-weight: bold; }
A:hover
{ text-decoration: none; color: #000000; }

body
{ background: #FFFFFF;
font-family: verdana;
color: #000000;
font-size: 8pt;
}

header
{ font-family: garamond;
font-size: 20pt;
font-weight: bold; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul
{ margin: 0;
padding: 0px;
list-style: none;
width: 140px; 
border-bottom: 1px solid #CCCCCC;}

ul li
{ position: relative; }

li ul
{ position: absolute;
left: 139px;
top: 0;
display: none; }

li ul li ul
{ position: absolute;
left: 139px;
top: 0;
display: none; }

ul li a
{ display: block;
background: #FFFFFF;
padding: 5px;
border: 1px solid #CCCCCC;
border-bottom: 0; }

li ul li a
{ padding: 2px 5px; }

li ul li ul a
{ display: block; 
padding: 2px 5px; }

li:hover ul, li.over ul
{ display: block; }

#top
{ position: absolute;
width: 725px;
height: 109px;
left: 250px;
top: 0px; }

#navigation
{ position: absolute;
width: 140px;
left: 5px;
top: 5px; 
z-index: 2; }

#main
{ position: absolute;
width: 700px;
height: 869px;
left: 150px;
top: 5px; 
z-index: 1; }

#footer
{ position: absolute;
width: 725px; }

img {
border: 0px; }

td
{ font-family: verdana;
font-size: 8pt;
color: #000000; }

td.off {
background: #FFFFFF;
}

td.on {
background: #CCCCCC;
}