  #logo { 
    position: absolute;
    left: 0px;
    width: 120px;
    height: 70px;
    text-align: center;
    margin-left: 15px;
	margin-top: 5px;
    }

  #banner { 
    margin: 0px 0px 0px 170px;
    padding: 0px;
    position: static;
    background-color: rgb(141, 1, 72);
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    overflow: auto;
    height: 80px;
    }

  #footer { 
    color: silver;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    vertical-align: bottom;
    }

  #menu { 
    border: 1px solid black;
    padding: 4px 0pt;
    position: absolute;
    left: 10px;
    width: 130px;
    top: 100px;
    }

  #menu div { 
    margin: 1px 5px;
    padding: 1px 5px;
    background-color: rgb(141, 1, 72);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-decoration: none;
    line-height: 12pt;
    }

  #menu div a { 
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: bold;
    }

  #menu div a:hover { 
    color: yellow;
    text-decoration: underline;
    font-weight: bold;
    }

  #mainBody { 
    margin: 0px 20px 40px 170px;
    padding: 0px;
    position: relative;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-align: left;
    text-decoration: none;
    font-size: 10pt;
    line-height: 12pt;
    }

  #mainBody table, td, th { 
    border-collapse: collapse;
    border: 1px solid black ! important;
    padding: 5px 10px;
    caption-side: bottom;
    vertical-align: top;
    }

  #mainBody table caption { 
    margin: 4px;
    font-style: italic;
    font-size: small;
    }

  #mainBody table th { 
    border: 1px solid black ! important;
    background-color: rgb(141, 1, 72);
    color: rgb(255, 255, 255);
    }

  #mainBody h3 {
	margin-bottom:0;
	}
  .even { 
    background-color: rgb(255, 255, 220);
    }

  html { 
    margin: 0pt;
    padding: 0pt;
    height: 100%;
    }

  body { 
    margin: 0pt;
    padding: 0pt;
    height: 100%;
    min-width: 780px;
    }

  #nonFooter { 
    position: relative;
    min-height: 100%;
    }

  * html #nonFooter { 
    height: 100%;
    }

  #footer { 
    margin: -20px 10px 0pt;
    position: relative;
    height: 20px;
    }

  * html #footer { 
    margin-top: -20px;
    }

  .error {
    color: red;
    font-weight: bold;
  }
