/******************************
** Main Navigation styles
**
** This stylesheet holds the 
** styles for main navigation type 1
******************************/
/*Padding right is used to align heading in center*/
.heading {
  font-size: 40px;
  text-align: center;
  color: white;
  padding-right: 130px;
}

/* Settings for main navigation box. Border around box. */
.printMNBox {
  width: 100%;
  text-align: center;
  border: black solid 1px;
}
/* Text in main navigation */
.printMNText {
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   padding-top: 3px;
   padding-bottom: 3px;
   background:  #00008B;
}
/* Settings for each element */
.printMNElement {
  width: 14%;
  padding-left: 5px;
  padding-right: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-right: white solid 1px;
}
/* Settings for last element */
.printMNElementLast {
  width: 14%;
  padding-left: 5px;
  padding-right: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* Link styles */
a.printMNLink {
   text-decoration: none;
   color: white;
}
a.printMNLink:visited {
   text-decoration: none;
   color: white;
 }
a.printMNLink:hover {
   text-decoration: underline;
   color: #800000;
}

/******* Main Navigation styles*/
