   html,body{
       background: #ffffcc;
   }
   
   
   #doc{
       background: #ffffff;
       border: thin black solid;
       padding: 0px 20px 0px 20px;
       margin: 5px auto 5px auto;}
   
   
   #search{
       margin: 10px 0px 30px 0px;
       text-align: center;
       
   }
   
   #directory h3{
       font-weight: 800;
       font-size: .7em;
       line-height: 1.7em;
       padding-left: 5px;
   }
   
   #directory h2{
       font-weight: 900;
       font-size: .75em;
       line-height: 1.7em;
       padding-left: 5px;
       background: black;
       color: white;
       padding-bottom: 2px;
   }
   
   #directory ul{
       margin-bottom: 10px;
       padding-left: 15px;
       
   }
   
   #directory ul a{
       text-decoration: none;
       color: #000000;
   }
   
   #directory ul a:hover{
       text-decoration: underline;
   }
   #directory li{
       line-height: 1.7em;
       font-size: .8em;
   }
   
   #directory{
       font-family: Verdana;
       border: solid black thin;
       width: 210px;
       background: #ffffcc;
   }
   
   #links h4{
       font-weight: 900;
       font-size: 1.1em;
   }
   #links li{
       list-style-type: disc;
   }
   
   #link_menu{
       margin-left: 30px;
       font-size: 1.0em;
       line-height: 1.4em;
   }
   
   #ft{
       text-align: center;
       font-size: .8em;
       padding-bottom: 10px;}
   
   blockquote{
       font-weight: bolder;
       font-size: 1.1em;
       text-align: center;}
   
   #logo{
       text-align: center;
   }
   
   #memberships{
       
       margin: 20px auto 0px auto;
       width: 150px;
   }
   
   #memberships p{
       text-align: center;
       padding-bottom: 10px;
       font-family: Arial, Helvetica, sans-serif;
       font-size: .9em;
   }