<!--
body {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
  color: black; 
	font-size: 13px; 
	line-height: 20px; 
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
  background-color: white;
  text-align: center;
}

#headerBkg {
  background-image: url("../images/bkg-header-inside.gif");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 181px;
}

#headerBkgAni {
  background-image: url("../images/bkg-header-home-ani.gif");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 69px;
}

#header {
  width: 736px;
  height: 181px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}

#footerBkg {
  background-color: #7094B7;
  width: 100%;
  height: 38px;
  line-height: 10px;
  border-top: 3px solid white;
}

#footer {
  width: 736px;
  height: 38px;
  margin-right: auto;
  margin-left: auto;
  background-color: #369;
}

#footer p {
  font-size: 10px;
  line-height: 12px;
  padding: 12px 0 0 0;
  margin: 0 0 0 0;
  color: white;
}

#contentBkg {
  background-image: url("../images/bkg-content.gif");
  background-position: center;
  background-repeat: repeat-y;
  width: 100%;
  border-top: 3px solid white;
  text-align: center;
}

#contentHomeMiddle {
  background-image: url("../images/bkg-middle-home.gif");
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
  height: 204px;
}

#contentHomeMiddleAni {
  background-image: url("../images/bkg-middle-home2.gif");
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
}

#contentHomeBottom {
  background-image: url("../images/bkg-bottom-home.gif");
  background-position: top center;
  background-repeat: repeat-y;
  width: 100%;
  text-align: center;
}

table.content {
  width: 736px;
  margin-left: auto;
  margin-right: auto;
}

td.nav {
  width: 207px;
  background: #59B5B2;
  vertical-align: top;
}

td.nav img {
  margin: 15px 0 0 0;
  padding: 0 0 0 0;
  display: block;
}

td.copy {
  width: 526px;
  background: #F4D781;
  vertical-align: top;
  padding: 0 0 40px 0;
  padding: 0 0 0px 0;
}

td.homecopy {
  background: #F4D781;
  vertical-align: top;
  width:331px;
  border-top:3px solid white;
  padding: 0 0 30px 0;
}

td.homecopy h1 {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  color: #F8823C;
  text-transform: uppercase;
  font-size: 16px;
  margin: 20px 0 0 20px;
}

td.homecopy p {
  margin: 12px 15px 0 20px;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

td.testimonial {
  width: 195px;
  background-image: url("../images/bkg-testimonial.jpg");
  background-repeat: repeat-y;
  border-top: 3px solid white;
  vertical-align: top
}

td.testimonial p {
  margin: 12px 20px 0 16px;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

td.line {
  width: 3px;
  background: white;
}

td.copy h1 {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  color: #369;
  text-transform: uppercase;
  font-size: 18px;
  margin: 20px 0 0 20px;
}

td.copy h1.top {
  margin-top: 0;
}

td.copy h2 {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  color: #369;
  font-size: 14px;
  margin: 15px 0 0 20px;
}

td.copy h3 {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  color: #369;
  font-size: 14px;
  margin: 15px 0 0 20px;
}

td.copy p {
  margin: 12px 50px 0 20px;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

td.copy p.top {
  margin-top: 0;
}

td.copy dl {
  margin: 10px 0 20px 20px;	
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 11px; 
  line-height: 15px;
}

td.copy dl.contact {
  font-size: 13px; 
  line-height: 16px;
}

td.copy dt {
  color: #369;
  font-weight: bold;
  width: 55px;
  float: left;
  margin-bottom: 4px;
}
 
td.copy dd {
  width: 300px;
  margin-left: 60px;
  margin-bottom: 4px;
 }

-->