body, textarea {
  font-family: 'Myriad Pro', Helvetica, Arial, Verdana, sans-serif; }

body {
  background: #555555 url(/images/pattern.jpg);
  margin: 0;
  padding: 25px 15px;
  text-align: center;
  font-size: 15px; }
  body a {
    color: #af0101;
    text-decoration: none; }
    body a:hover {
      color: #660000; }
  body #container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left; }
    body #container ul#site-sections {
      list-style-type: none;
      padding: 0;
      margin: 0 0 0 25px; }
      body #container ul#site-sections li {
        font-size: 15px;
        background: #999999;
        display: block;
        float: left;
        margin: 0 3px;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid #777777;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px; }
        body #container ul#site-sections li a {
          display: block;
          margin: 0;
          padding: 6px 15px 1px 15px;
          text-decoration: none;
          color: white; }
          body #container ul#site-sections li a:hover {
            color: #333333; }
        body #container ul#site-sections li:hover {
          background: white; }
        body #container ul#site-sections li.current {
          background: white;
          border-bottom-color: white; }
          body #container ul#site-sections li.current a {
            color: black; }
    body #container #content {
      clear: left;
      background: white;
      padding: 20px 0 20px 30px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px; }
      body #container #content a {
        border-bottom: 1px dotted #dddddd; }
        body #container #content a.image {
          border-width: 0; }
        body #container #content a:hover {
          border-color: #777777; }
          body #container #content a:hover span {
            color: black; }
      body #container #content h1, body #container #content h2, body #container #content h3 {
        font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
        font-weight: normal; }
        body #container #content h1 a, body #container #content h2 a, body #container #content h3 a {
          border-bottom: 0 !important; }

#right ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #right ul li {
    padding-left: 15px;
    background: url(/images/bullet.gif) no-repeat 5px 5px; }

#footer {
  clear: both;
  font-size: 13px;
  color: #bbbbbb;
  margin: 0 0 -5px 0;
  padding-top: 40px; }
  #footer p {
    display: inline;
    margin-right: 7px; }
    #footer p a {
      color: #777777; }
      #footer p a:hover {
        color: #444444; }

br.clear {
  clear: both;
  height: 0px; }

