/* ============================================================*/
/* MASTER PAGE                                                 */
/* ============================================================*/
BODY
{
    background-image: url(../Images/2007/background-main.gif);

    max-height: 100px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;

    background-color: #ffffff;
    color: #000000;
}

.subtitle
{
    font: bold 15px verdana, arial, sans-serif;
    color: #336699;
}

.sidebartitle
{
    font: bold 13px verdana, arial, sans-serif;
    color: #fbdb74;
}
.sidebartext
{
    font: 11px verdana, arial, sans-serif;
    color: #ffffff;
}

#clock
{
    color: White;
    text-align: left;
}

.topleftpnl
{
    float: left;
    height: 164px;
    width: 221px;
}

.toprightpnl
{
    float:left;
}

.topmastpnl
{
    clear: both;
    height: 25px;
    width: 100%;
}

.menupnl
{
    clear: left;
    width: 100%;
    background-image: url(../Images/2007/menu.gif);
    background-repeat: repeat-x;
    height: 25px;
    color: White;
}

.footerleftpnl
{
    float: left;
}

.footerrightpnl
{
    float: right;
}

/* ============================================================*/
/* LOGIN PAGE                                                  */
/* ============================================================*/
.login-box
{
    width: 250px;
    background-color: #F7F6F3;
    color: Black;
    border: solid 1px #E6E2D8;
    font-size: 1.0em;
}
.login-box-title
{
    background-color: #5D7B9D;
    text-align: center;
    font-weight: bold;
    font-size: 1.0em;
    color: White;
    width: 100%;
    height: 18px;
}

/* ============================================================*/
/* SITE                                                        */
/* ============================================================*/

TABLE
{
    font: 11px, verdana, arial, sans-serif;
    color: #000000;
}


.just
{
    text-align: justify;
}









