BODY {
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #2B2B2B;
  background-image: url('images/bg.gif');
  background-repeat: repeat-x;
  background-position: top left;
  text-align: center;
}

DIV.borderbox {
  border: 2px solid #000000;
  width: 846px;
  margin: 0px auto;
  margin-top: 20px;
}

DIV.mainbox {
  width: 846px;
  margin: 0px auto;
	text-align: left;
	
	background-color: #FFFFFF;
  
}

DIV.topstrip {
  height: 15px;
  background-color: #4B4B4B;
}

DIV.iconholder {
  float: right;
  margin: 3px 4px 3px 2px;
}

DIV.contentbox {
  width: 846px;
  overflow: auto;
  background-image: url('images/bg_content.gif');
}

DIV.leftside {
  float: left;
  background-color: #000000;
  width: 198px;
}

DIV.rightside {
  float: right;
  background-color: #CCCCCC;
  width: 647px;
}

DIV.photoholder {
  width: 646px;
  overflow: auto;
  margin-left: 1px;
}

DIV.homehdrbar {
  background-color: #8E8E8E;
  height: 16px;
  margin-left: 1px;
}

DIV.hdrbar {
  background-color: #8E8E8E;
  margin-left: 1px;
  padding: 1px 10px 2px 10px;
  color: #CCCCCC;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}

DIV.contentarea {
  background-image: url('images/bg_contentarea.gif');
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 12px 40px 40px 15px;
  overflow: auto;
  text-align: center;
  vertical-align: middle;

}

DIV.nav {
  width: 198px;
  /*background-image: url('images/bg_nav.gif');
  background-repeat: repeat-y;*/
  background-color: #666666;
}

DIV.navpadding {
  padding: 12px 8px 12px 8px;
}

DIV.navlinkholder {
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #333333;
  padding-left: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
}

DIV.navlinkholder1 {
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  padding-left: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
}

A.navlink:link {
  color: #333333;
  text-decoration: none
}

A.navlink:visited {
  color: #333333;
  text-decoration: none;
}

A.navlink:hover {
  color: #0000FF;
  text-decoration: none;
}

DIV.flashholder {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

DIV.contactinfo {
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: bold;
  color: #7A7A7A;
}

DIV.contactinfo1 {
height: 85px; 
width: 150px;
padding-left: 646px; 
padding-top: 468px;
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: bold;
  color: #7A7A7A;
}

DIV.thumbnailholder {
  width: 100px;
  float: left;
  padding: 1px;
  margin-right: 20px;
  margin-bottom: 20px;
}

DIV.footer {
  margin: 0px auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 846px;
  overflow: auto;
}

DIV.footer_left {
  float: left;
  width: 198px;
  text-align: center;
}

DIV.footer_right {
  float: right;
  width: 447px;
  text-align: center;
  font-size: 10px;
}

A.bottomnavlink:link {
  color: #666666;
  text-decoration: none
}

A.bottomnavlink:visited {
  color: #666666;
  text-decoration: none;
}

A.bottomnavlink:hover {
  color: #FFFFFF;
  text-decoration: none;
}

DIV.copyright {
  margin-top: 10px;
  color: #999999;
}

A:link {
  color: #990000;
  text-decoration: underline;
}

A:visited {
  color: #990000;
  text-decoration: underline;
}

A:hover {
  color: #990000;
  text-decoration: none;
}

LI {
  margin-bottom: 5px;
}

DIV.ovardhr {
  font-size: 6px;
  border-bottom: 1px solid #8E8E8E;
  margin-bottom: 20px;
  margin-top: 10px;
}

DIV.contactfieldholder {
  width: 390px;
  overflow: auto;
  margin-bottom: 10px;
}

DIV.contactlabel {
  float: left;
  width: 100px;
}

DIV.contactfieldright {
  float: right;
}

DIV.submitholder {
  width: 390px;
  overflow: auto;
  margin-bottom: 10px;
  text-align: right;
}

DIV.errortext {
  border: 2px solid #0F1B2B;
  background-color: #9BBCCD;
  font-weight: bold;
  color: #660000;
  padding: 5px;
  text-align: center;
}

SPAN.star {
  font-weight: bold;
  color: #9BBCCD;
}

.contactfield {
  border: 1px solid #8E8E8E;
  color: #666666;
  font-size: 11px;
  padding: 5px;
}

.submit {
  border: 1px solid #8E8E8E;
  background-color: #8E8E8E;
  color: #FFFFFF;
  font-weight: bold;
}