body {
  font-family: helvetica, arial;
  font-size: 8pt;
}

.matte {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.main {
  width: 750px;
  text-align: left;
}

.banner {
  width: 100%;
  display: inline-block;
  margin-bottom: 12px;
  height: 45px;
}

.banner .logo {
  float: left;
  width: 49%;
}

.banner .contact {
  float: right;
  text-align: right;
  width: 50%;
  vertical-align: bottom;
}

.nav {
}

.nav .bar {
  padding: 7px;
  background: url(img/green-gradient.png) top left no-repeat;
  margin-bottom: 10px;
}

.nav .bar .text {
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav .bar .text .link {
  padding-top: 12px;
  padding-bottom: 9px;
  padding-left: 25px;
  padding-right: 25px;
  color: white;
  text-decoration: none;
}

.nav .bar .text .link:HOVER {
  background: url(img/button-gradient.png) top left repeat-x;
  text-decoration: underline;
}

.title {
}

.title .bar {
  font-size: larger;
  background: url(img/blue-gradient-large.png) top left no-repeat;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  margin-bottom: 12px;
}

.title .bar .text {
/*  margin-left: 15%; */
  font-size: larger;
  font-weight: bold;
  color: white;
  text-align: center;
}

.body {
  width: 100%;
  display: inline-block;
  height: 451px;
  background: url(img/gray-flat.png) top left no-repeat;
}

.body .left {
  float: left;
  width: 24%;
  text-align: center
}

.body .right {
  float: right;
  width: 74%;
  margin-right: 12px;
}

.body .right ul {
}

.footer {
}

.footer .bar {
  background: url(img/blue-gradient-small.png) top left no-repeat;
  font-size: smaller;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 12px;
}

.footer .bar .text {
  color: white;
}

