#top {
  margin-left: 2em;
  margin-right: 2em;
}
#zeeindex {
  border:3px solid #CCCCCC;
  padding-bottom: 25em;
  margin-left: 2em;
  margin-right: 2em;
}
#lower {
  position: absolute; left: 80px; top:18em;
  z-index: 3;
}
#middle {
  position: absolute; left: 280px; top: 20em;
  z-index: 2;
}
#upper {
  position: absolute; left: 510px; top: 26em;
  z-index: 1;
}
#footer {
  font-size: 0.6em;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 1.2em;
}
#content {
  border:3px solid #CCCCCC;
  margin-left: 2em;
  margin-right: 2em;
  padding: 2em;  
}
.right {
  position: relative; left: 60%;
  /*text-align: right;*/
  /*margin-right: 1em;*/
  border: 1px solid red;
  padding: 0.6em;
  width:10em;
}
h1 {
  text-align: center;
}
body {
  font-size: 1em;
  font-family: Garamond, "Times New Roman", Times, serif;
  line-height: 1.3em;
}
p.subheading1 {margin-left: 1em;}
p.pdf {padding: 1em 0.4em 0.4em 0.4em; margin-top: 0.6em; width: 50%; border: 2px red dotted;}
#nav a[href] {
  border: 2px dotted black;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  text-decoration: none;
}
#nav a[href]:visited {
  color: black;
}
#nav a[href]:hover {
  background: red;
  border: 2px solid black;
  color: white;
}
#nav a[href].current {
  border: 2px dotted red; 
}
#nav a[href].current:hover {
  border: 2px solid black;
}
ol li.duties, ol li.policies {list-style-type: upper-alpha;}
ul.amendments {
  list-style-type: none;
}
ul.amendments li {
  margin-bottom: 0.8em;
  margin-left: -0.5em;
  }
em.loud {
  font-weight: bold;
}
address {
  font-style: normal;
  margin-left: 1em;
  font-size: 90%;
}