
.containerWrapper
{
    padding: 0;
    width: 100%;
    margin: 0px;
    float: left;
    text-align: left;
    border: solid 0px GREEN;
}

.rightpane .containerWrapper
{
    padding: 5px 0px 0px 15px;   
    margin: 0px;
    float: left;
    text-align: left;
}

.topRightImg .containerWrapper, .topRightImg .containerContentWrapper
{
    margin: 0;
    padding: 0;
}

.containerHeaderWrapper
{
    padding: 0px 0px 5px 0px;
    border: solid 0px GREEN;
}

.containerHeaderWrapper h1
{
    color: #914D03;
    font-size: 14pt;
    font-weight: bold;
    margin: 0;
    float: left;
    border: solid 0px GREEN;
}

.containerHeaderWrapper h1 .Head
{
    color: #b25300;
    padding: 0px 0px 0px 0px;
    margin-bottom: 5px;
}

.containerHeaderWrapper .actionButton
{
    padding-top: 15px;
    float: right;
}

.actionButton
{
}

.containerContentWrapper
{
    clear: both;
    padding: 5px 0px 0px 0px;
    text-align: left;
    border: solid 0px GREEN;
}

.containerContentWrapper a
{
    font-weight: bold;
    color: #424f83;
    text-decoration: underline;
}
.containerContentWrapper a:hover
{
    font-weight: bold;
    color: #424f83;
    text-decoration: none;
}






.containerWrapper .BlueBG 
{
    width: 230px;    
    display:table;        
    background: url('images/blueBG.jpg') top left repeat-y; 
    border: solid 0px red;
}
.containerWrapper .BlueBGTop
{
    height: 10px;  
    border: solid 0 px red;    
    background:url('images/blueTop.jpg') top left no-repeat; 
}

.containerWrapper .BlueBGBottom
{
    height: 10px;  
    border: solid 0px red;    
    background:url('images/blueBottom.jpg') bottom left no-repeat; 
}



.containerWrapper .BrownBG 
{
    
    width: 230px;
    display:table;        
    background: url('images/Brown.jpg') top left repeat-y; 
    border: solid 0px red;
}
.containerWrapper .BrownBGTop
{
    height: 10px;  
    border: solid 0 px red;    
    background:url('images/BrownTop.jpg') top left no-repeat; 
}

.containerWrapper .BrownBGBottom
{
    height: 10px;  
    border: solid 0px red;    
    background:url('images/BrownBottom.jpg') bottom left no-repeat; 
}




.containerWrapper .GreenBG 
{
    
    width: 230px;
    display:table;        
    background: url('images/Green.jpg') top left repeat-y; 
    border: solid 0px red;
}
.containerWrapper .GreenBGTop
{
    height: 10px;  
    border: solid 0 px red;    
    background:url('images/GreenTop.jpg') top left no-repeat; 
}

.containerWrapper .GreenBGBottom
{
    height: 10px;  
    border: solid 0px red;    
    background:url('images/GreenBottom.jpg') bottom left no-repeat; 
}



.containerWrapper .OrangeBG 
{
    
    width: 230px;
    display:table;        
    background: url('images/Orange.jpg') top left repeat-y; 
    border: solid 0px red;
}
.containerWrapper .OrangeBGTop
{
    height: 10px;  
    border: solid 0 px red;    
    background:url('images/OrangeTop.jpg') top left no-repeat; 
}

.containerWrapper .OrangeBGBottom
{
    height: 10px;  
    border: solid 0px red;    
    background:url('images/OrangeBottom.jpg') bottom left no-repeat; 
}


.containerWrapper .OrangeBG .containerContentWrapper, 
.containerWrapper .GreenBG .containerContentWrapper,
.containerWrapper .BrownBG .containerContentWrapper,
.containerWrapper .BlueBG .containerContentWrapper
{
    border: solid 0px red;
    padding: 0 8px 0 12px;
}

.containerWrapper .OrangeBG .containerContentWrapper p, 
.containerWrapper .GreenBG .containerContentWrapper p,
.containerWrapper .BrownBG .containerContentWrapper p,
.containerWrapper .BlueBG .containerContentWrapper p
{
    font-size: 14px;
}