body {
	font-family: "Baskervville", serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.4px;
	margin: 0 2em 1em 5em;
	width: 80rem;
}
.banner {
    width: 100%;
    height: 5rem;
    }
nav {
width: 100%;
clear: both;
}
ul#navBar {
  list-style-type: none;
  margin-top: -1rem;
  padding: 0;
  overflow: hidden;
  background-color: #3f6345;
  z-index: 3;
}

ul#navBar li {
  float: left;
}

ul#navBar li a {
    font-family: "Baskervville", serif;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.4px;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul#navBar li a:hover {
  background-color: #06330e;
}
.active {
background-color: #06330e;
}
img.logo {
    height: 36px;
    width: 36px;
    position: absolute;
    top: 5.2rem;
    left: 80rem;
}
img.edInfo {
    height: 30px;
    width: 30px;
    position: absolute;
    float: right;
    margin-top: 0;
    margin-left: 38rem;
}
img.fullView {
    height: 30px;
    width: 30px;
    float: right;
    margin-right: 1.5rem;
}
.wrapper {
    width: 100%;
}
h1 {
	color: #46597D;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 1.2px;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
/* both set to zero and padding in header div is used intead to deal 
 * with compound ie pc problems that are beyound summary in a simple comment. */
}
h2 {
	color: #46597D;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 1px;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: 600;
}
h3 {
	color: #46597D;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.8px;
	margin: 1.2em 0em .6em 0em;
	font-weight: 600;
}
h4 {
	color: #46597D;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.6px;
	margin: 1.2em 0em .6em 0em;
	font-weight: bold;
}
h5 {
	color: #46597D;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0.6px;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	color: #46597D;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.6px;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
em {
    font-style: italic;
}
.italic {
    font-style: italic;
}
.italics {
    font-style: italic;
}
.small {
    font-size: 14px;
}
.large {
    font-size: 50px;
    letter-spacing: 5px;
}
.xlarge {
    font-size: 100px;
}
/*  hyperlinks */
a {
    text-decoration: none;
    color: #0b3c99;
}
a:hover {
	color: #3f6345;
}
a:visited {
    color: #4f809c; 
}
#expHead {
    float: left;
    background-color: white;
    color: blue;
    border: none;
    text-decoration: none;
}
.space {
    display: block;
    height: 20rem;
}
#explanation {
    display: none;
    margin-right: 5rem;
}
#toc {
    position: relative;
    float: left;
    margin-left: 4rem;
    margin-top: 1rem;
    list-style-type: none;
}
iframe#editions {
     width: 35rem;
     float: right;
     margin-right: 1rem;
     margin-top: 1rem;
     height: 800px;
     margin-bottom: 1rem;
     }
#frameTitle {
    float: right;
    margin-right: 0;
}
div.menu {
  float:left;
  width: 30rem;
  display: block;
  top: 0;
  left: -3rem;
}
div.menu div.item {
    background-color: white;
    color: black;
    text-decoration: none;
}
div.menu div.item a {
    text-decoration: underline;
    color: blue; /*  #11398a; */
}
div.menu div.item a:hover {
	color: #214227;
}
h4.menuBrk {
}
.overview {
    margin: -1rem 0 0 1.5rem;
}
.note {
    clear: both;
    padding-top: 1rem;
}
.noteSpace {
    height: 60rem;
    display: block;
}
.bottom {
    clear: both;
    position: relative;
    margin: 0 0 4rem 1rem;
}