/******************************
** Main Navigation styles
**
** This stylesheet holds the 
** styles for main navigation for NO TABLE CELLS
******************************/
/*Padding right is used to align heading in center*/
.heading {
  font-size: 50px;
  text-align: center;
  padding-right: 130px;
  color: #78B81C;
}

/* Settings for main navigation box. Border around box. */
.printMNBox {
  width: 100%;
  text-align: center;
  border-top: #78B81C dotted 1px;
  border-bottom: #78B81C dotted 1px;
  background: #3F3F3D;
}
/* Text in main navigation */
.printMNText {
   font-size: 12px;
   font-weight: bold;
   text-align: left;
   padding-top: 3px;
   padding-bottom: 3px;
   background: #3F3F3D;
}
/* Settings for each element */
.printMNElement {
  width: 15%;
  padding-left: 5px;
  padding-right: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
}
.MNBullet {
  color: white;
}
/* Link styles */
a.printMNLink {
   text-decoration: none;
   color: white;
}
a.printMNLink:visited {
   text-decoration: none;
   color: white;
 }
a.printMNLink:hover {
   text-decoration: underline;
   color: #78B81C;
}
/******* Main Navigation styles*/

