
#boxPage
{
    position: relative;
    width: 910px;
    margin: 0 auto;
    padding: 0;
}
#boxHeader
{
    height: 164px;
    background: #999967;
}
#boxLogo
{
    width: 305px;
    float: left;
    text-align: center;
    padding: 30px 0 0 0;
}
#boxBanner
{
    width: 605px;
    height: 164px;
    float: right;
    background: url(images/Header_Subpage.jpg) no-repeat top left;
}
#boxUser
{
    height: 20px;
    background: #003D6B;
    text-align: right;
    padding: 0 10px;
    color: #fff;
}
#boxUser .SkinObject
{
    color: #fff;
    font-weight: normal;
}
#boxContent
{
    float: left;
    background: #fff;
    border-bottom: solid 18px #003D6B;
}
#boxTitle
{
    float: left;
    width: 698px;
    background: #FFFFFF url(images/Title_bg.gif) repeat-y 303px;
    padding-top: 10px;
}
#boxTitle H1
{
    padding: 7px;
    margin: 0;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: right;
    border: solid 1px #979972;
    background-color: #cccc9a;
}
#boxUtility
{
    float: right;
    width: 187px;
    height: 42px;
    padding: 0 0 0 15px;
    background: url(images/Utility_bg.gif);
}
#boxUtility a
{
    margin: 0 5px;
}
#boxUtility img
{
    border: none;
}
#boxLeftSide
{
    background: #FFFFFF url(images/Leftside_bg.gif) repeat-y top left;
    float: left;
}
#boxMenu
{
    width: 303px;
    float: left;
    padding: 10px 0 20px 0;
    background: #fff;
}
#boxLeftPane
{
    clear: both;
    width: 283px;
    float: left;
    background: #999967;
    padding: 10px;
}
#boxMiddlePane
{
    width: 580px;
    margin-left: 320px;
    padding: 20px 0 0 0;
}
#boxFooter
{
    clear: both;
    text-align: center;
}
#boxFooter .SkinObject
{
    font-weight: normal;
    color: #000;
}










