.header {
    background-color: white;
    height: 83px;
}

.content {
    background-color: #dee7ec;
    margin: 0px;
}

.container {
    font-family: arial, sans-serif;
    background-color: #dee7ec;
    height: 100%;
}

.contentClear {
    height: 0px;
    clear: both;
}

.content_container {
    width: 900px;
    background: url(../images/accountBg.png) repeat-y top left;
    margin: auto;
    text-align: left;
}

div.content_block {
    padding-top: 23px;
    padding-left: 40px;
    padding-right: 40px;
}

div.bottom {
    height: 40px;
    background: url(../images/accountBgBtm.png) no-repeat;
}

.menu_bar {
    background-color: #91a2b1;
    height: 58px;
}

/* FOOTER */
.footer {
    height: 37px;
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #FFFFFF;
    background-color: #6d8091;
    clear: both;
    width: 100%;
    padding-top: 20px;
    position: absolute;
}

div.textPanel {
    padding: 20px;
}