body {
  background: #1C1C1C url(../img/pagebg_gradient.png) top left repeat-x;
  background-attachment: fixed;
  color: #404040;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center; /* http://www.andybudd.com/archives/2004/02/css_crib_sheet_3_centering_a_div/index.php */  
  width: 100%;
}


a:link {
  color: #66B032;
  text-decoration: underline;
}

a:visited {
  border-bottom: 1px dotted #AAC29B;
  color: #AAC29B;
  text-decoration: none;
}

a:hover {
  color: #913BCF;
  text-decoration: underline;
}

a:active {
  color: #F30000;
  text-decoration: strike-through;
}

#header {
  background: url(../img/navigation_bg.png) top center no-repeat;
  height: 26px;
  margin: 0 auto;
  padding-top: 10px;  
  text-align: center;
  width: 810px;
}

  #header img {
    margin: 0 auto;
  }
  
#noteContainer {
  background: #f7f7f7 url(../img/mt/mt-bt.gif) bottom center no-repeat;
  float: right;
  margin: 0 0 10px 10px;
  padding: 0 10px 5px 10px;
  width: 155px;
}

    #noteContainer p {
      font: 11px Helvetica, Arial, sans-serif;
      text-align: justify;
    }

#footer {
  background: url(../img/footer_grad.png) top center;
  height: 52px;  
  margin: 0 auto;
    margin-bottom: 20px;
    margin-top: -13px;
  width: 790px;  
}

  #footer p {
    color: #ddd;
    font: 0.7em Helvetica, sans-serif;
    line-height: 46px;
    text-align: center;
    vertical-align: middle;
  }

#records {
  clear: both;
  padding-bottom: 25px;
}

#wrapper {
  background: #fff url(../img/wrapper_bg3.png) top center no-repeat;
    border-left: 5px solid #1f1f1f;
    border-right: 5px solid #1f1f1f;
  margin: 0 auto;
  padding: 15px 20px 15px 20px;
  text-align: left;
  width: 740px;
}

/* How To Clear Floats Without Structural Markup (http://www.positioniseverything.net/easyclearing.html) */
#records:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#records { display: inline-block; }
/* Hides from IE-mac \*/
* html #records{ height: 1%; }
#records { display: block; }
/* End hide from IE-mac */

h1 {
  color: #66B032; /* #ff704a; */
  font: small-caps 2em/140% 'Trebuchet MS', Arial, Helvetica, sans-serif;
  margin-bottom: -7px;
}

  h1#pageHeader {
    color: #444;
    font: 5em Arial, Helvetica, sans-serif;
    letter-spacing: -6px;
  }
  
h2 {
  font: 1em 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: normal;
  margin-bottom: -5px;
}
  
  h2.chapter {
    color: #33A911; /* #ff704a; */
    font: small-caps bold 1.8em/1.0em 'Trebuchet MS', Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    margin-bottom: 1px;
  }
  
    h2.chapter:first-letter {
      font-size: 80%;
    }
    
    h2.sub {
      font-size: 1.3em;
    }

h3 { 
  font: bold 0.9em Georgia, 'Times New Roman', Times, serif;
  margin: 15px 0 -7px 0;
}

  h3.pg {
    background: #66B032;
    color: white;
    clear: left;
    float: left;
    font: bold 1.2em 'Trebuchet MS', Arial, Helvetica, sans-serif;
    letter-spacing: -2px;
    margin: 5px 10px 10px 0;
    padding: 4px 9px 4px 7px;
  }

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  word-spacing: 0.1em;
  text-align: left;
  letter-spacing: 0;
  text-indent: 0px;
  line-height: 1.6em;
  font-size: 13px;
}

blockquote {
    border-left: 1px dotted #aaa;
    font: 0.8em Calibri, Helvetica, sans-serif;
    padding-left: 10px;
    margin-left: 5px;
  }

p.meeting {
  background: #FFFFCC;
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
  padding: 3px 0 3px 0;
}

p.subchapter {
  font: 1em 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: normal;
  margin-top: -5px;
}

span.important {
  background: #FFFFCC;
}

div.container {
  border: 1px solid #404040;
  float: left;
  margin: 5px;
  padding: 5px 15px 5px 15px;
  width: 300px;
}

div.person {
  margin-bottom: 15px;
}

/* How To Clear Floats Without Structural Markup (http://www.positioniseverything.net/easyclearing.html) */
div.person:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div.person { display: inline-block; }
/* Hides from IE-mac \*/
* html div.person{ height: 1%; }
div.person { display: block; }
/* End hide from IE-mac */

  div.person img {
    border: 1px solid #555;
    float: left;
  }

  div.subWrap {
  }
  
  div.person h2, div.person p {
    margin-left: 120px;
  }
  
ol {
  clear: left;
  display: block;
  list-style-type: lower-roman;
}

ol li {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  line-height: 20pt;
}

ol.subnavlist {
  float: right;
  list-style-type: decimal;
  margin: 0 0 0 10px;
  padding: 0;
  text-align: right;
}

ol.subnavlist li {
  color: #8d8384;
  line-height: 18pt;
  margin-left: 10px;
  }
  
  ol.subnavlist li a:link {
    color: #8d8384;
    font: italic 10pt 'Trebuchet MS', Arial, Helvetica, sans-serif;
    text-decoration: none;
  }
  
    ol.subnavlist li a:hover {
      text-decoration: underline;
    }

ul {
  font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 0 25px;
  padding: 0;  
}

ul li:before {
  content: "\00BB \0020";
}

ul#navigation {
  text-align: center;
  list-style-type: none;
  margin: 2px 0 0 0;
  padding: 0;
}

  ul#navigation li {
    border-right: 1px dotted #fff;
    display: inline;
    padding: 0 10px 0 0;
    margin-right: 7px;
  }
  
  ul#navigation li:before {
    content: "";
  }
  
  ul#navigation li a {
    border: none;
    color: #fff;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
  }
  
  ul#navigation li a:hover {
    color: #66B032;
  }
  
  ul#navigation li:last-child {
    border: none;
    padding: 0;
    margin: 0;
  }
  
  /* fucking IE hack */
  ul#navigation li.last { 
    border: none;
    padding: 0;
    margin: 0;
  }
  
    
ul.year {
  float: left;
  line-height: 160%;
  list-style-type: none;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
}

ul.last {
  padding: 0;
  margin: 0;
}

  ul.year a:link {
    color: #444;
    text-decoration: none;
  }
  
  ul.year a:visited {
    text-decoration: line-through;
  }
  
  ul.year a:hover, ul.year a:active {
    color: #913BCF;
    text-decoration: underline;
  }
  
  ul.year li {
    font: 14px/1.3em Verdana, Arial, Helvetica, sans-serif;
  }
  
  ul.year li li {
    font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
  }
  
  ul.year li:before {
    content: "";
  }

  ul.year h2 {
    font-size: 1.4em;
  }
  
  ul.year h2:first-letter {
    font-size: 100%;
  }    
  
  ul.year * ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
