body
{
background: #F4DC84;
background-image: url(images/lite_bg.jpg);
margin-top: 0px;
FONT-FAMILY: Verdana,Arial,Geneva,Helvetica,sans-serif;
COLOR: #996600;
font-size: 10pt;
}
a:link    { color:#996600; text-decoration : underline; }
a:visited { color:#996600; text-decoration : underline; }
a:active  { color:#996600; text-decoration : underline; }
a:hover   { color:#F4DC84; text-decoration : none; }

.dark_bg
{
  background: #996600;
}
.main_section_bg
{
  background: #E9C04A;
  background-image: url(images/main_bg.jpg);
}
.fullphoto_main_section_bg
{
  background-image: url(images/fullphoto_bg.jpg);
}
.fullphoto_lower_bg
{
  background-image: url(images/fullphoto_lower_bg.jpg);
}

.left_bg
{
  background: #E9C04A;
  background-image: url(images/left_lower_bg.jpg);
}
.lower_left_bg
{
  background:#E9C04A;
  background-image: url(images/left_lower_bg.jpg);
}
.main_lower_bg
{
  background: #996600;
  background-image: url(images/main_lower_bg.jpg);
}
.main_area
{
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.about_txt_tbl
{
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.section_header
{
  font-size: 12pt;
  font-weight: bold;
}
.underline
{
  text-decoration: underline;
}
.bold
{
  font-weight: bold;
}
.label
{
  font-weight: bold;
}
.form_tbl
{
  border: 1px solid #996600;
}
.form_field {
  border: 1px solid #996600;
  background: #ffffff;
}
.form_btn {
  border: 1px solid #996600;
  background: #F4DC84;
  color:#996600;
}
.white{
  color: #ffffff;
}
.footer	
{
  color: #ffffff;
  font-size: 9pt;
}
.footer a:link    { color:#ffffff; text-decoration : underline; }
.footer a:visited { color:#ffffff; text-decoration : underline; }
.footer a:active  { color:#ffffff; text-decoration : none; }
.footer a:hover   { color:#666666; text-decoration : none; }

.promo
{
  color: #333333;
  font-size: 9pt;  
}
.promo a:link    { color:#333333; text-decoration : underline; }
.promo a:visited { color:#333333; text-decoration : underline; }
.promo a:active  { color:#333333; text-decoration : none; }
.promo a:hover   { color:#666666; text-decoration : none; }

