/* Standard paragraph text. */
P, OL, UL { 
  font-family: verdana, times; 
  font-size: 12pt; 
}

/* Right-hand aligned paragraphs, usually for next page links. */
div.nextpage { 
  padding-right: 4%; 
  text-align: right; 
}

/* Link settings. */
A:link { text-decoration: none; color: navy }
A:visited { text-decoration: none; color: gray }
A:active { text-decoration: none }
A:hover { text-decoration: underline; color: red }

/* Section headings. */
H2 {
  font-size: 15pt;
  font-variant: small-caps;
  font-weight: bold;
  line-height: 200%;
}

/* Picture formatting. */
A IMG { 
  border:0; 
  margin-top:40px; 
  margin-bottom:5px;
}

CENTER { 
  font-family: sans-serif; 
  font-size:9;
}

HR {
  border: 0;
  color: black;
  background-color: black;
  width: 85%;
  height: 1px;
}

/* Page heading. */
.pageheading {
  font-family: verdana, times;
  font-size: 30pt; 
  padding-bottom: 30px;
  padding-top: 15px; 
  text-align: center; 
}

/* Menu. */
.menu {
  border-right: black thin groove;
  font-family: sans-serif; 
  font-size: 10pt; 
  height: 100%;
  line-height: 1.9;
  margin-right: 2%;
  vertical-align: top;
  width: 20%;
}

/* Comments.  Like menu, but reversed left-to-right. */
.comments {
  border-left: black thin groove;
  font-family: sans-serif; 
  font-size: 10pt; 
  height: 100%;
  margin-left: 2%;
  padding-left: 2%;
  vertical-align: top;
  width: 35%;
}

/* Main section. */
.textbox { 
  padding-left: 2%;
  padding-right: 2%;
  vertical-align: top;
  width: auto;
}

/* Footer. */
.footer { 
  clear: both;
  float: bottom;
  font-family: sans-serif; 
  font-size: 10pt; 
  padding-top: 0.4in; 
  text-align: center;
}

/* Page usability options found at bottom. */
.options {
  border-left: DimGray thin groove;
  float: left;
  color: black;
  font-family: sans-serif;
  font-size: 10;
  margin-left: 10px;
  padding-left; 4px;
}

/* Keep visited page controls normal. */
A.control:visited { color: black }

/* Hover behavior for page controls. */
A.control:hover {
  text-decoration: none;
  font-style: italic;
  color: blue;
  cursor: default;
}
