
   a:over    { color: red; } 
   a:link    { color: blue; }
   a:visited { color: purple ; font-weight: bold; } 

body {
   margin: 0px;

   font-family:arial;
   padding-top: 0px;
   margin-top: 0px;
   padding-left: 0px;
   margin-left: 1px;

   padding: 0px; 
   height: 100% ;

   }

#bodytwo {
   margin: 0px;

   font-family:arial;
   padding-top: 0px;
   margin-top: 0px;
   padding-left: 0px;
   margin-left: 1px;

   padding: 0px; 
   height: 100% ;
   background-color: #FAF0E6 ; 

   }



table.first {
   width:90%;
   border-top:1px solid black ;  
   border-bottom:1px solid black ;  
   border-left:1px solid black ;  
   border-right:1px solid black ; 
   border-width:1px ;

   border-style:solid black; 
   margin:1em auto;
   border-collapse:collapse;
   }
table.first th {
   color: black ; * #678197;
   border-style:solid black; 
   border-bottom:1px solid black ; 
   border-left:  1px solid black ; 
   padding:.3em 1em;
   text-align:left;
   background-color: #FAF0E6 ; 
   }

table.first td {
   color: black ; * #678197;
   border-style:solid black; 
   border-bottom:1px solid black ; 
   border-left:  1px solid black ; 
   padding:.3em 1em;
   text-align:left;
   background-color: #FAF0E6 ; 
   } 

table.second { 
      border-style: none  ; 
   } 

table.second td {
   border-bottom:0px solid black ; * #e5eff8;
   border-left:0px solid black ; * #e5eff8;
   }

table.third {
   width:90%;
   border-top:1px solid black ;  
   border-bottom:1px solid black ;  
   border-left:1px solid black ;  
   border-right:1px solid black ; 
   border-width:1px ;

   border-style:solid black; 
   margin:1em auto;
   border-collapse:collapse;
   }
table.third th {
   color: black ; 
   border-style:solid black; 
   border-bottom:1px solid black ; 
   border-left:  1px solid black ; 
   padding:.3em 1em;
   text-align:left;
   background-color: #FFFFF0 ; 
   }

table.third td {
   color: black ; 
   border-style:solid black; 
   border-bottom:1px solid black ; 
   border-left:  1px solid black ; 
   padding:.3em 1em;
   text-align:left;
   background-color: #FAF0E6 ; 
   }

#header {
   background: white ; *** #FF0000; *14AFC2;
   height: 80px;
   width: 100%;
  
   font-size: 10pt;

   float: right; 
   width: 85%;
  

  /* 
     float: left; 
  */

   font-family:arial;

   /*
   padding-top: 5px;
   margin-top: 5px;
   padding-left: 0px;
   margin-left: 1px;
   */

   }

#leftcol {
   font-size: 10pt;
   * background: #14AFC2;
   background: white ; *#14AFC2;
   float: left;
   width: 15%;

   height: 100%; 
 
   length: 5000px; 

   a:link    { color: black; }
   a:visited { color: red; } 
   a:over    { color: green; } 

   }
#rightcol {
   background: white ; /* #14AFC2 ; */  
   float: right;
   width: 20%;
   height: 100% ;
   }
#content {
    font-size: 10pt;
   background: white ; *#14AFC2;  
        float: right;
   
      width: 85%;
      height: 100% ;
   }

#footer {
   background: white ; *** #14AFC2; 
   clear: both;
   width: 100%;
   
   height: 100%;

   }

