body {
 text-align: center;
  font-family: Verdana, Arial, Sans-Serif ;
}



.menuTable {
    width: 760px;
    text-align: center;
}

/* LAYOUT */

.pageText {
 text-align: left;
 font-family: Verdana, Arial, Sans-Serif;
 margin: 15px;
}

#outerContainer {
  width: 790px;
  text-align: left;
}

.siteContainer {
  top: 0px;
  left: 0px;
  height: auto;
  border: solid #ccc 1px;
  padding: 5px 0px 5px 0px;
}

/* -- NAV -- */

.grayBackground {
  margin: 0px 14px 0px 14px;
  background-color: #eee;
}

.logo {
  position: relative;
  top: 10px;
  left: 10px;
  width: 180px;
  height: 55px;
  align: left;
}

.navButton {
  width: 140px;
  border: solid #ccc 1px;
  margin: 2px;
  padding: 2px;
  background-color: #999;
  text-align: left;
  font-weight: bold;
  font-size: 11px;
}

.navButton a, .navButton a:visited, .navButton a:link {
color: #ffffff;
text-decoration: none;
}

.navButton a:hover {
color: #c36;
text-decoration: none;
}

/* -- END NAV -- */

.mainImage {
  text-align: center;
  margin: 5px;
}

/* -- CONTENT -- */

.contentContainer {
  margin: 3px;
  background-color: #fff;
}

.column {
  border-style: solid;
  border-color: #ccc;
  border-width: 1px;
  padding: 7px;
  vertical-align: top;
}

.columnContent {
  height: 510px;
  width: 234;
  background-color: #eee;
  font-size: 11px;
}


/* -- END CONTENT -- */

.footer {
  position: relative;
  width: auto;
  margin: 5px;
  text-align: center;
  font-size: 11px;
}

.break {
clear: both;
}