.header {
  color: #000000;
  font-weight: bold;
  font-family: arial,verdana;
  font-size: 18px;
}

.large, .ART_content, .FORM_Intro {
  font-family: verdana,arial;
  font-size: 12px;
}

.largeB, .ART_title {
  font-weight: bold;
  font-family: verdana,arial;
  font-size: 12px;
}

.medium, .formboxes {
  font-family: verdana,arial;
  font-size: 11px;
}

.small, .FORM_Choice {
  font-family: verdana,arial;
  font-size: 10px;
}

.smallB, .FORM_Question {
  font-weight: bold;
  font-family: verdana,arial;
  font-size: 10px;
}

.xsmall {
  font-family: verdana,arial;
  font-size: 9px;
}

/*--------------------------Developer's CSS------------------------------------*/

html { 
  padding: 0px; 
  margin: 0px 0px 0px 0px;
}

body {
  background-color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #2D1B13;
  line-height: 20px;
  margin: 0px 0px 0px 0px;
}

a:link, a:active, a:visited {
  background-color: transparent;
  text-decoration: underline;
  color: #2D1B13;
}

a:hover {
  background-color: transparent;
  color: #076324;
  text-decoration: underline;  
}

#container {
  width: 100%;
  height: auto; 
}

#header_container {
  width: 100%;
  height: 155px;
  background-color: #076324; 
}

#index td {
  align: center;
  font-variant: small-caps;
  font-weight: bold;
}

#logo {
  width: 305px;
  height: 155px;
  display: inline;  
}

#header_right {
  width: 470px;
  height: 155px;
  display: inline;  
}

#nav_container {
  width: 100%;
  height: 38px;
  background-image: url(../framework/nav-back-repeat.jpg);
  background-repeat: repeat-x;
}

#bottom_nav_container {
  width: 100%;
  background-color: #FFFFFF;
}

#bottom_nav_holder {
  width: 775px;
  text-align: right;
}

#content_container {
  width: 100%;
  background-color: #FFFFFF;
}

#content_holder {
  width: 775px;
  margin-top: 0px;
  padding-top: 0px;
}

#inside_content_holder {
  width: 775px;
  margin-top: 0px;
  padding-top: 0px;
  text-align: left;
  padding-bottom: 10px;
}

#inside_content_holder h1 {
  font-size: 160%;
  font-family: Verdana, Helvetica, sans-serif;
  margin-top: 0px;
  padding-top: 0px;
  color: #076324;
}

#clear {
  clear: both;
}

#content_left {
  width: 492px;
  float: left;
}

#content_left_holder {
  padding-left: 0px;
  padding-right: 25px;
  text-align: left;
  margin-bottom: 10px;
}

#content_left_holder h1 {
  font-size: 160%;
  font-weight: bold;
  margin-top: 0px;
  padding-top: 0px;
  color: #076324;
}

#content_right {
  width: 283px;
  float: right;
  margin-top: 25px;
}

#special_item_header {
  width: 283px;
  height: 11px;
  float: left;
  display: block;
  background-image: url(../framework/specials_header.jpg);
  background-repeat: no-repeat;

}

#special_item_content{
  width: 283px;
  height: auto;
  float: left;
  background-image: url(../framework/specials_repeat.jpg);
  background-repeat: repeat-y;
}

#special_item_holder{
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

#special_item_holder p {
  color: #ffffff;
  line-height: 16px;
}

#special_item_holder p strong {
  font-size: 14px;
  color: #ffffff;
}

#special_item_holder a {
  color: #B6B6B6;
}

#special_item_holder a:hover {
  color: #ffffff;
  background-color: none:
  text-decoration: none;
}

#special_item_footer{
  width: 283px;
  height: 10px;
  float: left;
  display: block;
  background-image: url(../framework/specials_footer.jpg);
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

#footer_container {
  width: 100%;
  background-image: url(../framework/footer-back-repeat.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #000000;
}

#footer_holder {
  width: 775px;
  padding-top: 10px;
  text-align: center;
  font-size: 85%;
  color: #FFFFFF;
  line-height: 20px;
}

#footer_holder a:link, #footer_holder a:active, #footer_holder a:visited {
  background-color: transparent;
  text-decoration: underline;
  color: #b6b6b6;
}

#footer_holder a:hover {
  background-color: #transparent;
  color: #ffffff;
  text-decoration: underline;
}