@media all {
  img { border: none; }
  .clear {
    clear: both;
  }
  body {
    font: normal normal 12px/18px Arial, Helvetica, sans-serif;
  }
    .body .content h1 {
      font-weight: normal;
      font-size: 21px;
      line-height: 32px;
      margin: 1em 0;
    }

    .body .content h2 {
      font-weight: normal;
      font-size: 21px;
      line-height: 32px;
      margin: 1em 0;
      color: #09f;
    }
    .body .content h3 {
      font-size: 12px;
      line-height: 18px;
      font-weight: bold;
      margin: 1em 0 -1em 0;
    }
    .body .content h4,
    .body .content h5,
    .body .content h6 {
      font-size: 12px;
      line-height: 18px;
      font-weight: normal;
      margin: 1em 0 -1em 0;
    }
    .body .content p {
      font-size: 12px;
      line-height: 18px;
      margin: 1em 0;
    }
    .body .content strong {
      font-weight: bold;
    }
    .body .content ul {
      margin: 0 0 0 20px;
      list-style-type: disc;
    }
      .body .content li p {
        margin: 0.5em 0 0 0;
      }
    .footer .tail {
      color: #999;
      font-size: 11px;
    }
      .footer .tail .copyright {
        float: left;
      }
      .footer .tail .modified {
        float: right;
      }
}

@media screen {
  * {
    margin: 0;
    padding: 0;
  }
  html {
    width: 100%;
    height: 100%;
  }
  body {
    color: #000;
    background: #fff url(images/back-top.png) 50% 0 repeat-x;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  html>body .canvas0 {
    height: auto;
  }
  .canvas0 {
    min-height: 100%;
    background: url(images/back-bottom.png) 50% 100% repeat-x;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .canvas1 {
    position: relative;
    overflow: visible;
    width: 820px;
    margin: 0 0 0 -410px;
    left: 50%;
  }
  .header {
    padding: 20px 0 0 0;
    width: 820px;
  }
  .header img {
    width: 820px;
    height: 200px;
  }
  .body {
    padding: 0 40px;
    margin: -13px 0 0 0;
  }
  .body .content {
    margin: 0 30px 40px 0;
    width: 505px;
    float: left;
    overflow: hidden;
  }
    .body .navigation a,
    .body .content a {
      color: #09f;
      text-decoration: none;
    }
      .body .navigation a:hover,
      .body .content a:hover {
        text-decoration: underline;
      }
      .body .content .datestamp {
        font-size: 11px;
        border: 1px solid #f3f3f3;
        background: #fafafa;
        padding: 5px;
        margin: 1em 0 2em 0;
      }

  .body .navigation {
    margin: 0 0 40px 0;
    width: 205px;
    float: left;
    overflow: hidden;
  }
    .body .navigation h1 {
      font-size: 11px;
      font-weight: bold;
      line-height: 12px;
      margin: 30px 0 0 0;
      background: #e9e9e9;
      padding: 4px 10px;
    }
      .body .navigation h1 a {
        color: #000;
      }
    .body .navigation ul {
      list-style-type: none;
      margin: 0 10px 30px 10px;
    }
      .body .navigation li {
        font-size: 11px;
        padding: 2px 0px;
        border-bottom: 1px solid #e9e9e9;
      }
      .body .navigation li.selected {
        font-weight: bold;
      }

    .footer .navigation li.first {
      font-weight: bold;
      border-left: none;
      padding: 0 8px 0 0;
    }
    .footer .navigation li {
      border-left: 1px solid #fff;
      padding: 0 8px 0 10px;
      overflow: hidden;
      font-size: 11px;
      line-height: 21px;
      color: #fff;
    }
    .footer .navigation img {
      width: 820px;
      height: 55px;
    }
    .footer .navigation ul {
      margin: -55px 40px 0 40px;
      padding: 12px 0 0 0;
      width: 740px;
      display: block;
      list-style-type: none;
    }
    .footer .navigation li p,
    .footer .navigation li {
      display: inline;
      margin: 0;
    }
    .footer .navigation li a {
      color: #fff;
      text-decoration: none;
    }
      .footer .navigation li a:hover {
        text-decoration: underline;
      }
    .footer .tail {
      padding: 20px 40px 50px 40px;
      width: 740px;
    }
    .pageEnd {
      position: absolute;
      bottom: -1px;
      height: 1px;
      width: 1px;
    }
}

@media print {
  .header img {
    width: 100%;
  }
  .body .content a {
    color: #000;
    text-decoration: none;
  }
  .body .content .datestamp {
    font-size: 11px;
    border-top: 1px solid #000;
    background: #fafafa;
    width: 50%;
  }
  .body .content ul {
    margin: 0 0 0 2em;
    padding: 0;
  }
  .pageEnd,
  .body .navigation,
  .footer .navigation {
    display: none;
  }
}
