/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {
     background-color:black;
     
  }

 
 #holder{
         height:100%;
         min-height: 100%;
         background-color:white;
         width:1024px;
         margin: 0 auto;
         overflow: auto;
  }
  
  #headerimage{
          height:191px;
          width:1024px;
          background-image: url("images/header.jpg");
   }
   
   .logo{ 
          height:132px;
          width:176px;
          background-image:url("images/Logo.jpg");
   }
   
   *{
          font-family:trebuchet, sans-serif;
    }
    
    #headermenu{
                border-bottom:solid;
                border-bottom-style:3px;
     }
     
    .menuitem{
              float:right;
              width:170px ;
              vertical-align:top;
              height:100px;
              margin-top:-91px;
              font-family:sans-serif;
              font-size:1.67em;
              border-left: solid;
              border-left-width: 1px;
     }
     h4, h2, h3{
        margin-left:10px;
      }
     
     a
     {
      color:#666666;
     }
     a:hover
     {
      color:#D1D1D1; 
     }
    
     p
     {
      margin-left:10px;
      margin-right:10px;
     }
     
     #partners{
               float:right;
               border:solid;
               border-left:solid;
               border-width:3px;
               padding-right:20px;
               margin-right:10px;                   
     }
     
     ul{
               list-style-type:none;
       }
       .marginleft{
                margin-left:30px;
       }
       .biophoto
       {
        float:right;
        margin-left:10px;
        margin-right:10px;
        
       }