    body, html {
      height:100%;
      margin:0;
      padding:0;
      font-family: Verdana, Arial, Helvetica, sans-serif;
    }

    #body, #footer {
      width: 780px;
      margin: 0 auto auto auto;
      padding-left: 50px;
      padding-right: 2px;
    }

    #body {
      height: 725px;
      border: 1px solid black;
      background: url(images/clover.jpg) bottom left no-repeat;
      position:relative;
      top: 10px;
    }

    #navigation {
      margin-top: 25px;
      margin-bottom: 18px;
      margin-right: 0;
      border-collapse: collapse;
      font-size: 11pt;
    }
    
    #navigation a, #footer a {
      text-decoration: none;
      color: black;
    }

    #nav_top td {
      border-bottom: 1px solid black;
    }

    #title {
      font-size: 34pt;
      line-height:26pt;
      padding-bottom: 6px;
      padding-left: 0;
    }

    .link {
      min-width: 70px;
      border-left: 1px solid black;
      padding-bottom: 0;
      padding-left: 10px;
      padding-right: 10px;
      font-weight:normal;
    }

    .link {
      padding-top: 4px;
    }

    #content {
      overflow:auto;
      max-height:580px;
      height:580px;
    }

    #content .section {
      padding-left: 245px;
    }

    .section p, .section h1, .dots {
      margin-right: 12px;
    }
    
    .dots {
      background: url('images/droplettes.gif') center no-repeat;
      height:85px;
      margin-left: 265px;
    }
    
    .section p {
      margin-left: 10px;
      margin-top: 10px;
      margin-bottom: 10px;
      font-size:9pt;
      font-weight:normal;
      line-height:1.0em;
      text-align:left;
    }

    .section ol {
      padding-left:10px;
      padding-top:0px;
    }

    .section li {
      margin-left: 10px;
      margin-top: 0px;
      margin-bottom: 0px;
      font-size:9pt;
      font-weight:normal;
      line-height:1.0em;
      text-align:left;
    }

    .section h1 {
      margin-left:0px;
      margin-top:0px;
      margin-bottom:0px;
      font-size:14pt;
      text-align:left;
      font-weight: bold;
    }

    #footer {
      position:relative;
      bottom:16px;
      text-align:center;
    }

    #footer table {
      margin-left: 310px;
      border-top:1px solid black;
      width:382px;
      font-size:6pt;
    }

    #footer table * {
      padding:3pt;
    }
    
    .pink { color: #B9266D }

    body table, iframe {
      display:none;
    }
    
    div table {
      display:block;
    }