﻿body
{
    margin: 0px;
    background-color: #e8e8e8;
    font-size: 11px;
    font-family: Arial;
    font-weight: normal;
    background: URL('Images/main_bg.jpg') repeat-x;
    background-repeat: repeat;
}



.outerContainer
{
    width: 1003px;
    margin: 0px auto;    
}
.header
{
    width: 100%;
    height: 125px;
}
.outerMenu
{
    width: 100%;
    height: 36px;    
}

.leftMenu
{
    width: 10px;
    height: 36px;
    background-color: #000;
}
.middleMenu
{
    height: 36px;
    width: 100%;
    font-size: 13px;
    /*background: URL('Images/menuRepeater.jpg') repeat-x;*/
    background-color: #000;
}
.middleMenu a:visited, .middleMenu a:link, .middleMenu a:hover, .middleMenu a:active
{
    color: #ff9800;
    text-decoration: none;
}
a:visited, a:link, a:hover, a:active
{
    color: #ff9800;
    text-decoration: none;
}
.loginStatus a:visited, .loginStatus a:link, .loginStatus a:hover, .loginStatus a:active
{
    color: #FFF;
    text-decoration: none;
}
.outerContent a:visited, .outerContent a:link, .outerContent a:hover, .outerContent a:active
{
    color: #000;
}
.footerContainer a:visited, .footerContainer a:link, .footerContainer a:hover, .footerContainer a:active, .footerContainer
{
    color: #ff9800;
}
.rightMenu
{
    width: 10px;
    height: 36px;
    background-color: #000;
}
.bottomMenu
{
    width: 100%;
    height:26px;    
 }
.breadcrumb
{
    font-size: 11px;
    text-align: left;
    padding-left: 7px;
    color: #FFF;
}
.loginStatus
{
    font-size: 11px;
    text-align: right;
    padding-right: 8px;
}
.outerContent
{
    width: 100%;    
}


.innerContentTopLeft
{
    height: 8px;
    width: 6px;
    background: URL('Images/contentTopLeftCorner.jpg');
}
.innerContentTopMiddle
{
    width: 100%;
    height: 8px;
    background: URL('Images/contentTopColRepeater.jpg') repeat-x;
}
.innerContentTopRight
{
    height: 8px;
    width: 6px;
    background: URL('Images/contentTopRightCorner.jpg');
}

.innerContentMiddleLeft
{
    height: 8px;
    width: 6px;
    background: URL('Images/contentLeftColRepeater.jpg');
}
.innerContentMiddle
{
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #FFF;
}
.innerContentMiddleRight
{
    height: 8px;
    width: 6px;
    background: URL('Images/contentRightColRepeater.jpg');
}

.innerContentBottom
{
    width: 100%;
    height: 8px;
    background: URL('Images/contentBottomColRepeater.jpg') repeat-x;
}
.innerContentBottomLeft
{
    height: 8px;
    width: 6px;
    background: URL('Images/contentBottomLeftCorner.jpg');
}
.innerContentBottomRight
{
    height: 8px;
    width: 6px;
    background: URL('Images/contentBottomRightCorner.jpg');
}

.footerContainer
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}
.preFooterContainer
{
    background-color: #980000;
    height: 98px;
    text-align: center;
}
#menuMobile
{
    font-size: 13px;
}


.level1
{
    font-weight: bold;
    margin-top: 16px;
}
.level2
{
    font-weight: normal;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #999;
}
.level3, .level4
{
    font-weight: normal;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #999;
}
.loginControl
{
    font-size: 12px;
}
.passwordRecoveryControl
{
    font-size: 12px;
}


h2
{
    
}

