/* Begin Container Title Section */
.greenscroll-title-section-table
{
    width: 100%;
    height: 31;
    border-collapse: collapse;
    background-image: url('images/scroll-background-green.gif');
    background-repeat: repeat-x;
}
.greenscroll-title-section-left-cell
{
    width: 100%;
    font-family: Georgia, Book Antiqua, Footlight MT Light, Goudy Old Style, High Tower Text, Lucida Bright, Palatino Linotype;
    font-size: 18px;
    color: #2C4E04;
    line-height: 1.3em;   
    padding-left: 5px; 
    vertical-align: middle;
} 
.greenscroll-title-section-right-cell
{
    text-align: right;
}
/* End Container Title Section */



/* Begin Container Divider Section */
.greenscroll-divider-section-table
{
    width: 100%;    
    border-collapse: collapse;    
}
.greenscroll-divider-section-cell
{
    height: 8;
    width: 100%;      
    /* background-color: #4F7D35; */
    /* Green: background-color: #4F7D35; */
    /* Orange: background-color: #E56615; */
    /* LtOrange: background-color: #F3B135; */
    /* Blue: background-color: #0F4FC5; */ 
    /* LtGreen: background-color: #05916E; */     
}
/* End Container Divider Section */


/* Begin Container Content Section */
.greenscroll-content-section-table
{
    width: 100%;
    border-collapse: collapse;         
}
.greenscroll-content-section-cell
{
    width: 100%; 
    padding-top: 11px;     
}
/* End Container Content Section */


