body {
	margin-left: 12em;
   color: #000000;
   background: #FFFFFF; 
   font-family: "Garamond", "Times", serif;
   font-size: medium;
}
body.p { 
   margin-left: 12em; margin-right: 1em; 
}
h1 { margin-left: -1em; font-size: 1.4em; }
h2 { margin-left: -0.5em;  font-size: 1.2em;}
h3, h4, h5, h6 { margin-left: 0;}
li {margin-left: 2em;}
address { 
  font-family: Times, serif;
  text-align: center;
}
pre { font-family: monospace; }
div.banner { 
	margin-top:-1em;
	margin-left:-2em;
	margin-right:0;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:solid;
	border-color: #FFCC00;
}
div.centerhead { 
   color:#000000; 
   font-size: 1.5em;
   font-weight: bold;
}
div.rightpic img{
   float:right;
   margin-right: 3em;
   padding: 0 1em 1em 1em;
}
div.leftpic img{
   float:left;
   margin-right: 3em;
   padding: 0 1em 1em 1em;
}
div.quote p{
   margin-left:1em;
   margin-right:1em;
   margin-top:1em;
   margin-bottom:0em;
}
div.author p{
   font-style: italic;
   text-align: right;
   /*margin-left:25em;*/
   margin-right:1em;
   margin-top:0em;
   margin-bottom:0em;
   padding: 1em 0em 1em 0em;
}
span.species {
   color= "#010101";
   font-style: italic;
}
div.centerhead h1 {
   text-align=center;
}
/*navigation bar, stolen from http://www.w3.org/Style/CSS */
div#Menu,
div.logo { 
	background-image: url(logopix/logo-topleft.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: fixed;  /*we'd rather this was "fixed", but IE objects*/
	width: 10em; height: 100px;
	top: 10px; left: 1em; bottom: 0em; right: auto;
}
div.map { 
	background-image: url(logopix/logo-topleft.png);
	background-repeat: no-repeat;
	background-position: left top;
  position: fixed;  /*we'd rather this was "fixed", but IE objects*/
  width: 10em; height: auto;
  top: 0px; left: 0em; bottom: 0em; right: auto;
  background: #0000cc bottom right no-repeat;
}
div#Menu p.navhead, div#Menu a,
div.map p {
  display: block;
  font-size: medium;
  margin: .1em 1.6em 0.44em 0.0em;
  padding: 0.25em 1em;
  text-indent: 0;
  text-align: left;
  background: #0000cc bottom right no-repeat; /*used to be D2691E*/
  color: white;
  border-bottom: none;
  list-style: none
}
div.map li {
  margin: -0.44em 1.6em 0 0;
  padding: 0.38em 1.0em;
  background: #0000cc;
  color: white}
div.map > ul {
  margin: 0;
  padding: 0 }
div#Menu p.navhead {
  font-weight: bold }
div#Menu a:link, div#Menu a:visited,
div.map a:link, div.map a:visited {
text-decoration: none;
font-weight: bold;
color: #cccccc }
div.map a:hover {
  background: #0000cc
  color: white;
}
div#Menu:before,
div.map:before {
      display: block;
        margin-bottom: 1em;
  padding: 0.1em 0.5em;
    color: #999;
      font-size: larger;
        font-style: italic;
  text-align: left;
    letter-spacing: 0.25em 
}
div.captioned p{
   text-align: center;
   font: bold 1.25em "Gill", "Helvetica", sans-serif;
   color: #e55e24;
}
div.blackborder img{
   float:left;
   margin-right: 3em;
   padding: 4px 0em 0em 4px;
}
div.blackborder p{
	min-height: 66px;
	border: 4px solid #000;
	font-style: bold;
	padding: 1em 0em 0em 0em;
}
