/***************************************************/
/*                   LEFT COLUMN                   */
/***************************************************/
#left_column h1 {
        font-size: 13pt;
        color: #0f366f;
        font-weight: normal;
        line-height: 1.3em;
        color: #0f366f;
        margin: 0; 
        padding: 0px 0px 14px 0px;
}

/***************************************************/
/*                CENTER COLUMN                    */
/***************************************************/
#centre_column .content_divider {
        margin-top:5px;
        height:10px;
        border-top: 1px dashed rgb(155,155,155);
}

/***************************************************/
/*                RIGHT COLUMN                     */
/***************************************************/

/* Spacing  - note cannot combine into a single css as p, h2 is less "specific" than any previous formatting of p or h2 individually */
#right_column p {
        margin-top: 0; 
        margin-bottom: 1em;
}
#right_column h2 {
        margin-top: 0; 
        margin-bottom: 1em;
}


#right_column h2 {
        font-size: 11px;
        color: #782300;
        font-weight: normal;
        padding: 0px 0px 0px 0px;
}

#right_column { background-color:#E6EAF0; margin-bottom:10px; } /* need margin at bottom to non occlude footer line */ 

#right_column .content_divider {
        margin-top:7px;
        height:10px;
        border-top: 1px solid #CCCCCC;
}

