body
  {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    background-color: #666666;
  }

div#container
  {
    width: 580px;
    border: 1px solid;
    position: absolute;
    left: 50%;
    margin-left: -290px;
    background-color: #FFFFFF;
    height: 450px;
  }

div#container div#header
  {
    background-image: url(images/sign.jpg);
    background-repeat: no-repeat;
    height: 145px;
    border-bottom: 1px solid;
  }


div#main
  {
    position: absolute;
    width: 420px;
    left: 140px;
    top: 155px;
    height: 303px;
  }

p b {
    color: #6F0000;
}

div#main p.heading
  {
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
    color: #6F0000
  }

div#leftnav
  {
    width: 130px;
    position: absolute;
    font-size: 11px;
    height: 303px;
    border-right: 1px solid;
  }

div#leftnav p
  {
    position: relative;
    top: 11px;
    margin-left: 15px;
    font-weight: bold;
    font-size: 12px;
  }

div#leftnav ul#menu
  {
    list-style-type: none;
    position: absolute;
    top: 50px;
    left: -25px;
    z-index: 4;
  }


div#leftnav ul#menu li
  {
    border: 1px solid;
    background-color: #CDCDCD;
    margin-bottom: 20px;
    width: 90px;
  }

div#leftnav ul#menu li a
  {
    color: #000000;
    text-decoration: none;
    width: 90px;
    display: block;
    font-weight: bold;
    text-align: center;
  }

div#leftnav ul#menu li a:hover
  {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #6F0000;
    display: block;
  }

div#leftnav ul#menu li a:active
  {
    display: block;
  }

ul#menu ul#atty
  {
    position: absolute;
    top: 0px;
    left: 95px;
    z-index: 10;
    border-top: 1px solid #000000;
  }

ul#menu ul#atty li
  {
    margin-bottom: 0px;
    list-style-type: none;
    text-align: center;
    border-top: none;
  }



div#footer
  {
    width: 580px;
    position: absolute;
    left: 50%;
    top: 448px;
    text-align: center;
    margin-left: -290px;
    font-size: 11px;
    color: #000000;
    word-spacing: 4px;
    font-weight: bold;
    font-family: arial;
    background-color: #ffffff;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
  }

img#inline
  {
    float: right;
    position: relative;
    margin: 5px;
    border: 1px solid #000000;
  }
td
  {
    font-size: 12px;
  }

td div.required
  {
    font-size: 7pt;
    display: inline;
  }

ul.links li
  {
    margin-bottom: 10px;
  }

a
  {
    text-decoration: none;
  }

a:hover
  {
    text-decoration: underline;
  }
p.body
  {
    z-index: 1;
  }


