
/* Styles specific to the landing page */

table.navigatetablecontainer {
  padding:              0;
  border:               0;
  border-left:          0;
  border-right:         0;
  border-top:           2px;
  border-top-style:     solid;
  border-bottom:        2px;
  border-bottom-style:  solid;
  border-color:         #A6A9AA;
  background-color:     #F1F3F0;
  width:                100%;
  margin:               0 auto;
  text-align:           center;
}

table.navigatetable {
  padding:              0;
  border:               0;
  border-left:          0;
  border-right:         0;
  border-top:           0;
  border-bottom:        0;
  width:                1px; /* To force the browser to squeeze all imgs together */
  margin:               0 auto;
  text-align:           center;
}

table.missionstatement {
  padding:              0;
  border:               0;
  border-left:          0;
  border-right:         0;
  border-top:           0;
  border-bottom:        0;
  width:                80%;
  margin:               0 auto;
  text-align:           center;
}

td.missionstatement {
  margin:                 0;
  padding:                25px;
  text-align:             center;
  vertical-align:         middle;
  background-color:       #FFFFFF;
  font-family:            Arial, sans-serif;
  font-size:              11pt;
  color:                  #525252;
}

