/* This file is Copyright Chris Rodgers, Oct, 2004. All rights reserved. */
/* Used under licence by the EMF Biological Research Trust. */

/* Generic settings */

H1, H2, H3, H4, H5, H6
{ color: #005ABA;
  font-family: "Zurich BT", "Verdana", sans;
  }
H1 { color: #6F006C;
     border-bottom: solid 0.05em #3f3f3f;
     line-height: 0.9em;
     margin-top: 0.1em;
     }

H3 { margin-left: 1em;
     }

.indent { margin-left: 2em;
     }

P.dropcap:first-letter
{ 
  font-size: 200%;
  font-family: "Zurich BT", "Verdana", sans;
  padding-right: 3px;
  color: #25006B; /* #392266; */
  text-shadow: 0.5em 0.5em grey;
  vertical-align: text-top;
  float: left;
  }

BODY { background: #ffffff;
       margin-left: 0;
       margin-right: 0;
       margin-top: 0;
       color: #172244;
       font-family: Garamond, "Times New Roman", Times, serif;
       font-weight: normal;
       font-size: 12pt;
       line-height: 130%;
       }

a { color: #005ABA;
    text-decoration: none;
    }
a:hover { color: #9E009A;
          text-decoration: underline;
          }

/* Bar across the top of each page. <div id=#titlebar>...</div> */

#titlebar { font-weight: bold;
            position: fixed;
            height: 80px;
            width: 100%;
            top: 0px;
            left: 0px;
            background: #BFDEFF; /*#80bdff;*/
            text-align: center;
            color: #25006B;
            } 

#titlebar a { color: #6F006C }
#titlebar a:hover { color: #9E009A }

#titlebar H1
{ color: #25006B;
  font-family: "Zurich BT", Verdana, sans;
  font-weight: bold;
  font-size: 28pt;
  margin-bottom: 0.1em;
  border-bottom: none;
  line-height: 1.2em;
  margin-top: 0.1em;
  }

#maincontainer { margin-top: 95px;
                 margin-left: auto;
                 margin-right: auto;
                 padding-left: 5px;
                 padding-right: 5px;
                 max-width: 800px;
                 align: center;
                 }

#footerframe { background: #BFDEFF;
               border-bottom-width: 1pt;
               border-bottom-color: #3f3f3f;
               border-bottom-style: solid;
               border-top-width: 1pt;
               border-top-color: #3f3f3f;
               border-top-style: solid;
               padding-bottom: 2pt;
               }

#footer { font-weight: bold;
          font-size: 10pt;
          background: #BFDEFF; /*#80bdff;*/
          text-align: left;
          color: #25006B;
          font-family: "Zurich BT", Verdana, sans;
          padding-top: 0pt;

          margin-left: auto;
          margin-right: auto;
          padding-left: 5px;
          padding-right: 5px;
          max-width: 800px;
          }

#footer .cvsid { font-weight: 200;
         color: #80BDFF;
         }

/* IE patch */
* html #maincontainer { margin-top: 15px; }

/* Floating images */

.floatingimage { float: right;
                 padding-left: 5px;
                 padding-right: 5px;
                 }

.floatingimage P { text-align: center;
                  font-style: italic;
                  }

