  h1, h2, h3, h4, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
  }
  
  body {
    color: #303e49;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
  }
  
  h1 {
    color: #d9e0c7;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
  }
  
  h2 {
    color: #86b111;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: .6em;
  }
  
  h3 {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
  }

  h4 {
    font-weight: bold;
  }
  
  p {
    color: #303e49;
    margin-bottom: 1em;
  }
  
  a {
    color: #2265a1;
    border-bottom: dotted 1px #86B111;
    text-decoration: none;
  }

  a:hover {
    color: #303e49;
    border-bottom: solid 1px #86B111;
  }

  blockquote {
    margin-left: 0;
    padding-left: 32px;
    padding-top: 3px;
    background: url(quotes.jpg) top left no-repeat;
  }
  
  blockquote p {
    color: #555555;
  }
  
  .author {
    font-weight: bold;
  }

  .credit {
    font-style: italic;
  }
  
  .signed {
    font-weight: bold;
  }
  
  body {
      background: #f4f9fc url(/images/page_bg.jpg) top left repeat-x;
  }
  
  #site {
    width: 870px;
    margin-left: -435px;
    position: absolute;
    left: 50%;
    top: 0;
  }
  
  #header {
    height:60px;
    overflow:hidden;
    padding-left:20px;
    padding-top:120px;
  }
  
  #main {
    background: white;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 40px;
    zoom: 1;
  }
  
  #left {
    width: 420px;
    margin-left: 20px;
    float: left;
  }
  
  #right {
    float: left;
    width: 300px;
    margin: 34px 0 0 50px;
  }

  #nav {
    overflow: hidden;
    margin:6px 0pt 0pt;
    padding: 0;
  }

  #nav li {
    float: left;
    list-style: none outside;
    font-size: 13px;
    margin: 0 10px 0 0;
    padding: 0;
  }

  #nav a {
    color: #86B111;
    text-decoration: none;
    border: none
  }

  #nav li strong, #nav li strong a{
    color: white;
    font-weight: normal;
  }

  #nav a:hover {
    color: white;
    border-bottom: solid 1px #86B111;
  }

  ol.addresses li {
    margin-bottom: 1em;
  }

  .post {
    margin-bottom: 2em
  }

  p.posted {
    color: #b4baa0;
    font-style: italic;
  }

  blockquote {
    padding-bottom: 3px;
  }

  #footer {
    clear: both;
    margin-left: 20px;
    padding-top: 2em;
    line-height: 14px;
    font-size: 11px;
    color: #666;
  }