
body {
  background-color: white;  
  line-height: 1.1;
  text-align: justify;      
  font-family: Arial,Helvetica,sans-serif;  
  font-size: normal;
  position: relative;
  padding: 0em 17em 3em 3em;  
  }
  

h2 {
  text-align: left;
  line-height: 1;
  color: #005;
  border-bottom: thin solid;
  padding: 0 0 0.2em 0;
  font-weight: bold;
  text-transform: none;  
  margin-top: 4ex }

h3 {
  margin-top: 2ex;
  margin-bottom: 0.2ex }



 /*   // indent paragraph instead of lineskip 
p + p, p + p.hint + p {	
  text-indent: 1.5em;
  margin-top: 0em }
p {
  margin-top: 1em;
  margin-bottom: 0em }
  */
  
  
dd {
  padding-left: 1.5em;
  margin-left: 0 }

  a {
  color: #005;
   text-decoration: none }

a:active {
  color: #005 }

a:hover {
  text-decoration: underline}
  


span.date{ 
  font-size: small;
  font-style: italic;
}

span.title { 

  font-style: italic;
}



div.map { 
  position: absolute;
  width: 13em; height: auto;
  top: 1em; right: 1em; bottom: 1em; left: auto;
  background: #bce;	  }
  

 body>div.map {position: fixed}     /* workaround for IE6 which doesn't support fixed */


div.map p, div.map li {
  display: block;
  margin: 0.8em 1.2em 1.6em -1.0em;
  padding: 0.4em 1em;
  text-indent: 0;
  text-align: left;
  background: #026 ;
  color: #004;
  border-bottom: none;		/* Remove rule under H2 */
  list-style: none }		/* Remove triangle from H2 */

div.map a:link, div.map a:visited {
  display: block;  
  margin: 0.2em 0em;
  text-decoration: none;
  color: #eef
  }
div.map a { 
 border-top: 1px groove #026;
 padding-left: 4px; }  
div.map a:hover {
  display:block;
  background: #eef;
  color: #026; }
  
span.maptext {
font-weight: bold;
font-style: italic;
  color: #004;
  margin: 0.5em;
}


div.map a.currentp {
  border: medium outset #026;
}

 

img.logo {
//  float: right;
  width: 13em;
  margin: 0.0ex 0 0em 0em;  
}


th.pub {
    text-align: right;
}

span.ncap {
    text-transform: none;
}