  body {
    padding-left: 5px;
    padding-right: 1em;
    font-family: comic sans ms, sans-serif;
    font-weight: bold;
    background-color: white }
    
  div#picleft {
    position: absolute;
    top: 20px;
    left: 20px; }
    
  div#main {
    position: absolute;
    top: 20px;
    left: 290px;
    margin-right: 20px; }
    
  #main .col1 {
    float:left; }

  #main .col2 {
    float:left;
    margin-left: 30px }

  #main .content {
    clear:both; }

  p {
    font-family: comic sans ms, sans-serif;
    color: black;
    font-size: 16px;
    font-weight: normal }


  h1 {
    font-family: comic sans ms, sans-serif;
    color: navy;
    font-size: 32px;
    margin-top: 0em;
    margin-bottom: 0em }

  h2 {
    font-family: comic sans ms, sans-serif;
    color: green;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    margin-top: 0em }

  h3 {
    font-family: comic sans ms, sans-serif;
    color: navy;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    margin-top: 0em }

  a:link {
    color: goldenrod;
    text-decoration: none }
    
  a:visited {
    color: goldenrod;
    text-decoration: none }

  a:hover {
    color: goldenrod;
    text-decoration: underline }
    
  img {
    border: none; }
    
  address {
    margin-top: 1em;
    font-weight: normal;
    padding-top: 1em;
    border-top: thin dotted }