#main #page_title {
    margin: 0;
    width: 100%;
}

#main #page_title h2 {
    margin: 0;
    padding: 0.5em 0 0.4em 0;
    font-size: 1.8em;
    font-weight: normal;
    letter-spacing: -0.02em;
}

#main #page_title h2 {
    padding-right: 20px;
}

#main_sidebar {
    /* Heidi 2/21/16 to remove for iframe use
    float: left;
    position: relative;
    width: 20%;
    z-index: 7;
    clear: both;*/
    display:none;
}

#main_section {
    float: left;
    width: 80%;
    overflow: hidden;
}

#center_column {
    float: left;
    width: 100%;
    overflow: hidden;
}

#center_column_inner_wrap {
    position: relative;
    z-index: 6;
    padding: 0 0 2em 20px;
}

#main_section * {
    line-height: 140%;
}

#main_section table {
    font-size: 0.85em;
    margin: 1em 0;
    border-collapse: collapse;
}

#main_section table td {
    font-size: 0.85em;
    padding: 0.3em 0.5em;
    margin: 0;
    vertical-align: top;
}

#main_section table ul,
#main_section table ol,
#main_section table p {
    font-size: 1em;
    margin: 0 0 0.65em;
}

#main_section table ul,
#main_section table ol {
    padding-left: 1.65em;
}