html {
    font-size:10px;
    height:100%;
}
body {
    background-color:#888888;
    height:100%;
    margin-left:0;
    margin-right:0;
    margin-top:25px;
    margin-bottom:auto;
    padding:0;
    width:100%;
    height:auto;
    text-align:center;
}
body, table, th, td, input, textarea, select {
    color:#000000;
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
    line-height:15px;
}
h1, h2, h3, h4, h5, h6, p {
    margin:0 0 10px;
}
h1 {
    color:#000000;
    font-size:19px;
    font-weight:bold;
}
h2 {
    color:#9d4659;
    font-size:11px;
}
h3 {
    color:#000000;
    font-size:11px;
}
h4 {
    color:#000000;
    font-size:13px;
    font-weight:normal;
}
h5 {
    color:#000000;
    font-size:12px;
    font-weight:normal;
}
a {
    color:#000;
    text-decoration:underline;
}
a:hover {
    color:#000;
    text-decoration:none;
}
img {
    border:medium none;
}
.mainContainer {
    height:505px;
    margin:0 auto;
    text-align:left;
    width:960px;
}
.topBar {
    background-color:white;
    height:15px;
    overflow:hidden;
    position:relative;
    width:960px;
}
.bottomBar {
    height:491px;
    width:100%;
}
.bottomBar .left {
    float:left;
    height:491px;
    position:relative;
    width:337px;
}
.bottomBar .middle {
    background-color:#D2D2D2;
    float:left;
    height:491px;
    position:relative;
    width:532px;
    overflow-y:auto;
    padding-left:30px;
    padding-right:10px;
}
.bottomBar .right {
    float:left;
    height:491px;
    width:51px;
}
.navigation {
    margin-top:40px;
}
.navigation a.item {
    font-weight:bold;
    color:black;
    text-decoration:none;
}
.navigation a.item:hover {
    color:#9d4659;
    text-decoration:underline;
}
.navigation a.active {
    color:#9d4659;
    cursor:pointer;
}
.navigation a.active:hover {
    text-decoration:undewrl;
}
.navigation .divider {
    font-weight:bold;
    font-size:10px;
    color:#9d4659;
    padding-left:3px;
    padding-right:3px;
}
.contentContainer {
}
.content {
    margin-top:22px;
}
.contentLeft {
    width:238px;
    float:left;
    margin-right:20px;
}
.contentRight {
    width:238px;
    float:left;
}
/* GECKO based drop shadows * */
html > body .shadow {
    background:transparent url(../images/shadowAlpha.png) no-repeat scroll right bottom !important;
    height:512px;
    position:absolute;
    width:969px;
    margin-left:10px;
    margin-top:10px;
}
#logo {
    margin-left:40px;
    margin-top:15px;
}
.login {
    color:white;
}
.contentLeft .icon {
    position:absolute;
    bottom:10px;
    left:20px;
}
.contentRight .icon {
    position:absolute;
    bottom:10px;
    right:20px;
}