﻿body
{
    background-image:url(images/mdc-right-bg.jpg);
    background-repeat:repeat;
    /*background-color: #ffffff;*/
    margin: 0px;
    color:#000000;
    font-size:13px;
    font-weight:normal;
    font-family:Arial;
}

#PageLeftBorder
{
    background-image:url(images/mdc-left-shade.jpg);
    background-repeat:repeat-y;
    background-position:right;
    width:15px;
}

#PageRightBorder
{
    background-image:url(images/mdc-right-shade.jpg);
    background-position:left bottom;
    background-repeat:repeat-y;
    width:15px;
}
#PageBottomLeftBorder
{
    background-image:url(images/mdc-left-shade-corner.jpg);
    background-repeat:no-repeat;
    width:15px;
    height:9px;
    background-position:left;
}

#PageBottomBorder
{
    background-image:url(images/mdc-bottom-shade.jpg);
    background-repeat:repeat-x;
    height:9px;
    
    background-position:right;
}

#PageBottomRightBorder
{
    background-image:url(images/mdc-right-shade-corner.jpg);
    background-repeat:no-repeat;
    width:15px;
    height:9px;
}

#PageContainer
{
    width:818px;
    /*background-color:#FFFFFF;*/
    border-collapse:collapse;
    border-width:0px;
    margin:0px 0px 0px 0px;
}

#PageBody
{
    background-color:#FFFFFF;
    padding:0px;
    width:779px;
}

#BannerPlaceholder
{
   /* width:100%;*/
   
   padding:0px;
}

#BodyPlaceholder
{
    width:inherit;
    padding:2px;
    margin: 2px 0px 0px 5px;
}


#MenuPlaceholder
{
    height:32px;
    background-color: #74B8FD;
    width:779px;
    margin: 2px 5px 0px 5px;
}

#MenuShade
{
    height:14px;
    background-image: url(images/mdc-menu-shade.jpg);
    background-repeat:no-repeat;
    width:779px;
    background-position:left;
    margin: 0px 5px 0px 5px;
}

#ContentPlaceholder
{    
    z-index:inherit;
}

#ContentContainer
{
    width:100%;
    border-collapse:collapse;
    border-width:0px;
}
#SidebarPlaceholder
{
    width:187px;
    margin: 0px 0px 0px 0px;
    /*padding:0px 8px 0px 5px;*/
    text-align: left;
    vertical-align: top;
}

#ContentBodyPlaceholder
{
    /*width:auto;*/
    width: 779px;
    text-align: left;
    vertical-align: top;
    padding-right:15px;
    padding-left:10px;
    padding-bottom:15px;
}



#FooterPlaceholder
{
    width:100%;
    background-color:transparent;
    height:40px;
    color:#1D3161;
    font-weight: normal;
    line-height: 16px;
    text-align:center;
    font-family:Arial;
    font-size:9pt;
    vertical-align:middle;
}

.PageDivider
{
    background-color: #b8b333;
    width:100%;
    height: 8px;
    
}

.Spacer
{
    background-image:url(images/spacer.gif);
    background-repeat:repeat-x;
    width:100%;
    height:4px;
}


.SideBarItem
{
    width:183px;
    border: solid 1px #D4CC3F;
    background-color:#ffffff;
    padding:0px;
    margin-bottom:8px;
    text-align:center;
    vertical-align: middle;
}

.SideBarImage
{
    /*width:100%; */
    /*height:100%;*/
    padding:1px 1px 0px 1px;
    margin-bottom:-2px;
    vertical-align:middle;
    /*margin-bottom:2px;*/
}

.SideBarCaption
{
    background-color:#D4CC3F; 
    vertical-align:middle; 
    text-align:center; 
    padding-top: 4px; 
    padding-bottom: 4px; 
}

A.PageFooter
{
    width:100%;
    height:40px;
    color:#1D3161;
    font-weight: normal;
    line-height: 16px;
    text-align:center;
    font-family:Arial;
    font-size:9pt;
    vertical-align:middle;
}
A.PageFooter:hover 
{
    width:100%;
    height:40px;
    color:#1D3161;
    font-weight: normal;
    line-height: 16px;
    text-align:center;
    font-family:Arial;
    font-size:9pt;
    vertical-align:middle;
}