body {
    color:            white;
    background-color: #1C1F25;
    margin:           0 !important;
    padding-top:      0 !important;
    min-width:        800px !important;
}

div {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:   8pt;
}

a {
    color:           #ffc000;
    text-decoration: none;
}

.header {
    width:            100%;
    height:           100px;
    padding:          0;
    background-image: url("images/title-bg-tile.jpg");
}

.titleright {
    width:            250px;
    height:           100px;
    background-image: url("images/title-bg-right.jpg");
    float:            right;
}

.wrap {
    display: table;
    height:  100%;
    width:   100%;
}

.leftsidebar {
    display:          table-cell;
    width:            140px;
    height:           100%;
    vertical-align:   top;
    background-color: #3A445D;
    background-image: url("images/nav-bg-left.jpg");
}

.leftsidebarpadding {
    width:   130px;
    height:  100%;
    padding: 5px 5px 5px 5px;
}

.sectiontitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:   7pt;
    font-style:  italic;
    font-weight: bold;
}

.navbar {
    font-size: 7pt;
}

.pagebody {
    background-color: #242832;
    display:          table-cell;
}

.pageheader {
    width:            100%;
    height:           60px;
    padding:          0;
    background-image: url("images/page-bg-top.jpg");
}

.rightsidebar {
    display:          table-cell;
    width:            140px;
    height:           100%;
    vertical-align:   top;
    background-color: #3A445D;
    background-image: url("images/nav-bg-right.jpg");
}

.pagebottom {
    display: table;
    width:   100%;
    height:  100%;
}

.leftbottom {
    background-color:  #1C1F25;
    background-image:  url("images/nav-bg-left.jpg");
    background-repeat: repeat-y;
    display:           table-cell;
    width:             140px;
    height:            31px;
    vertical-align:    top;
}

.centerbottom {
    background-color:  #1C1F25;
    background-image:  url("images/page-bg-bottom.jpg");
    background-repeat: repeat-x;
    display:           table-cell;
    width:             auto;
    height:            31px;
    vertical-align:    top;
}

.rightbottom {
    background-color:  #1C1F25;
    background-image:  url("images/page-bg-corner.jpg");
    background-repeat: repeat-x;
    display:           table-cell;
    width:             30px;
    height:            31px;
    vertical-align:    top;
}

.potdbottom {
    background-color: #1C1F25;
    display:          table-cell;
    width:            140px;
    height:           31px;
    vertical-align:   top;
}

.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:   7pt;
    height:      45px;
    padding-top: 10px;
    text-align:  center;
}
