/* CSS Document */

#whitebg {
 background: #FFFFCC;
 padding : 0px;
 min-height: 400px;
}

#bluebg {
 background: #000000;
 padding : 1px;
 width: 802px;
}



#blackbg {
 background: #000000; 
 padding : 1px; 
}

#greybg{
 background: #C0C0C0;
 padding: 10px;
}

#footerbg {
 background: #ffffff;
 padding : 2px;
 height: 15px;
} 

#breadcrumb {
 font: 12px arial, helvetica, sans-serif;
 color: #FFFFFF;
 border-width: 1px;
 border-style: solid;
 border-color: #313163 #313163 #313163 #313163;
 background: #C0C0C0;
 padding : 2px;
} 

#breadcrumb a{
 font: 12px arial, helvetica, sans-serif;
 color: #FFFFFF;
 text-decoration: none;
} 

#breadcrumb a:hover{
 font: 12px arial, helvetica, sans-serif;
 color: #CC6600;
 text-decoration: none;
} 


.leftmenubar
  {
   background: #ADB0D9;
   color: #FFFFFF;
   height: 22px;
  }
  
.leftmenubarover
  {
   background: #7170B2;
   color: #FFFFFF;
   height: 22px;   
   font-weight: bold;
  } 