#header {
   position: absolute;
   height: 100px;
   width: 95%;
   top: 10px;
   left: 12px;
   background: url(images/toplogo.jpg) #000000 top left no-repeat;
   color: #FFFFFF;
/*   z-index: -1; */
}


#sidenav {
   position: absolute;
   left: 12px;
   top: 105px;
   background: #000000;
   color: #FFFFFF;        
   width: 150px;
   z-index: 1;
}

#sidenav table {
   width: 100%;
}

#sidenav th {
   background: #000000;
   color: #FFFFFF;
   padding: 0px;
}

#sidenav a:link {
   background: #000000;
   color: #FFFFFF;
   text-decoration: underline;
   font-size : 12px;
   font-weight : bold;
   letter-spacing: 1px;
}

#sidenav A:visited {
   background: transparent;
   color: #DDDDDD;
   text-decoration: underline;
   font-size : 12px;
   font-weight : bold;
   letter-spacing: 1px;
}

#sidenav A:hover {
   color: #000000;
   background: #FFFFFF;
   text-decoration: underline;
   font-size : 12px;
   font-weight : bold;
   letter-spacing: 1px;
}

#main {
   position: absolute;
   top: 105px;
   left: 162px;
   width: 90%;
   background: #FFFFFF;
   color: #000000;
   text-align: center;
   letter-spacing: 1px;
   line-height: 20px;
}

#main table {
   text-align: center;
   width: 90%;
}