
    body {
        margin: 0px;
        background-image: url("fadebg.jpg");
        background-repeat: repeat-x;
        background-color: #b1d9e6;
        color: #535353;
        font-size: 12px;
        font-family: sans-serif;
        line-height: 130%;
        text-align: center;
        min-width: 600px;
    }

    a:link, a:visited, a:active {
        text-decoration: none;
        color:#000066;
    }
    a:hover {
        text-decoration: none;
        color:#444444;
    }

    #container {
        width: 100%;
        text-align: center;
    }

    .title {
        font-family: Georgia,Cambria,Times,"Times New Roman",serif; 
        font-size: 17px;
        color: #535393;
    }

    table#main {
        border: 1px solid;
        width: 500px;
    }
    table#main td {
        font-family: sans-serif;
        font-size: 12px;
        color: #535353;
        line-height: 120%;
        padding: 5px;
    }

    tr.d1 td { background-color: #b0c8d2; color: #4444aa; font-size: 12px; padding: 4px; letter-spacing: 2px; }
    tr.d2 td { background-color: #c8dbd5; color: #4444aa; font-size: 12px; padding: 4px; letter-spacing: 2px; }
    tr.d3 td { background-color: white; color: black; font-size: 12px; vertical-align: top; padding: 15px; border: 1px solid #b0c8d2; border-top: 0px; }
    tr.d4 td { background-color: white; color: black; font-size: 12px; vertical-align: top; padding: 15px; border: 1px solid #c8dbd5; border-top: 0px; }    

    #SPLASH    { width: 100%; top: 60; position: absolute; text-align: center; color: #535353;}

    #LOGO {
        width: 745px;
        height: 152px;
        text-align: left;
        margin: 15px auto 0px auto;
        background-image: url(logo.jpg);
        border: 2px solid;
        border-bottom: 0px;
    }

    #NAVBOX {
        top: 64px;
        left: 148px;
        position: relative;
        z-index: 1;
        text-align: left;
        margin: 0 auto;
    }

    #MAIN_PANE {
        position: relative;
        width: 745px;
        z-index: 1;
        margin: 0 auto;
        border: 2px solid;
        border-top: 0px;
        background-color: #eee;
        text-align: left;
        color: #535353;
    }

    #BOTTOM {
        width: 745px;
        text-align: center;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        font-size: 10px;
        line-height: 120%;
    }

    #MAINCONT {
        width: 500px;
    }

    #LEFTCONT {
        width: 160px;
        float: right;
        margin-left: 20px;
        position: relative;
    }
    #LEFTTAB {
        width: 150px;
        background: #fff;
        border: 1px solid;
        position: relative;
        padding: 5px;
    }

    

    input.btn {
        color: #715234;
        font-family: helvetica,sans-serif;
        font-weight: bold;
        background-color: #715234;
        border: 1px solid;
        border-top-color:#333;
        border-left-color:#333;
        border-right-color:#333;
        border-bottom-color:#333;
    }

    input.btnhov {
        border-top-color: #999;
        border-left-color: #999;
        border-right-color: #999;
        border-bottom-color: #999;
    }

    input, textarea {
        font-size: 12px;
        color: #444;
        padding: 5px;
        font-family: arial, sans-serif;
    }


    #nav {
        display: inline;
        float: none;
        height: 20px;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    #nav ul, #nav li {
        display: inline;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #nav a, #nav a:link {
        background: #ebd3b4;
        border: 1px solid #715234;
        border-left: 5px solid #715234;
        color: #4c2e00;
        display: inline;
        font: bold 10px verdana, arial, sans-serif;
        line-height: 22px;
        margin: 0 0 0 2px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #nav a:hover {
        background: #ffefda;
        border: 1px solid #a67433;
        border-left: 5px solid #a67433;
    }

    #nav a.active, #nav a:link.active, #nav a:hover.active {
        background: #fff;
        border: 1px solid #520;
        border-left: 5px solid #520;
        color: #000;
    } 