html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

blockquote {
  quotes: none; }

del {
  text-decoration: line-through; }

ins {
  text-decoration: none; }

q {
  quotes: none; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*:focus {
  outline: 0; }

html {
  font-size: 62.5%; }

body {
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  border-top: 12px #B9121B solid; }

a {
  color: #bd8d46; }

a:hover {
  color: #b9121b; }

h1, h2, h3, h4 {
  font-family: "Georgia", "Times New Roman", serif;
  color: #4C1B1B;
  margin-bottom: 5px; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2.3em; }

h3 {
  font-size: 1.8em; }

h4 {
  font-size: 1.5em; }

#header, #content, #footer {
  width: 920px;
  margin: 0 auto; }

#header div#logo {
  background-color: #B9121B;
  width: 300px;
  height: 70px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px; }
  #header div#logo h1 {
    color: white;
    padding-top: 25px;
    padding-left: 10px;
    font-size: 2.5em;
    width: 300px; }
    #header div#logo h1 a {
      color: white;
      text-decoration: none;
    }
#header .nav {
  float: right; }
  #header .nav ul li {
    display: inline; }
    #header .nav ul li a {
      font-weight: bold;
      text-decoration: none;
      font-size: 1.5em;
      padding: 30px 20px;
      float: left; }

#content {
  margin-top: 30px;
  font-size: 1.3em; }
  #content p {
    font-size: 1.2em;
    color: #222;
    margin: 5px 0 10px 0; }
  #content h2, #content h3, #content h4 {
    margin: 20px 0; }
  #content ul, #content ol {
    margin: 20px 10px 20px 40px;
    font-size: 1.2em; }
  #content ul li {
    list-style-type: circle;
    padding: 3px; }

#meetings {
  float: right;
  background-color: #fcfae1;
  padding: 15px;
  width: 350px;
  margin: 0px 0px 20px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  #meetings h2 {
    color: #b9121b;
    margin-bottom: 10px; }
  #meetings a.more {
    float: right; }
  #meetings ul li {
    margin-bottom: 3px; }
    #meetings ul li a {
      color: #444444;
      padding: 3px;
      text-decoration: none;
      font-weight: bold; }

#footer {
  margin: 10px auto 20px;
  border-top: 1px #eee dotted;
  padding-top: 5px;
  clear: both; }
  #footer ul {
    width: 33%;
    float: left;
    margin-left: -5px;
    margin-bottom: 20px; }
    #footer ul.last {
      width: 34%; }
    #footer ul li {
      width: 100%;
      margin-left: 10px;
      padding: 3px;
      color: #999; }
      #footer ul li.title {
        background-color: #EEE;
        margin-left: 0px;
        padding: 5px;
        border: 5px white solid;
        color: #999;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px; }

.both {
  clear: both; }
