      body {
        background-color: #68a7e7;
        margin: 0px;
        padding: 0px;
        font-family: Eras Medium ITC, Trebuchet MS, Verdana;
        font-size: 12px;
        line-height: 150%;
        text-align: justify;
      }
      
      #main-div {
        background-image: url(/images/header.gif);
        width: 780px;
        background-repeat: no-repeat;
        background-position: top left;
        background-color: white;

      }
      
      #footer {
        background-color: #f4cd29;
        width: 760px;
        text-align: center;
        padding: 5px 20px 5px 0;
      }
      
      #content {
        padding-top: 100px;
        padding-left: 20px;
        margin-right: 20px;
        padding-bottom: 20px;
      }
      
      h1 {
        font-size: 22px;
        margin: 0;
        color: #f4cd29;
      }
      h2 {
        font-size: 17px;
        margin: 0;
        font-weight: normal;
        color: #68a7e7;
      }
      
      .post {
        border-bottom: solid 1px #F1CB84;
        margin-bottom: 1em;
        margin-top: 1em;
        clear: both;
      }
      
      .info p {
        font-style: italic;
        margin-top: 0.25em;
        padding-bottom: 0;
      }
      
      ul#bullets {
        margin-left: 0px;
        margin-top: 10px;
      }
      
      ul#links {
        margin-left: 0px;
      }
      
      #am-logo {
        position: absolute;
        top: 10px;
        left: 600px;
      }
      
      #actions {
        float: right; 
        background-color: #f4cd29; 
        padding: 5px 10px;
        margin-top: 15px;
      }
      
      #actions a, #actions a:link, #actions a:visited {
        color: black;
      }
      
      #actions a:hover {
        color: white;
      }
      
      #actions strong {
        color: white;
      }
      
      .pull-quote {
        width: 200px;
        display: block;
        float: right;
        margin-left: 20px;
        font-style: italic;
        font-size: 120%;
        border-top: solid 2px #f4cd29;
        border-bottom: solid 2px #f4cd29;
        padding: 10px 6px;
      }


