body {
  background-color: #c80000;
  /*background-image: url("gfx/_background.jpg");*/
  background-repeat: repeat-x;
  background-position: 50% 0;
  font-family: tahoma;
  font-size: 11px;
  margin: 0;
  margin-bottom: 40px;
}

  .shadow {
    background-image: url("gfx/shadow.png");
    background-position: 0 50%;
    background-repeat: repeat-y;
    margin: 0 auto;
    width: 850px;
  }

  .frame {
    margin: 0 auto;
    width: 800px;
  }

    .header {
      background-color: rgb(200, 0, 0);
      border-bottom: 2px solid white;
      height: 60px;
    }

      .header img {
        float: left;
        height: 29px;
        width: 171px;
        margin-left: 20px;
        margin-top: 17px;
        position: absolute;
      }

      .menu {
        float: right;
        font-size: 12px;
        font-weight: bold;
        padding-right: 25px;
        padding-top: 30px;
      }

        .menu a {
          color: white;
          display: block;
          height: 30px;
          float: left;
          text-decoration: none;
          margin-left: 30px;
        }

          .menu a:hover {
            background-image: url("gfx/menu_bg.gif");
            background-position: 50% 100%;
            background-repeat: no-repeat;
          }

    .content {
      background-color: white;
      background-image: url("gfx/header.jpg");
      background-repeat: no-repeat;
      font-size: 12px;
      line-height: 20px;
      padding: 200px 60px 60px 60px; 
      position: relative;
    }

      .logos {
        margin-top: -180px;
        position: absolute;
        right: 25px;
      }

      .column_left {
        padding-right: 36px;
        width: 50%;
      }

      .column_right {
        padding-left: 36px;
        width: 50%;
      }

      .firstletter {
        background-color: rgb(200, 0, 0);
        color: white;
        float: left;
        font-size: 52px;
        line-height: 55px;
        margin-top: 2px;
        margin-right: 7px;
        padding: 0 12px;
      }

      .topic {
        color: rgb(200, 0, 0);
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 30px;
      }

      .subtopic {
        background-image: url("gfx/square.gif");
        background-repeat: no-repeat;
        font-weight: bold;
        padding-left: 25px;
        margin-bottom: 8px;
      }

      .chart {
        border-collapse: collapse;
        width: 100%;
      }

        .chart td {
          border: 1px solid black;
        }

      .smalltext {
        color: silver;
        font-size: 10px;
      }

  .footer {
    background-image: url("gfx/content_bg.png");
    background-repeat: no-repeat;
    color: white;
    font-size: 10px;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
    width: 850px;
  }

    .footer a {
      color: white;
      text-decoration: none;
    }

a {
  color: rgb(200, 0, 0);
}

img {
  border: 0;
  display: block;
}

  .photo {
    border: 2px solid rgb(200, 0, 0);
    height: 200px;
    width: 300px;
  }

  .square {
    float: left;
    padding-right: 8px;
  }

form {
  margin: 0;
  padding: 0;
}

input, textarea {
  background-color: #e0e0e0;
  border: 0;
  font-family: tahoma;
  font-size: 12px;
  padding: 2px;
  margin: 0;
  width: 300px;
}

  input.button {
    background-color: rgb(200, 0, 0);
    color: white;
    float: right;
    font-weight: bold;
    margin-left: 10px;
    padding: 5px 8px;
    width: auto;
  }

  textarea {
    height: 100px;
  }

td {
  vertical-align: top;
}

img, div { behavior: url(iepngfix.htc) }
