﻿body
{
    background:#3e6caa;
}

#PageWrapper
{
    width:1024px;
    margin:0 auto;
}

#Header
{  
    height:173px;
    width:1024px;
    background:url(images/headerbg.jpg);
}
#LogoArea
{
    float:left;
    height:133px;
    width:258px;
}

#NavArea
{
    float:right;
    width:659px;
    margin-top:17px;
    margin-right:88px;
}

#BodyWrapper
{
    width:926px;
    margin: 15px auto;
    background:#ffffff;
    display:table;
    padding:5px;
}

.ContentPane
{
    width:600px;
    float:left;
}

.RightPane
{
    width:300px;
    float:right;    
}

#Footer
{
    width:1024px;
}

.Copyright
{
    color:#ffffff;
}

.TitleHead
{
    font-size:30px;
    color:#3e6caa;
}

.MenuRootNode
{
    color:#3e6caa;
    font-weight:bold;
    padding:0 5px 0 5px;
    font-family:Arial;
    font-size:20px;
}

.MenuNode
{
    color:#3e6caa;
    font-weight:bold;
    background:#ffffff;
}
