body  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #003300;
  margin: 5px 0;
  }
  
h1 {
  color: #030;
  font-size: 30px;
  text-align: center;
  }
  
h2 {
  font-size: 18px;
  text-align: center;
  }

h3 {
  color: #030;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  }
  
h4 {
  color: #030;
  font-size: 16px;
  text-align: center
  }
  
#container   {
  font-size: 10px;
  background-color: #ffffff;
  text-align: left;
  padding: 12px;
  width: 770px;
  height: auto;
  min-height: 500px;
  margin-top: 1px;
  }

#container td {
  font-size: 10px;
  }
  
.adminArea {
  border: double 5px #f00;
  }
  
.agent {
  border: solid 5px #030;
  }

.calc {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

.calc input {
  font-size: 12px;
  background-color: #efe;
  text-align: right;
  border: solid 1px #030;
  }

.editorActive  {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  }
  
.finePrint {
  font-size: 10px;
  }

.openHouse {
  width: 700px;
  margin-left: 35px;
  }

.openHouse h2 {
  text-align: center;
  padding-top: 15px;
  }

.openHouse img {
  border: solid 5px #030;
  }

.specialCopy {
  font-size: 12px;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: ridge 5px #030;
  }

.photo {
  border: solid 3px #030;
  }
  
.photoLink {
  cursor: pointer;
  border: solid 3px #030;
  }
 
#disclaimer {
  font-size: 9px;
  font-family: Verdana;
  font-weight: bold;
  margin-right: 40px;
  margin-left: 40px;
  }
  
/*****************/  
/* Header Styles */
/*****************/

#header  {
  background-color: #030;
  width: 770px;
  height: 113px;
  }
  
#logo {
  width: 250px;
  float: left;
  }
  
#top  {
  color: #ffffff;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #003300;
  width: 520px;
  height: 95px;
  float: left;
  }
  
#top p {
  line-height: 14px;
  margin-top: 5px;
  }
  
#top .address {
  line-height: 14px;
  margin-top: 5px;
  }
  
#top .phone {
  line-height: 14px;
  margin-top: 5px;
  }
  
#top .needs {
  font-size: 15px;
  font-style: italic;
  margin-top: 7px;
  }
  
/*********************/  
/* Navigation Styles */
/*********************/ 


#nav  {
  background-color: #003300;
  }
  
.navL {
  background-image: url(../images/sm_tab_l.gif);
  background-repeat: no-repeat;
  width: 16px;
  height: 18px;
  float: left;
  }
  
.navC {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-image: url(../images/sm_tab_c.gif);
  background-repeat: repeat-x;
  z-index: 5;
  height: 18px;
  float: left;
  }
  
.navC a {
  color: #030;
  text-decoration: none;
  position: relative;
  top: 3px;
  }
  
.navC a:hover {
  color: #000;
  text-decoration: underline;
  position: relative;
  top: 3px;
  }
  
.navR {
  background-image: url(../images/sm_tab_r.gif);
  background-repeat: no-repeat;
  width: 12px;
  height: 18px;
  float: left;
  }
  
.navLcurrent {
  background-image: url(../images/sm_tab_l.gif);
  background-repeat: no-repeat;
  border-bottom: 1px solid #ffffff;
  width: 16px;
  height: 18px;
  float: left;
  }
  
.navCcurrent {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-image: url(../images/sm_tab_c.gif);
  background-repeat: repeat-x;
  border-bottom: 3px solid #ffffff;
  z-index: 5;
  height: 12px;
  float: left;
  padding-top: 4px;
  }
  
.navCcurrent a {
  border-bottom: 1px solid #ffffff;
  color: #030;
  text-decoration: none;
  position: relative;
  top: 3px;
  }
  
.navCcurrent a:hover {
  border-bottom: 1px solid #ffffff;
  color: #000;
  text-decoration: none;
  position: relative;
  top: 3px;
  }
  
.navRcurrent {
  background-image: url(../images/sm_tab_r.gif);
  background-repeat: no-repeat;
  border-bottom: 1px solid #ffffff;
  width: 12px;
  height: 18px;
  float: left;
  }

/*****************/   
/* Footer Styles */
/*****************/ 

#bottom {
  color: white;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  }

#host {
  color: white;
  font-size: 10px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
  }

#host a:link {
  color: white;
  text-decoration: none;
  }

#host a:visited{
  color: white;
  text-decoration: none;
  }

#host a:hover {
  color: yellow;
  text-decoration: underline;
  }

#host a:active {
  color: white;
  text-decoration: none;
  }

#viewer  {
  display: none;
  width: 740px;
  clear: both;
  border: solid 4px black;
  }

#disclaimer {
  text-align: center;
  font-size: 10px;
  display: block;
  width: 740px;
  }    