  body {
    background-image: url(../images/bg_grad.png); background-repeat:repeat-x;
  }

  body, td, input, p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;
  }

  body, td, p {
    font-size: 12px;
    line-height: 16px;
  }

  div.topheader {
    background: #ffffff;
    border: 1px #d10428 solid;
    }

  div.content {
    margin: 10 10 10 10;
    padding: 0 10 10 10;
    float: left;
    width: 90%;
    border: none;
    }

  div.innerframe {
    border: 0px #d10428 solid;
    background: url(../images/esbe_header_bg.png);
    }

  ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-decoration: none;
    vertical-align: middle;
    list-style-position: inside;
    list-style-image: url(../images/pencil_small.png);
    }

  ul#navigation li {
    padding: 0 5 0 5;
    text-align: left;
    vertical-align: middle;
    color: black;
    background: white;
    float: left;
    border-top:0px solid #d10428;
    border-left:1px solid #d10428;
    border-right:1px solid #d10428;
    border-bottom:1px solid #d10428;
    }

  h1 {
    color: #054f89;
    }

  h2 {
    color: #054f89;
    }

  a {
    color: #054f89;
    text-decoration: none;
    }

  a:hover {
    color: #8c99c2;
    text-decoration: underline;
    }

  span.treehandle_closed {
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-image: url(../images/right_arrow.gif);
    background-repeat: no-repeat;
  }

  span.treehandle_open {
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-image: url(../images/rightdown_arrow.gif);
    background-repeat: no-repeat;
  }
