/* Template Layout styles for three column content area */

#column1, #column2, #column3 {
    padding-top: 20px;
}

#column1 {
    width: 810px;
    float: left;
}

.standardContentHeader {
    margin: 10px 10px 0px 0px;
    position: relative;
    left: 10px;
    bottom: 0px;
    float: left;
    clear: both;
    width:795px;
    border-bottom: solid 1px #D4D4D4;
}

.standardContent {
    margin: 0px 10px;
    bottom: 0px;
    padding: 0px 0px 20px 0px;
    float: left;
    clear: both;
    width:795px;
    border-bottom: solid 1px #D4D4D4;
}

#fullPageFlashContent {
    width: 830px;
    float :left;
    clear: both;
    position: relative;
    left: 14px;
    padding-bottom: 20px;
    border-bottom: solid 1px #DDE5E4;
    margin-bottom: 10px;
}