/* Local navigation menu, along the right side */
/* taken from threepart-f.css at W3C */

div#Menu span.dot,		/* Hide the dot between links in this style */
div#Menu hr {			/* Hide the HR inside the menu */
  display: none }

div#Menu,
div.map { 
  position: fixed;
  width: 11em; height: auto;
  top: 1em; right: 3em; bottom: 1em; left: auto;
  background: #DDB url(dogsear.png) bottom right no-repeat }
div#Menu p.navhead, div#Menu a,
div.map p, div.map > * > li, div.map h2 {
  display: block;
  margin: 0.55em;
  padding: .4em 1em;
  text-indent: 0;
  text-align: left;
  background: #aa7 url(sandydogsear.png) bottom right no-repeat;
  color: white;
  list-style: none }		/* Remove triangle from H2 */
div.map > ul {
  margin: 0;
  padding: 0 }
div#Menu p.navhead {
  font-weight: bold }
div#Menu a,
div.map a {
  font-style: italic;
  text-decoration: none;
  color: white }
div.map a:hover {
  background: #CCC;
  color: #000 }
div#Menu:before,
div.map:before {
  content: "Contents";
  display: block;
  margin-bottom: 8em;
  padding: 0.9em ;
  color: #999;
  font-size: larger;
  font-style: italic;
  letter-spacing: 0.25em;
   }
 
BODY {font-family : Gill sans,sans-serif;
     margin-left: 6em;
     margin-right: 16em;
     margin-top:3em; 
     margin-bottom:6em;
     font-size:90%}

H1 {color:#aa7;
   font-family : Gill sans,sans-serif;
   font-style:normal;
   padding: 0em;
   border-bottom: solid thin #aa7;
    letter-spacing: .02em }

H1> SPAN.textbf {font-size: 140%;
    color:#aa7;
    font-family:Gill sans,sans-serif;
    } 


A:hover { background: lightgrey }
A:link {color:navy}
A:visited {color:green}

SPAN.textbf {color: green ;
	    font-style: italic ;
	    font-family: sans-serif} 

H5 {color:#aa7;
   border-top: solid thin #aa7;	
   border-bottom:solid thin #aa7;
   text-align:right;
   font-style: normal;
   font-size:60%}
