      body {
      background: #ffffff;
      font-family: Arial, Helvetica, sans-serif;
      margin: 0px;
      padding: 0px 0px 50px;
      }

      h1 {
      color: #eee;
      font-size: 250%;
      font-style: italic;
      margin-top: 0.3em;
      margin-bottom: 0.3em;

      margin-left: 5%;
      margin-right: 5%;
      text-align: center;
      }

      h2 {
      color: #aaa;
      font-size: 150%;
      font-style: normal;
      font-weight: normal;
      margin-top: 0.3em;
      margin-bottom: 0.3em;

      margin-left: 15%;
      margin-right: 15%;
      text-align: center;
      }


      td {
      color: #8a8a8a;
      font-size: 16px;
      font-style: italic;
      font-weight: bold;
      margin-top: 0.3em;
      margin-bottom: 0.3em;
      margin-left: 15%;
      margin-right: 15%;
      text-align: center;
      background-color: #fafafa;;
      }

      td.small {
      color: #8a8a8a;
      font-size: 12px;
      font-style: normal;
      font-weight: normal;
      margin-top: 0.3em;
      margin-bottom: 0.3em;
      margin-left: 15%;
      margin-right: 15%;
      text-align: center;
      }


      a {
      color: #8a8a8a;
      font-weight: bold;
      outline: none;
      text-decoration: none;
      }

      a:hover {
      text-decoration: underline;
      }

      #content {
      background: #fafafa;
      padding: 1em;
      border: 2px solid #ff8a00;
      font-size: smaller;
      margin-left: 15%;
      margin-right: 15%;
      min-width:750px;
      text-align: center;
      }

      div.center {
      background: #fafafa;
      padding: 1em;
      border: 1px solid #ff8a00;
      font-size: smaller;
      margin-left: 15%;
      margin-right: 15%;
      min-width:750px;
      text-align: center;
      }

      div.menudiv {
      background: #fafafa;
      padding: 0px;
      border: 0px solid #ff8a00;
      font-size: smaller;
      margin-left: 0px;
      margin-right: 0px;
      min-width:750px;
      text-align: center;

      }

      #footer {
      color: #222;
      font-style: normal;
      font-size: smaller;
      text-align: center;
      }

      p.small {
      color: #8a8a8a;
      font-size: 10px;
      font-style: normal;
      font-weight: normal;
      }

      /******   H3    */
      ul#menu{
        margin:0;
        padding:0;
        list-style-type:none;
        width:auto;
        position:relative;
        display:block;
        height:36px;
        text-transform:uppercase;
        font-size:10px;
        font-weight:bold;
        background:transparent url("images/OFF.gif") repeat-x top left;
        font-family:Helvetica,Arial,Verdana,sans-serif;
        border-bottom:1px solid #919191;
        border-top:1px solid #919191;
        position-top:100px;
      }
      ul#menu li{
        display:block;
        float:left;
        margin:0;
        pading:0;}
      ul#menu li a{
        display:block;
        float:left;
        color:#ffffee;
        text-decoration:none;
        font-weight:bold;
        padding:12px 20px 0 20px;
        height:24px;
        background:transparent url("images/DIVIDER.gif") no-repeat top right;
        }
      ul#menu li a:hover{
        background:transparent url("images/HOVER.gif") no-repeat top right;
        }