
/* layer attributes */

#nav {position: absolute; top: 186px; left: 10px; z-index:1}
#tlnav {position: absolute; top: 187px; left: 16px; z-index:1}
#msnav  {position: absolute; top: 186px; left: 5px; z-index:1}

body {
scrollbar-face-color: #3399CC;
scrollbar-shadow-color: #eeeeee; 
scrollbar-highlight-color: #eeeeee; 
scrollbar-3dlight-color: #3399CC; 
scrollbar-darkshadow-color: #003366; 
scrollbar-track-color: #dce7f0; 
scrollbar-arrow-color: #FFFFFF;
}

/* box borders */
.leftborder {border-left: 1px solid #333399; margin-left: 0px;}
.whiteleftborder {border-left: 1px solid #ffffff; margin-left: 0px;}
.halfbox {width: 100%; border-left: 1px solid #000033; border-bottom: 1px solid #000033; margin: 0px; background-color: #cccccc}
.modulebox {width: 150; border: 1px solid #000000; margin: 0px;}
.quicklinksbox {width: 150; border: 1px solid #000000; margin: 0px; background-color: #eeeeee;}
.bluebox {width: 150; border: 1px solid #336699; margin: 0px;}
.litebluebox {width: 150; border: 1px solid #99c0e6; margin: 0px;}
.divbox {width: 135; border: 1px solid #666666; margin: 0px;}

