html, body
{
  height: 100%;
}
body
{
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image: url(images/bg_left.gif);
  background-repeat: repeat-y;
  background-position: top left;
}

.footer
{
  width: 100%;
  background-image: url(images/bg_footer.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #6D6D3A;
}

.footer a
{
  color: #6D6D3A;
}

#header
{
  float: left;
  width: 100%;
  background-image: url(images/bg_header.jpg);
  background-position: top left;
  background-repeat: repeat-x;
}

table.header
{
  background-image: url(images/bg_header.jpg);
  background-position: top left;
  background-repeat: repeat-x;
}

.footerText
{
  position: relative;
  top: -7px;
}

#content
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  line-height: 16px;
  color: #414141;
}

#content a
{
  font-weight: bold;
  color: #AB8100;
  text-decoration: underline;
}

#content a:hover
{
  font-weight: bold;
  color: #414141;
  text-decoration: underline;
}

/*-------TEXT--------*/
h1
{
  border-bottom: 3px double black;
  font-family: goudy, times, serif;
  font-size: 24px;
  padding-bottom: 6px;
}

h2
{
  font-size: 13px;
  margin: 25px 0 4px 0;
}

h3
{
  font-size: 11px;
  font-weight: bold;
  display: block;
  width: 100%;
  border-bottom: 1px solid #6D6D3A;
  margin: 25px 0 4px 0;
}

h4
{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman" , Times, serif;
  color: #6D6D3A;
  margin: 0;
}

.button a
{
  font-weight: bold;
  color: #6D6D3A;
  padding-left: 7px;
  background-image: url(images/link_arrow.gif);
  background-position: left;
  background-repeat: no-repeat;
}
.link a
{
  font-weight: bold;
  color: #6D6D3A;
  padding-left: 7px;
  background-image: url(images/link_arrow.gif);
  background-position: left;
  background-repeat: no-repeat;
}



#content .title
{
  padding-bottom: 10px;
}

.calloutsbottom
{
  border-bottom: 1px solid #6D6D3A;
  border-left: 1px solid #6D6D3A;
  border-right: 1px solid #6D6D3A;
  padding: 0px 10px 10px 10px;
  background-color: #D4AC3C;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #34341C;
}
.callouts
{
  background-image: url(images/bg_home_callout.gif);
  background-position: top left;
  background-repeat: repeat-x;
  border-top: 1px solid #6D6D3A;
  border-right: 1px solid #6D6D3A;
  border-left: 1px solid #6D6D3A;
  padding: 0px 10px 10px 10px;
  background-color: #D4AC3C;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #34341C;
}
#testimonial
{
  font-family: Georgia, "Times New Roman" , Times, serif;
  color: #F1F1C9;
  font-size: 10px;
  line-height: 14px;
  padding: 10px 19px 10px 18px;
}

.formField
{
  background: #FFFCD4;
  border: 1px solid #CECECE;
  border-top: 2px solid #B9B8B8;
  height: 15px;
  margin: 0 3px 4px 0;
}
.button2
{
  background: #837F48;
  padding: 2px 10px;
  border: 1px solid #B6B077;
  color: white;
  font-size: 13px;
  text-align: center;
}
.login
{
  font-family: Georgia, "Times New Roman" , Times, serif;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.contactInfo td
{
  padding: 0px;
  font-weight: bold; 
}

.textrequired
{
  font-weight: normal;
  font-style: italic;
}
.required
{
  font-weight: normal;
  font-style: italic;
  color: #FF0000;
}
.button3
{
  background: #837F48;
  padding: 2px 10px;
  border: 1px solid #B6B077;
  color: white;
  font-size: 13px;
}
/*
#container {
background-image: url(bg_left.gif);
background-position: top;
background-repeat: repeat-y;
}
*/