body {
  font-size: 10pt;
  font-family: arial;
  color: black;
  background-color: white;
/*  scrollbar-base-color: #8C9CBD;
  scrollbar-track-color: #404040;
  scrollbar-face-color: #202020;
  scrollbar-highlight-color: #555555;
  scrollbar-3dlight-color: #444444;
  scrollbar-darkshadow-color: #222222;
  scrollbar-shadow-color: #333333;
  scrollbar-arrow-color: #FFFFFF;
  */
  margin: 0px;
}

img {

    border: none

}

#welcome {

  width:          100%;
  background-color: black;
  color:           red;
  float: left;

}

.right {
  float: right;  
  background-color: white;
}

.topwrapper {
    width: 100%;
    background-color: white;
    color: black;

}

.menu {

    background-color: white;
    color: black;
    float: left;
    width: 225px;
    position:   absolute;
    margin-top: 2px;
    margin-left: 5px;
    text-align: left;
    left: 0px;

}

.menu ul {

    font-size: 14px;
    font-weight:bold;
    list-style-type:        none;
    margin-left:            0px;
    padding-left:           10px;

}

.menu li {

    text-decoration: none;
    color:#5a6ca0;
    background: url(/root/themes/staf/images/list_bullet.png) no-repeat 0 0.5em;
    padding-left: 0.7em;

}

.menu a {

    color:#5a6ca0;
    text-decoration: none;
}

#adminlist {

    background-color: black;
    color:            white;


}

#adminlist a {

    color: red;
    text-decoration: none;


}

#toplist {
background-color:#5a6ca0;
border-bottom:1px solid black;
border-top:1px solid black;
color:white;
font-size:14px;
font-weight:bold;
height:20px;
margin-bottom:0;
margin-left:0;
margin-top:0;
padding-bottom:4px;
padding-top:4px;
text-align:left;
}

#toplist a {

    color: white;
    text-decoration: none;
    margin-left: 40px;
}

#toplist a:visited {

    color: white;

}

#topad {

    float: right;
    top: 10px;
    right: 10px;
    position: absolute;
    background-color: black;

}

#sidead {

    margin-top: 220px;
    left: auto;
    text-align: center;


}

#sidead img {

    border: none;

}

.homelink {

    color: white;

}

.homelink.a {

    color: white;

}

.contentArea {

    background-color: white;
    color: black;
    left: 230px;
    position: absolute;
    border-left:1px solid black;
    padding-left: 10px;
    margin-top: 5px;
    min-height: 100%;
    height: auto;

}

