
/*-- Global Styles --*/
/*
 * Font for header images: URW Bookman L.
*/
p,td
    {
        font-family: Arial,Sans Serif;
        font-size: 12px;
        color: #050b33;
    }

/* links */
a:link,a:active,a:visited
    {
        color: #676d5d;
        text-decoration: none;
        background: url("images/linkDot.gif") repeat-x bottom transparent;
    }
a:hover
    {
        text-decoration: none;
        color: #fdfbd0;
        background-color: #8f928a;
    }

a.onGreen:link,a.onGreen:active,a.onGreen:visited
    {
        text-decoration : none;
        color : #fdfbd0;
        background : none;
    }
a.onGreen:hover
    {
        text-decoration : underline;
    }

/* heirarchy */
.heading
    {
        color: #43454e;
        font-size: 15px;
        letter-spacing: 2px;
        font-weight: bold;
    }
.secheading
    {
        color: #43454e;
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: bold;
    }
.terheading
    {
        color: #43454e;
        font-size: 13px;
        letter-spacing: 1px;
    }
/********** Main Page Styles ************/

/* text styles */
.cn_date
    {
        font-size: 11px;
        color: black;
        font-weight: bold;
    }
.cn_content
    {
        font-size: 12px;
    }
a.cn_link:link,a.cn_link:active,a.cn_link:visited
    {
        background: none;
        color: #3c5284;
        text-decoration: none;
    }
a.cn_link:hover
    {
        color: black;
        text-decoration: underline;
    }
/* layout styles */
body.main
    {
        margin: 15px;
        padding: 0px;
        background: url(images/QuayleGB_test.jpg) scroll no-repeat;
    }
#mp_subLinks
    {
        padding-left: 150px;
        padding-bottom: 5px;
    }
a.mp_subLink:link,a.mp_subLink:active,a.mp_subLink:visited
    {
        color: #000000;
        text-decoration: none;
        font-weight: bold;
    }
a.mp_subLink:hover
    {
        text-decoration: underline;
    }
#mp_contentArea
    {
        border: 1px solid #590F0E;
        padding: 8px;
        background-color: #FFFFFF;
        width: 380px;
    }
#mp_contentArea_head
    {
        border-bottom: 2px solid #52682E;
        font-weight: bold;
        font-size: 13px;
        margin-bottom: 7px;
    }
#currentNews
    {
        margin-left: 20px;
        width: 280px;
    }



/*-- Level Page Styles --*/
body.level
    {
        margin: 15px;
        padding: 0px;
    }
td.lv_titleBG
    {
        background: url(images/LevelPage_titleBG.gif) repeat-x;
        padding-left:10px;
        padding-bottom:5px;
    }
p.lv_title
    {
        font-size: 16px;
        color: #fdfbd0;
        letter-spacing: 4px;
        font-weight: bold;
    }
td.lv_titleBG_lft
    {
        background: url(images/LevelPage_titleBG.gif) repeat-x;
    }
.lv_navCol
    {
        background-color: #ACB2A3;
    }
.lv_mainContent
    {
        padding-left: 10px;
        padding-top: 15px;
        padding-right: 5px;
    }
.lv_mainHeader
    {
        border: 2px solid #963232;
    }

/* -- Text Styles -- */
.slightEmph
    {
        font-size: 12px;
        font-weight: bold;
    }

.greyOut
    {
        color: #bebebe;
    }