body,

    html {
        margin:0;
        padding:0;
        background:#BABAAB;
        color:#000;
        font: small Arial,Verdana,Sans-serif;
        font-size: 10pt
    }

    body {
        min-width:750px;
    }

    img
    {
        border-style: none;
    }

    a:link, a:visited {
        color: black;
        text-decoration: none;
    }
    a:hover, a:active {
        color: black;
        text-decoration: none;
    }

    table {
        width: 100%;
    }
    table tr {
    }
    table td {
        width: 50%;
        border: 0px;
        padding: 10px 10px 0px 10px;
    }

    hr {
        border: 0;
        background-color: grey;
        height: 2px;
        width: 90%;
        text-align: left;
    }

    dt {
       padding-left: 10px;
       }
    dd {
       margin-left: 3em;
       }

    b.underline {
        text-decoration: underline;
       }

    #wrap {
        border-left: 10px solid #666666;
        border-right: 10px solid #666666;
        background: #B1B1B1;
        margin: 0 auto;
        width:750px;
    }

    #header {
        background:#EAEAEA;
        height: 43px;
        padding: 10px 0px 0px 10px;
        color: #333333;
        font-size: 40px;
        font-weight: bold;
    }
    #headerbyline {
        background:#EAEAEA;
        height: 20px;
        padding: 0px 0px 10px 20px;
        color: #333333;
        font-size: 15px;
        font-style: italic;
        border-bottom: solid 1px white;
    }

    #header h1 {
        padding:5px;
        margin:0;
    }

    #nav {
        background:#333333;
        padding: 5px 5px 5px 10px;
        color: white;
        border-bottom: solid 1px white;
    }

    #nav a:link, #nav a:visited {
        background:#333333;
        color: white;
        text-decoration: none;
    }
    #nav a:hover, #nav a:active {
        background:#333333;
        color: grey;
        text-decoration: none;
    }

    #nav ul{
        margin:0;
        padding:0;
        list-style:none;
    }

    #nav li{
        display:inline;
        margin:0;
        padding:0;
    }

    #main {
        background:#FFFFFF;
        float:left;
        width:500px;
    }
        
    #main p {
        padding: 0 10px;
    }

    #sidebar {
        background:#B1B1B1;
        float:right;
        width:250px;
        height: 615px;
    }

    #sidebar ul {
        margin-bottom:0;
    }

    #sidebar h3, #sidebar p {
        padding:0 10px 0 0;
    }
    #sidebar a:link, #sidebar a:visited {
        background:#b1b1b1;
        color: black;
        text-decoration: none;
    }
    #sidebar a:hover, #sidebar a:active {
        background:#b1b1b1;
        color: grey;
        text-decoration: none;
    }

    #footer {
        background:#F0F0F0;
        clear:both;
        text-align: center;
        padding: 5px;
        font-size: 11px;
        margin-bottom: 20px;
    }
        #footer a:link, #footer a:visited {
        background:#F0F0F0;
        color: black;
                text-decoration: none;
        }
        #footer a:hover, #footer a:active {
        background:#F0F0F0;
        color: grey;
                text-decoration: underline;
        }

    #footer p {
        padding:5px;
        margin:0;
    }

    .heading1 {
        color: #333333;
        font-size: 20pt;
    }

