

/******************************  left navigation  ************************************/
.nav, a.nav:link, a.nav:visited, a.nav:active, a.nav:hover { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px;
  line-height: 12px;
  text-decoration: none;
  color: #003366;
  margin-top: 2px;
  margin-bottom: 2px;
}

.navsel, a.navsel:link, a.navsel:visited, a.navsel:active, a.navsel:hover { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  text-decoration: none;
  color: #003366;
  margin-top: 2px;
  margin-bottom: 2px;
}



/******************************  background colors  ************************************/
.navline {
  background-color: #b2bfa5;
}

.bgnavactive { 
  background-color: #d0d7c7;
}

.bgnav { 
  background-color: #f1f3ee;
}

.bgnavover { 
  background-color: #dfe4d9;
}



