body
{
    margin-top: 0;
    padding: 0;
    text-align: center;
    font-family: Verdana;
    cursor: default;
}

/************************************************/
/* *****  TopNavContainer Styles          ***** */
/************************************************/

#TopNavContainer
{
    width: 850px;
    height: 36px;
    line-height: 37px;
    padding-left: 25px;
    float: inherit;
    background-image: url(../images/topnav_back.jpg);
    background-repeat: repeat-x; 
}

.TopNavSeparator
{
    color: #666666;
    font-family: Verdana;
    font-weight: normal;
    font-size: 10px;
}

#TopNavContainer a, #TopNavContainer a:visited
{
    font-size: 10px;
    color: #666666;
    text-decoration: none;
    text-align: center;
}

#TopNavContainer a.Selected, #TopNavContainer a.Selected:visited
{
    text-decoration: underline;
}

#TopNavContainer a:hover
{
    text-decoration: underline;
}


/**************************************/
/* *****  MasterPage Styles     ***** */
/**************************************/

#PageContainer
{
    margin: 10px auto;
    text-align: left;
    width: 1053px;
}

#MasterContentContainer
{
    float: left;
    width: 903px;
}

#ConsoleContainer
{
    float: right;
    width: 145px;
    text-align: left;
}

#ShadowTop
{
    height: 14px;
    float: inherit;
}

#topleft
{
    background-image: url(../images/shadow/cornershadow_topleft.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 14px;
    height: inherit;
    float: left;
}

#top
{
    background-image: url(../images/shadow/shadowback_top.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    width: 875px;
    height: inherit;
    float: left;
}

#topright
{
    background-image: url(../images/Shadow/cornershadow_topright.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 14px;
    height: inherit;
    float: left;
}

#ShadowBottom
{
    height: 14px;
    line-height: 14px;
    width: 903px;
    float: inherit;
}

#bottomleft
{
    background-image: url(../images/shadow/cornershadow_bottomleft.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 14px;
    height: 14px;
    float: left;
}

#bottom
{
    background-image: url(../images/shadow/shadowback_bottom.jpg);
    background-repeat: repeat-x;
    background-position: top;
    width: 875px;
    height: 14px;
    float: left;
}

#bottomright
{
    background-image: url(../images/shadow/cornershadow_bottomright.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 14px;
    height: 14px;
    float: left;
}

#MasterContent
{
    padding: 0px 14px;
    width: 875px;
    background-image: url(../images/shadow/shadowback_centertile.jpg);
    background-repeat: repeat-y;
    float: inherit;
}

.HeaderImg
{
    display: block;
}

#Header
{
    height: 88px;
    width: 875px;
    float: inherit;
}

#Header table, #Header td
{
    padding: 0;
    margin: 0;
    border: 0;
    float: inherit;
}

#FooterNav a, #FooterNav a:visited, #FooterNav a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

.separator
{
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    line-height: 22px;
}


#SubNavContainer
{
    z-index: 10;
    width: 861px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    top: 28px;
    text-align: right;
    padding-right: 14px;
}

#SubNavLeft
{
    float: right;
    width: 4px;
    height: 22px;
    background-image: url(../images/utilitynav_left.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

#SubNavRight
{
    float: right;
    width: 4px;
    height: 22px;
    background-image: url(../images/utilitynav_right.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

#SubNavContent
{
    float: right;
    height: 22px;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    background-image: url(../images/utilitynav_centertile.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

#SubNavContent a, #SubNavConent a:visited
{
    color: #003399;
    text-decoration: none;
    padding: 0px 3px;
}

#SubNavContent a:hover
{
    text-decoration: underline;
}


/* **********  Others *************** */

#MainNav
{
    width: 850px;
    padding-left: 25px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    float: inherit;
    background-image: url(../images/mainnav_back.jpg);
    background-repeat: repeat-x;   
}

#FooterNav
{
    color: #ffffff;
    font-family: Arial;
    font-weight: normal;
    font-size: 10px;
    width: 875px;
    height: 25px;
    background-image: url(../images/bottombar_back.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    float: inherit;
    text-align: center;
    padding-top: 20px;     
}

.FooterSeparator
{
    color: #ffffff;
    font-family: Arial;
    font-size: 10px;
    padding: 0px 10px;
}

#ContentContainer
{	
    float: inherit;
    width: inherit; 
}

/* ********************************* */