#homepg-text {
    font-family: Helvetica Neue, Arial, Microsoft Sans Serif, sans-serif;
    font-size: 17px;
    text-align: justify;
    color: #666666;
    padding: 5px 0 10px 0;
}

#tpl2col_content {
    width: 760px;
    height: 760px;
    background-color: white;
}

#tpl2col_content_main {
    float: left;
    clear: none;
    width: 680px;
    height: 680px;
    padding: 0px 30px 10px 30px;
    overflow: hidden;
    background-color: white;
}

#tpl2col_content_main_narrowmargin {
    float: left;
    clear: none;
    width: 710px;
    height: 695px;
    padding: 0px 15px 30px 15px;
    background-color: white;
}

.whitebox_border {
    clear: both;
}

#whitebox_border_left, #whitebox_border_right {
    float: left;
    clear: none;
    height: 710px;
}

#whitebox_border_left {
    background: url('/static/images/middle_border_left.gif');
    background-repeat: repeat-y;
    width: 10px;
}

#whitebox_border_right {
    background: url('/static/images/middle_border_right.gif');
    background-repeat: repeat-y;
    width: 10px;
}

#tpl2col_content .buttons {
    position: absolute;
    bottom: 52px;
}

#scrollable-page {
}


