body
{
    background-position: center;
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
    margin: 0;
    padding: 0;
    height: 100%;
    top: 0px;
    background-image: url('/images/pages/bg.png');
    background-repeat: repeat-y;
}

font
{
    font-family: Verdana,;
}
span, div
{
    font-family: Verdana;
    font-size: 12px;
}

.mediumfont
{    font-family: Myriad, Arial,Helvetica,  Verdana, sans-serif;
    font-size: medium;
}

.button
{
    background-color: #ffffff;
    border: thinpx solid #005f87;
    color: #005f87;
    font-family: verdana;
    font-style: normal;
    padding: 1px;
}

.staticMenuItem
{
    color: #3C3;
    border: solid 1px #000;
    text-decoration: none;
    padding: 2px 10px;
}

.dstaticMenuItem
{
    color: #3C3;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    padding: 2px 10px;
}

table, tr, td
{
    border-collapse: collapse;
        text-align: left;
    width: 0;
    border-left-style: none !important;
    border-left-color: inherit !important;
    border-left-width: 0 !important;
    border-right-style: none !important;
    border-right-color: inherit !important;
    border-right-width: 0 !important;
    border-top-style: none !important;
    border-top-color: inherit !important;
    border-top-width: 0 !important;
    border-bottom-style: none !important;
    border-bottom-color: inherit !important;
    border-bottom-width: 0 !important;
}

#rnd_container
{
    background: #fff;
    margin: 1px;
}

.rnd_top, .rnd_bottom
{
    display: block;
    background: #fff;
    font-size: 1px;
}

.rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4
{
    display: block;
    overflow: hidden;
}

.rnd_b1, .rnd_b2, .rnd_b3
{
    height: 1px;
}

.rnd_b2, .rnd_b3, .rnd_b4
{
    background: #FFF;
    border-left: 1px solid #005f87;
    border-right: 1px solid #005f87;
}

.rnd_b1
{
    background: #005f87;
    margin: 0 5px;
}

.rnd_b2
{
    border-width: 0 2px;
    margin: 0 3px;
}

.rnd_b3
{
    margin: 0 2px;
}

.rnd_b4
{
    height: 2px;
    margin: 0 1px;
}

.rnd_content
{
    display: block;
    border: 0 solid #005f87;
    background: #FFF;
    color: #000;
    border-width: 0 1px;
    padding: 4px;
}

fieldset
{
    padding: 2px;
}

.menustatic
{
    padding: 8px;
    color: #FFFFFF;
    text-decoration: none;
    height: 25px;
}
.dmenustatic
{
    margin: 0px;
    border-color: #6b9117;
    padding: 8px;
    color: #FFFFFF;
    text-decoration: none;
    height: 25px;
    background-color: #6B9117;
}
.dmenuhover
{
    padding: 8px;
    color: #FFFF00;
    text-decoration: none;
    height: 25px;
    background-image: url('/images/pages/Banner.jpg');
}
.menuhover
{
    padding: 8px;
    color: #FFFF00;
    text-decoration: none;
    background-image: url('/images/pages/Banner.jpg');
}


html, body, #container
{
    min-height: 100%; /* Not supported by IE 5/6, but required for Firefox/Opera */
    width: 100%;
    height: 100%;
}
