﻿body 
{
    margin-top:0px;
}

.pageContainer
{
    border: solid black 0px;
    width: 750px;
    text-align: left;
    margin: auto;
}

.mozillaContainer
{
    /*  Place at the very bottom of an outer container. 
        This ensures the outer container grows with 
        the inner containers.    
    */
    clear:both;
    height:0px;
}

.headerContainer
{
    border: solid green 0px;
    width: 10%;
    height: 400px;
}

.logoContainer
{
    border: solid blue 0px;  
    text-align: left;
}

.navContainer
{
    border: solid blue 0px;
    padding: 10px 0px 5px 0px;
    color: White;
}

.contentContainer
{
    border: groove silver 4px;
    background-color: White;
    width: 738px;
}

.bannerContainer
{
    height: 215px;
    width: 100%;
    padding:0px;
    margin: 0px 0px 10px 0px;
    border: solid black 0px;    
}

.oneColumnContainer
{
    width:99%;
    height:99%;
    text-align:left;
    padding:5px;  
}

.middleLeftContainer
{
    float:left;       
    width:49%;
    height:99%;
    text-align:left;
    padding:5px;
    border-right: solid silver 1px;
}

.middleRightContainer
{
    float:right;
    width:48%;
    height:99%;
    padding:10px 0px 0px 5px;
}

.bottomContainer
{
    background-image: url('../images/bottom_bg3.jpg');
    background-repeat: repeat-x;     
    height:30px;
    margin: 10px 0px 0px 0px;
}

.headerContainer
{
    height:auto;
    padding: 0px 0px 0px 0px;
    border-top: solid #55381C 3px;
    border-bottom: solid #55381C 3px;
}

.headerText
{
    font-size:22px;
    font-weight:bold;
    color:#55381C;    
}

.textContainer
{
    text-align:left;
    padding:2px 2px 5px 10px;
    width:90%;
}

.textContainerLeft
{
    text-align:right;
    padding:2px 2px 5px 10px;
    height:32px;
    float:left; 
}

.textContainerRight
{
    text-align:left;
    padding:2px 2px 5px 10px;
    height:32px;
    float:right;  
}

.sectionText
{
    font-size:17px;
    font-weight:bold;
    color:#55381C;
    text-align:right;    
}

a.sectionText
{
    text-decoration:none;    
}

.text
{
    font-size:14px;
    font-weight:bold;
    color:#55381C;    
}
a.text
{
    text-decoration:none;    
}

a.navigation
{
    font-size: 14px;
    font-weight: bold;
    color: White;
    text-decoration: none;
    padding: 3px 8px 3px 8px;
}

a.navigation:hover
{
    color: #71140d;
}

a.navSelected
{
    color: #71140d;
}

.dynamicMenu
{ 
    z-index: 1;
}

.applicationContainer
{
    width:715px;
    height:auto;
    border:solid black 0px;
    text-align:center;
    padding:25px 10px 10px 10px;
}

.appSection
{
    width:680px;
    margin:0px 10px 0px 10px;
    border:black solid 1px;
}

.appSpacer
{
    width:644px;
    margin:0px 20px 0px 20px;
    padding:1px;
    background-color:Silver;
}

.appRow
{
    width:100%;   
}
.appColumn
{
    text-align:left;
    float:left;
}

.appCell
{
    text-align:left;
    float:left;
    padding:2px 0px 2px 2px;
    color:Black;
    font-size:11px;
    font-weight:bold;
    height:35px;
        
}

.appTextLarge
{
    color:Black;
    font-size:20px;
    font-weight:bold;
}

.appTextMed
{
    color:Black;
    font-size:16px;
    font-weight:bold;
}

.appTextSmall
{
    color:Black;
    font-size:11px;
    font-weight:bold;
}

.label
{
    padding:3px 0px 0px 3px;    
}

.formCell
{
    height:35px;
    font-size:12px;
    font-weight:bold;
    color:#55381C;
}