body, table, td, div
{
    font-family: sans-serif;
    font-size: 10pt;
}

body 
{
    background: url("../image/background2.gif") #575d0b;
    margin: 0;
    padding: 0;
}

/**
 *  The main table 936x768
 */
#container 
{
    border: 2px solid white;
}

/**
 *  The header section 936x130
 */
#header
{
    background: url("../image/header.jpg") no-repeat #5b8351;
    color: black;
    font-size: 13pt;
    padding-right: 5px;
}

#header table, #header form
{
    padding: 0;
    margin: 0;
}

#header input.inp
{
    border: 0;
    background: url("../image/search.gif") no-repeat;
    padding: 2px 5px 0 5px;
    width: 180px;
    height: 21px;
    color: black;
}

#header input.button
{
    border: 0;
    background: url("../image/submit.gif") no-repeat;
    padding: 0;
    font-size: 8pt;
    width: 55px;
    height: 20px;
    color: white;
}

/**
 *  The tab area 826x53
 */
td#tabs
{
    padding-bottom: 5px;
}
#tabs.tab0
{
    background:url('../image/tab0.jpg') no-repeat #759081;
}
td.tab1
{
    background:url('../image/tab1.jpg') no-repeat #759081;
}
td.tab2
{
    background:url('../image/tab2.jpg') no-repeat #759081;
}
td.tab3
{
    background:url('../image/tab3.jpg') no-repeat #759081;
}
td.tab4
{
    background:url('../image/tab4.jpg') no-repeat #759081;
}
td.tab5
{
    background:url('../image/tab5.jpg') no-repeat #759081;
}
td.tab6
{
    background:url('../image/tab6.jpg') no-repeat #759081;
}
td.tab7
{
    background:url('../image/tab7.jpg') no-repeat #759081;
}
#tabs td
{
    padding: 0;
    line-height: 9pt;
}
#tabs a
{
    color: white;
    line-height: 9pt;
    text-decoration: none;
}
#tabs td.active, #tabs td.active a
{
    color: black;
    font-weight: bold;
}

/**
 *  The left and right sided images with rounded corners
 */
td.lside
{
    background: url("../image/lside.jpg");
}
td.rside
{
    background: url("../image/rside.jpg");
}

/**
 *  The main content area
 */
td#content
{
    background: url("../image/background.jpg") white;
    background-position: fixed;
    margin: 0;
}

div#area
{
    color: black;
    width: 826px;
    height: 527px;
    margin: 0;
    overflow: auto;
}

#footer
{
    background: url("../image/footer.jpg") no-repeat #759081;
    font-family: sans-serif;
    font-size: 10pt;
    color: white;
}

#footer a
{
    color: white;
    text-decoration: none;
}

#header a.static, #header table
{
    color: white;
    font-size: 14pt;
    text-decoration: none;
}

#header form
{
    padding: 0;
    margin-bottom: 3px;
}

#header a
{
    color: black;
    font-size: 13pt;
    text-decoration: none;
}
