/*-------------------------- CONTENT STYLING -----------------------------------*/
h2 {
    width: 500px;
        }
.csc-default {
}
.csc-textpic {
    width:350px;
    display: inline-block;
    }
dd.csc-textpic-caption { padding-top:4px; padding-left:5px; padding-bottom:4px; background-color: #d3d4d4;}

    
.contenttable{
    margin: 0px;
    }

.table_content {
    padding-left: 13px;
    padding-right: 20px
    border-spacing: 0px;
    width: 100%;
    table-layout: fixed;
}
.table_content td{
    vertical-align:top;
}

.table_content p{
    vertical-align:top;
}

.column_left {
   width: 55%;
}
.column_center {

}

/* exception regarding position of certain content elements; concerns ONLY the elements with these IDs #c593*/


#c604,#c631,#c647,#c767 {
    position: relative;
    right: 10px;
    width: 335px;
    height:100%;
    align:top;
    padding-bottom:10px;
    background-color: #d3d4d4;
}