 
 body
 {
 	margin: 0;
 	padding: 0;
 }

 
td#TopBar
 {
 	height: 80px;
        border-collapse: collapse;
        border-bottom: white solid 1px; 
 } 
 
 
 
 
 
 
 
 
 /*MAIN TABLE -------------------------------------------*/
table#main
  { 
    
  }
 
 td#main-top
  { 
    border-top: white solid 1px; 
    height: 19px;
  }

 td#main-right
  { 
    border-right: white solid 1px; 
    width: 19px;
  }

 td#main-left
  { 
    border-left: white solid 1px; 
    width: 19px;
  }

 td#main-bottom
  { 
    /*border-bottom: white solid 1px; */
    height: 19px;
  }



 td#main-top-left
  { 
     width: 20px;
     height: 20px;
  }

 td#main-top-right
  { 
     width: 20px;
     height: 20px;
  }

 td#main-bottom-left
  { 
     width: 20px;
     height: 20px;
  }

 td#main-bottom-right
  { 
     width: 20px;
     height: 20px;
  }


 td#main-link
  { 
     
  }
 

 td#main-link a:hover
  {
    /*display: block;
      background-color: #C0C0C0;*/
  }
    






 /*LEFT BAR-------------------------------------------*/
table#bar
  { 
    
  }
  
 td#bar-top
  { 
      border-top: white solid 1px; 
      height: 19px;
      padding-left: 10px;
  }
  
 td#bar-top-right
  { 
     width: 20px;
     height: 20px;
  }

 td#bar-main
  {
     padding-left: 5px;
     padding-top: 5px;	  
  }

 td#bar-right
  { 
    border-right: white solid 1px; 
    
  }

 td#bar-bottom
  { 
    /*border-bottom: white solid 1px; */
    height: 19px;
  }
  
 td#bar-bottom-right
  { 
     width: 20px;
     height: 20px;
  }



/*Message Board stuff---------------------------------*/

 
 
 td#MB-header
 {
    background-color:  black;
    padding: 4px;
    border-left: white solid 1px;
    border-right: white solid 1px;
    border-bottom: white solid 1px;
 }
 
 td#MB-cell-light
 {
    background-color:  black;
    border: white solid 1px;
    padding: 4px;
 }
 
 td#MB-cell-dark
 {
    background-color:  #4D4D4D;
    border: white solid 1px;
    padding: 4px;
 }
 













.header1   /*stuff in the main window*/
{
     font: 15px "Courier";
     font-size: 15;
     color: white;
}


.header2   /*bar header*/
{
     font: 18px "Courier";
     font-size: 18;
     color: white;
}

.header3   /*bar links*/
{
     font: 18px "Courier";
     font-size: 18;
     color: white;
}






a:link
{
   color: white;
   text-decoration: none;
}

a:visited
{
   color: white;
   text-decoration: none;

}

a:hover
{
   color: orange;
   text-decoration: underline;
}
a:active
{
   color: orange;
   text-decoration: underline;
}
