body {
  margin: 0;
  background-color: white;
  text-align: center;
  font-family:  verdana, sans-serif;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

td, table {
  vertical-align: top;
  padding: 0;
}

a {
  color: rgb(84, 170, 255);
}

a:hover {
  text-decoration: none;
}

#header, #footer {
  text-align: center;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#footer {
  height: 88px;
  background-image: url("images/bottom.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: right;
}

#header-nav {
  background-color: rgb(122, 193, 65);
  color: white;
  padding-bottom: 2px;
}

#header-nav a {
  text-decoration: none;
  color: white;
}

#header-nav a:hover {
  text-decoration: underline;
}

#header-nav span {
  margin-left: 7px;
  margin-right: 7px;
  font-size: 10pt;
}

#main-container {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  background-repeat: no-repeat;
  background-position: top right;
  text-align: left;
  padding: 30px;
  line-height: 1.2em;
  font-size: 12pt;
}

.title {
  color: rgb(84, 170, 255);
  font-size: 20pt;
  margin-bottom: 20px;
  font-family: "Trebuchet MS", helvetica, sans serif;
}

.mafbox-top-left {
  background-image: url('images/box/mafbox-top-left.png');
  width: 25px;
  height: 25px;
}

.mafbox-top {
  background-image: url('images/box/mafbox-top-center.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-color: white;
  height: 25px;
}

.mafbox-top-right {
  background-image: url('images/box/mafbox-top-right.png');
  width: 25px;
  height: 25px;
}

.mafbox-left {
  background-image: url('images/box/mafbox-left.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: white;
  width: 25px;
}

.mafbox-center {
  background-color: white;
}

.mafbox-right {
  background-image: url('images/box/mafbox-right.png');
  width: 25px;
  background-repeat: repeat-y;
}

.mafbox-bottom-left {
  background-image: url('images/box/mafbox-bottom-left.png');
  width: 25px;
  height: 25px;
}

.mafbox-bottom {
  background-image: url('images/box/mafbox-bottom-center.png');
  background-repeat: repeat-x;
  background-position: top right;
  height: 25px;
}

.mafbox-bottom-right {
  background-image: url('images/box/mafbox-bottom-right.png');
  width: 25px;
  height: 25px;
}

.hspace {
  margin-bottom: 8px;
}

.pt-box-left {
  height: 527px;
  width: 399px;
  background-image: url("images/leftbg.png");
  float: left;
}

.contact-us-input {
  font-size: 12pt;
  border: 1px solid black;
  padding: 5px;
}

.pt-box-right {
  height: 527px;
  width: 399px;
  background-image: url("images/rightbg.png");
  float: right;
}

.pt-inner-box {
  font-size: 8pt;
  line-height: 1.5em;
  margin: 20px;
}

.icon-ok{
  border:solid 1px #90ac13; 
  background:#eef4d3 url("images/icon-check.png") 8px 6px no-repeat;
  color:#6b800d;
  font-weight:bold;
  padding:4px;
  text-align:center;
}

.icon-error{
  border:solid 1px #CC0000; 
  background:#F7CBCA url("images/icon-cross.png") 8px 6px no-repeat;
  color:#CC0000;
  font-weight:bold;
  padding:4px;
  text-align:center;
}

.instructor-box {
  height: 346px;
  width: 289px;
  font-size: 8pt;
  line-height: 1.5em;
  background-image: url("images/instructor-frame.png");
}

.upcoming-title {
  font-size: 10pt;
  font-weight: bold;
  color: rgb(122, 193, 65);
}

.upcoming-desc {
  font-size: 8pt;
  line-height: 1.5em;
  margin: 0 10px;
}

.classes-desc {
  font-size: 10pt;
  line-height: 1.25em;
}

.testimonial-desc {
  font-size: 10pt;
  line-height: 1.5em;
  margin: 0 10px;
}

.blog-title {
  font-size: 14pt;
  font-weight: bold;
  color: rgb(122, 193, 65);
}

.blog-details {
  font-size: 9pt;
  margin-left: 10px;
}

.blog-entry {
  font-size: 10pt;
  margin-bottom: 2.5em;
}

.contact-info {
  font-size: 8pt;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.instructor-box2 {
  font-size: 8pt;
  line-height: 1.5em;
}

.instructor-content {
  padding: 20px;
}

.testimonial-title {
  color: rgb(84, 170, 255);
  font-size: 12pt;
  font-weight: bold;
}

.testimonial-tease {
  font-size: 10pt;
  line-height: 1.75em;
  margin: 5px 15px 15px 15px;
  font-style: italic;
}

.testimonial-more {
  text-align: center;
  font-size: 10pt;
}

.instructor-contact {
  margin-bottom: 10px;
}

.instructor-bio {
  text-align: left;
}

.testimonial-content {
  font-size: 10pt;
}

.testimonial-sig {
  padding-top: 10px;
  font-style: italic;
  color: rgb(84, 170, 255);
}

.copyright {
  text-align: center;
  font-size: 8pt;
  color: gray;
  margin-bottom: 20px;
}
