*, HTML
{
    margin: 0px auto;
    padding:0px auto;
}

BODY {
    background-color: #FFFFFF;
    color: #58585a;
    font-family: calibri;
}

HR
{
    height:0px;
    border:1px dashed #8B7166;
    margin:5px 0 5px 0;
}

.TextJustify
{
    text-align:justify;
}

#CONTAINER
{
    width:997px;
}

#SITE_TOP_NAV
{
    margin:10px 20px 10px 20px;
    height:64px;
}

#SITE_TOP_NAV #SITE_LOGO
{
    float:left;
}
#SITE_TOP_NAV #SITE_NAV
{
    float:right;
    margin-top:10px;
}

#SITE_NAV A {
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
    color: black;
}

    #SITE_NAV A:Hover {
        text-decoration: underline;
        color: black;
    }

#SITE_NAV A:Visited {
    text-decoration: underline;
    color: black;
}

#TOP_SEPARATOR {
    clear: left;
    height: 0px;
    margin-left: 5px;
}

.TIME
{
    float:left;
    color:#fff;
    font-size:13px;
    margin-top:20px;
    margin-left:12px;
    width:70px;
    text-align:center;
}

/* -- LINKS Table -- */
#LINKTABLE {
    float: left;
    width: 647px;
    margin: 10px;
    border-spacing: 0px;
    border-collapse: separate;
}

    #LINKTABLE .tdSideTop {
        width: 30px;
        background-color: #58585a;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    #LINKTABLE .tdSide {
        width: 30px;
        background-color: #58585a;
    }

    #LINKTABLE .tdSideBottom {
        width: 30px;
        background-color: #58585a;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    #LINKTABLE .tdMid {
        width: 597px;
    }

    #LINKTABLE .tdMid_Yellow {
        width: 597px;
        background-color: #ffffd7;
    }

    #LINKTABLE .tdMid_Blue {
        width: 597px;
        background-color: #c9f6fd;
    }

    #LINKTABLE .tdMidSep {
        width: 597px;
        background-color: #58585a;
    }

    #LINKTABLE .Link {
        width: 596px;
        height: 60px;
        /*background-image: url('../Img/WMEL_Box_Wide_Yellow.png');*/
        margin-left: 0px;
        font-size: 18px;
        color: #273544;
    }

    #LINKTABLE .Number {
        font-size: 40px;
        color: #a4a4a4;
        width: 50px;
    }

    #LINKTABLE A {
        color: #273544;
    }

        #LINKTABLE A:Hover {
            text-decoration: none;
            color: #C20606;
        }

    #LINKTABLE .LinkValue {
        width: 75px;
        min-width: 75px;
        font-size: 15px;
    }

    #LINKTABLE .NewLink {
        width: 50px;
        min-width: 50px;
        height: 40px;
        background: url('../Img/notice-new-link.png') top right no-repeat;
    }
    #LINKTABLE .ToppedUpLink {
        width: 50px;
        min-width: 50px;
        background: url('../Img/notice-topped-up.png') top right no-repeat;
    }

/* ================================== Content Menu ================================ */

#CONTENT_MENU
{
    float:right;
    width:284px;
    margin:10px 30px 0 0;
    text-align:center;
    font-size:11px;
    font-family: Sans-Serif;
}

#CONTENT_MENU A {
    color: #58585a;
    margin-right: 10px;
}
#CONTENT_MENU A:Hover
{
    text-decoration:none;
}

#CONTENT_MENU .VSpace10
{
    padding:10px 0 10px 0;
}
#CONTENT_MENU .VSpace20
{
    margin:20px 0 20px 0;
}

#CONTENT_PAGE
{
    margin:20px;
    line-height:130%;
}
.PageTitle
{
    font-size:25px;
}

#CONTENT_PAGE P
{
    margin-bottom:20px;
    
}

#CONTENT_PAGE A {
    color: #58585a;
}
#CONTENT_PAGE A:Hover
{
    text-decoration:none;
}


#CONTENT_PAGE UL
{
    margin-left:20px;
}

#FORM_ENTRY INPUT, #FORM_ENTRY TEXTAREA, #FORM_ENTRY SELECT
{
    font-size:18px;
    width:100%;
}/* CSS Document */

