<!--

 #container {
   width:930px;
   margin-right: auto;
   margin-left: auto;
   text-align: left;
   background-color: #ECDAC4;
   height: 100%;
   }
   
body {
   text-align: center;
   background-color: #ECDAC4;
   }

#header {
   text-align: center;
   background-color: #ECDAC4;
   } 
    
#notebox {
   border: double ;
   border-color: maroon;
   width: 800px;
   background-image: url('images/OrangeLogo2.gif');
   margin-left: 65px;
   }    

/*-------------Namebar-----------------*/
#namebar ul li  {
   font-size: 1.5em;
   font-family: Verdana, Arial, sans-serif;
   font-weight: bold;
   list-style-type: none;
   float: left;
   text-align: center;
   padding-left: 15px;
   } 
	 
#namebar ul li a {
   color: maroon;
   text-decoration: underline;
   }
	 
#namebar ul li a:hover {
   color: red;
   text-decoration:none;
   }
   
/*-------------Tables-----------------*/
table {
   table-layout: fixed;
 /*  width: 635px;*/
   width: 645px;
   
   margin-left: 50px;
   background-color: #EEDECA;
   } 
    
tr {
   height:22px; 
   } 
         
th {
   background:#7c1834; 
   color:yellow;
   font-weight:bold;
   font-size: 1.0em;
   font-style:italic;
   font-family:Verdana,Sans-serif;
   text-align:left;
   padding: 3px;
   }
    
td {                          
   color:black;  
   font-weight: 600; 
   font-size:1.0em; 
   font-family: "Arial Narrow",Sans-serif;
   text-align: left; 
   padding-left: 5px; 
   } 
    
/*-------------Text-----------------*/

.header2 {
   color: #660033;
   font-weight:bold;
   font-size: 1.8em;
   font-family: "times new roman", serif;
   font-style:italic;
   text-align:center;
   } 

h1 {
   color:#660033;
   font-weight: bold; 
   font-style:italic; 
   font-size: 2.5em; 
   font-family: "times new roman", serif; 
   text-align: center;
   }
   
.fh1 {
   color:#000066;
   font-weight: bold; 
   font-size: 1.08em; 
   font-family: "Trebuchet MS", Arial, sans-serif;
   text-align: center;
   }
   
.fh2 {
   color:maroon;
   font-weight: bold; 
   font-size: 1.08em; 
   font-family: Arial, Sans-serif;
   text-align: left; 
   } 
   
.fh2 a:hover {
   color: red;
   text-decoration: none;
   }   
    
.fh3 {
   color: blue;
   font-weight: bold; 
   font-size: 1.08em; 
   font-family: "Trebuchet MS", Arial, sans-serif;
   text-align: left; 
   margin-left: 75px;
   } 
 
.fh3 a:visited {
   color: blue; 
   text-decoration: underline;
   }   
   
.fh3 a:hover {
   color: red;
   text-decoration: none;
   }
   
.fh4 {
   font-weight: bold; 
   font-size: 0.92em;
   font-family: Arial, sans-serif;
   text-align:right;
   padding-right: 20px;
   text-decoration: none;
   }
    
.fh4 a:hover {
   color: red;
   text-decoration: none;
 } 
 
.gentextl {
   color:black;
   font-size: 1.0em; 
   font-family:  Arial, Verdana, Sans-serif;
   font-weight:600;
   font-style: normal;
   text-align:left;
   padding-left: 10px;
   line-height: 150%;
   }    
     
.gentextc {
   color:black;
   font-size: 1.0em;
   font-family: Arial, Verdana, Sans-serif;
   font-weight:600;
   font-style: normal;
   text-align:center;
   line-height: 120%;
   } 
   
.biscc3 {
   font-family:"Trebuchet MS", Arial, sans-serif;
   color: black;
   font-size: 0.9em;
   font-weight: bold;
   text-align: center; 
   line-height: 150%;
   padding-top: 5px;
   padding-bottom: 7px;
   } 
/*----------------------------------------------------------------------*/

#footer {     
   clear: both;
   width: 800px;
   } 

#navbot {
   background-color: #330000;
   width: 800px;
   height: 25px;
   }
 
#navbot ul {
   margin: 0px;
   padding: 0px;
   margin-left: 55px;
   }

#navbot ul li {
   float: left;
   list-style-type: none;
   padding: 3px 25px 4px 5px;
   color: #ffd700;
   font-family: "Times New Roman", serif;
   font-size: 0.85em;
   }

#navbot ul li a {
   color: #ffff00;
   text-decoration: none;
   }

#navbot ul li a:hover {
   color: #ff0000;
   }   
     
 
-->


