html, body{ 
 margin:0 0 0 0; 
 padding:0 0 0 0;
 background-color:#000000;
} 
 
#pagewidth{ 
 width:100%;
 min-height:100%;
 min-width:800px;   
} 

#navibar{
 height:35px; 
 width:100%;
 min-width:800px;
 background-color:#010066; /* 010066 (dark-blue) */
 z-index: 11;
 position:relative;
 top: +16px;
 right: +0px;
} 
 
#header{ 
 margin:0 0 0 0; 
 padding:0 0 0 0;
 height: 100%;
 width: 100%;
 border-top: 0px solid #000;
 border-bottom: 1px solid #FFFF00; 
 background-color:#FFFF00; /* 01:B1C6E3 , 02:3D669E , 03:4B73AE */
 /* background-image: url(../images/bg_headerRight.gif); */
 background-position: right;
 background-repeat: no-repeat;
}

#footer{ 
 height:30px; 
 width:100%; 
 border-top: 1px solid #FFCC00;
 border-bottom: 1px solid #FFCC00; 
 background-color:#FFFF00;
 font-size: 10px;
} 
 
#leftcol{
 width:250;
 max-width:250px; 
 float:left; 
 position:relative; 
 margin-left:-250px;
 margin-right:1px;
 z-index:2; 
}
 
#outer{ 
  border:solid white 0px; 
  /*/*/ border-left-width: 250px ;  /* left column width. NN4 hack to hide borders */ 
  border-left-color: #FFFFFF;   /* left column colour */ 
  border-left-style: solid; 
  /*/*/ border-right-width: 100px; /* right column width. NN4 hack to hide borders */ 
  border-right-color: #FFFFFF;  /* right column colour */ 
  border-right-style: solid; 
  background-image: url(../images/bg_omsymbol.gif); /* center column */ 
  background-color: #FFFFFF; /* center column */   
  background-attachment: fixed; /* center column */  
  background-repeat: no-repeat; /* center column */  
  background-position: center ; /* center column */  
  width: auto; 
} 
 
#rightcol{
 /*/*/ width:100px; /* hack keeps NN4 right column right? */ 
 max-width:100px; 
 float:right; 
 position:relative; 
 margin-right:-100px;
 margin-left:1px;
 z-index:1;
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 width:550px;
 min-width:550px; 
 min-height:400px;
 float:left; 
 position:relative; 
 margin: 0 -8px 0 -2px;
 z-index:5;
}
 
#outer>#inner { border-bottom: 1px solid #FFE0B6;  }
 
.clr{clear:both;}
 
.content{padding:2px;} /* padding for content */ 
 
#header .content{padding: 0 0 0 0;} /* padding bottom 0 to remove space in IE5 Mac */ 
 
/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
}

#sidebarItem {
margin: 5px;
padding: 5px;
color: black;
background-color: #CCEEFF; 
border: 2px solid #000;
}