body {
  margin: 0px;
  background-color:#FFFFFF;
  font-family:"Times New Roman", Times, serif;
  }
html, body, #general {
  min-height: 100%;
  width: 100%;
  height: 100%;
  }
html, body, #general {
  height: auto;
  }


#general {
  position: absolute;
  top: 0;
  left: 0;
  }
.CRfont {
  font-family:"lucida calligraphy";
  color:#000066;
  }
#general a:link {
  color: #2a4f6f;
  text-decoration: none;
  background-color: transparent;
  }
#general a:hover {
  text-decoration: none;
  color:#000066;
  }
#general a:visited {
  color: #2a4f6f;
  text-decoration: none;
  background-color: transparent;
  }


#title, #issue-number {
  font-weight:normal;
  letter-spacing: normal;
  }
#title {
  font-family:"lucida calligraphy";
  display:block;
  text-align:left;
  font-size:60pt;
  height: .75em;
  }
#issue-number {
  font-size:medium;
  text-align:right;
  font-variant:small-caps;
  color: #2a4f6f;
  border-bottom: 1px solid black;
  }


#nav {
  position: absolute;
  left: 1em;
  width: 14em;
  top: 20em;
  }
#nav ul {
  list-style: none;
  margin-left: 1em;
  padding-left: 0;
  }
#nav li {
  font-size: 80%;
  border-bottom: 1px dotted #B2BCC6;
  margin-bottom: 0.3em;
  }


#content {
  margin-left: 18em;
  margin-right: 2em;
  margin-bottom: 4em;
  border-left: 1px solid black;
  }
#content ul {
  list-style-type: none;
  }
#content li {
  list-style-position: inside;
  border-bottom: 1px dotted #B2BCC6;
  }
#content h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 150%;
  color: #2a4f6f;
  text-align:center;
}
#content h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 125%;
  text-align:left;
  }
#content h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 100%;
  color: #2a4f6f;
  text-align:center;
}
#content p {
  font-size: 90%;
  line-height: 1.6em;
  text-indent: 2em;
  padding-bottom: 1em;
}	



#content2 {
  margin-left: 18em;
  margin-right: 2em;
  margin-bottom: 4em;
  border-left: 1px solid black;
  }
#content2 ul {
  list-style-type: none;
  }
#content2 li {
  list-style-position: inside;
  border-bottom: none;
  }
#content2 h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 150%;
  color: #2a4f6f;
  text-align:center;
}
#content2 h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 125%;
  text-align:left;
  }
#content2 h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 100%;
  color: #2a4f6f;
  text-align:center;
}
#content2 p {
  font-size: 90%;
  line-height: 1.6em;
  text-indent: 2em;
  padding-bottom: 1em;
}


#credit {
  font-size: 70%;
  text-align: right;
  }


#footer {
position:absolute;
bottom: -75px;
width: 100%;
font-size: 70%;
border-top: 1px solid black;
}
#footer p {
	text-align: right;
	font-family: "bookman Old Style";
}

