html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 864px;
    BGCOLOR=white TEXT=black LINK="#0000FF" VLINK="#000080" ALINK="#FF0000";
    font-family: Verdana, Tahoma, Arial, sans-serif;
}

#main {
    margin-top: 10px;
    width: 100%;
    background-image: url(../pics/sidebarbg.gif);
    background-position: top left;
    background-repeat: repeat-y;
}

#wrapper {
    text-align: left;
    width: 864px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-weight: bold;
    font-size: 15px;
    margin-left: 20px;
    margin-right: 20px;
    color: #FFFFFF;
}

h2 {
    font-weight: bold;
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
}

h3 {
    font-weight: bold;
    font-size: 13px;
    margin-right: 20px;
}

h4 {
    font-weight: bold;
    font-size: 12px;
    margin-left: 30px;
    margin-right: 20px;
}

h5 {
    font-weight: bold;
    font-size: 11px;
    margin-left: 20px;
    margin-right: 20px;
    color: #FFFFFF;
}

p  {
    font-weight: normal;
    font-size: 11px;
}

.italic {
    font-style: italic;
}

div {
    border: none;
}

#header {
    position: relative;
    top: 0;
    left: 0;
    width: 864px;
    height: 160px;
    text-align: right;
    border-top-color: #D2D2D2;
    border-bottom-color: #D2D2D2;
    background-color: #0000FF;
}

#header-bottom {
/*    position: relative;*/
    position: absolute;
    top: 160px;
    left: 0;
    width: 864px;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    font-weight: bold;
    font-size: 11px;
}

#header-bottom ul {
    margin: 0;
    padding: 0 0 0 0;
    text-align: right;
}

#header-bottom li {
    display: inline;
    color: #D2D2D2;
}

#header-bottom a:link, #header-bottom a:visited {
    text-decoration: none;
    color: #D2D2D2;
}

#sidebar {
    position: absolute;
    top: 175px;
    width: 200px;
    margin: 0;
    height: 100%;
    font-weight: bold;
    font-size: 11px;
    background-color: #0000FF;
}

#sidebar ul {
    list-style-type: none;
}

#sidebar a:link, #sidebar a:visited {
     text-decoration: none;
     color: #FFFFFF;
}

#content {
    position: absolute;
    top: 160px;
    width: 664px;
    margin: 10px;
    height: 100%;
    text-align: left;
    padding-left: 210px;
    overflow: scroll;
}

#content li {
    font-weight: normal;
    font-size: 11px;
}

#clearone {
    clear: both;
    height: 1px;
}

td {
    font-family: Verdana, Tahoma, Arial, sans-serif;
}
    