body {
   background-color: #CCCC99;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: small;
   color: #585858;
}  

 table.top_nav {
   margin: 20px auto;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: small;
   color: #585858; 
  }
  
td.top_nav {
padding-left: 15px;
padding-right:  15px; 
color: #484848; 
}

   
table { 
  text-align: center;
  font-weight: bold;
  margin: auto;
 } 
 th {
    background-color: Olive;
}

 
 td {
    padding: 10px 25px;
}


a {
    text-decoration: none;
}
h1 {
font-size: 300%;
color:  #990000;  

}


a:link {
    color: #484848;
}
a:visited {
    color: #585858;
}
a:hover {
    color: White;
}
a:active {
    color: White;
  }

div {
   border: medium double #808080;
   margin: 30px 20px 30px 20px;
   padding: 15px;
   width: 720px;
}

img {

   border: thin double #808080;
}
table.table{
border: thin double #CCCCCC;
caption-side: bottom;
background-color: #999999;
}
.cellcolor {
    background-color: #CCCC66;
}
caption {
    font-style: italic;
    padding-top: 2px;
}
.center {
    text-align: center;
}

.background_img {
background-image: url(../images/white_bg.gif); 
background-attachment: fixed;
background-position:  top left;
background-repeat: no-repeat;   
}

.h3
{
position: absolute;
left: 40%;
bottom: 60%;
   }

.top_img {
margin-left: 45px; 
margin-right: 75px;
}

.separator {
margin: 2px 0;
width: 200px;
float: left; 
 margin-right: 10px; 
 



