
<style>
html, body, div, span, table, tr, td, img, li, ul, h1, h2, h3, p {
  margin: 0px; padding: 0px; border: 0px; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

#body_tag {
  margin: 0px;
  font: 10px Verdana, Helvectica, Arial, sans-serif;
  background-color: #ABA490;
  }



/* HEADER */
#header {
  width: 1000px;
  height: 180px;
  background: url("../images/style/head_bg.png") white no-repeat 105% 0%;
  }

#logo {
  float: left;
  width: 373px;
  height: 180px;
  background: url("../images/style/logo_bg.png") transparent no-repeat left;
  text-indent: -5000px;
  cursor: pointer;
  }

#head_contact {
  padding-top: 120px;
  margin-left: 30px;
  }
  #head_contact p {
    margin: 0px;
    padding-top: 8px;
    padding-right: 8px;
    border-top: 2px solid #193A2F;
    background-color: white;
    font-size: 11px;
    color: #595347;
    text-align: right;
    }
/* END HEADER */



/* CONTENT */
#content {
  margin-top: 0px;
  margin-left: 230px;
  background-color: white;
  width: 770px;
  min-height: 500px;
  }
  #content h3 {
    font: bold 24px "Book Antiqua", Times New Roman, serif;
    color: #193A2F;
    margin: 0px;
    padding: 15px 50px 5px 30px;
    }

  #content h4 {
    font-weight: bold;
    font-size: 16px;
    color: #595347;
    margin: 0px;
    padding: 15px 50px 0px 30px;
    }

  #content h5 {
    font-weight: bold;
    font-size: 13px;
    color: black;
    margin: 0px;
    padding: 20px 50px 0px 30px;
    text-transform : uppercase;
    }

  #content p {
    margin: 0px;
    padding: 10px 50px 5px 50px;
    font-size: 12px;
    line-height: 150%;
    }
    /*#content p:last-child {
      margin: 0px 50px;
      padding: 10px 0px 25px 0px;
      border-bottom: 2px dotted #595347;
      }*/

  #content a {
    color: #266B1F;
    text-decoration: none;
    }
    #content a img { border: 0px; }
    #content a:hover { text-decoration: underline; }

  #content ol, ul {
    margin: 0px;
    padding: 7px 130px 7px 90px;
    font-size: 12px;
    }
	
  #content dl {
    margin: 0px;
	padding: 10px 50px 5px 50px;
   /* padding: 7px 130px 7px 90px; */
    font-size: 12px;
    }

  #content li { padding: 5px 0px; }

#breadcrumbs {
  padding: 15px 50px 2px 30px;
  margin: 0px;
  font-size: 11px;
  }

#content .centered {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  }
#content .bigger { font-size: 14px; }
.green { color: #266B1F; }

.center_img {
  padding: 15px 0px 3px;
  text-align: center;
  }

.left_img {
  position: absolute;
  top: 510px;
  left: 260px;
  }

.right_img {
  float: right;
  margin: 10px 30px 10px 15px;
  }

.back_top {
  float: right;
  margin-top: 15px;
  padding-right: 30px;
  }

.sponsor_table td { text-align: centered; }
/* END CONTENT */



/* MENU */
#menu {
  position: absolute;
  left: 0px;
  top: 180px;
  width: 230px;
  background: url("../images/style/menu_bg.jpg") #ABA490 repeat-x top;
  }
  #menu p {
    margin: 0px;
    cursor: pointer;
    font-weight: bold;
    font-family: "Book Antiqua", Times New Roman, serif;
    }
  #menu a:hover { text-decoration: none; }

#menu_body, #menu_top, #menu_bottom {
  margin-left: 45px;
  background-color: #193A2F;
  }

#menu_top {
  margin-top: 15px;
  height: 15px;
  background: url("../images/style/menu_top_bg.jpg") #193A2F no-repeat top left;
  }

#menu_bottom {
  height: 15px;
  background: url("../images/style/menu_bottom_bg.jpg") #193A2F no-repeat bottom left;
  }

.first_menu {
  font-size: 16px;
  color: #E0D9C6;
  padding: 5px 6px 4px 14px;
  border-bottom: 1px solid #193A2F;
  }
  .first_menu a { color: #E0D9C6; }

.second_menu {
  font-size: 13px;
  color: #193A2F;
  background-color: #E0D9C6;
  padding: 2px 6px 2px 13px;
  border-bottom: 1px solid #193A2F;
  border-left: 1px solid #193A2F;
  }
  .second_menu a { color: #193A2F;; }

.h { background-color: #9DBD9D; }
.i { background-color: #266B1F; }
/* END MENU */


/* FOOTER */
#content_cap {
  margin-left: 230px;
  width: 770px;
  height: 15px;
  background: url("../images/style/content_right_bg.jpg") white no-repeat bottom right;
  }

#cc_left {
  float: left;
  height: 15px;
  background: url("../images/style/content_left_bg.jpg") white no-repeat bottom left;
  }

#ft, #ftl, #fb, #fbl {
  height: 6px;
  font-size: 2px;
  }

#ft {
  margin-top: 10px;
  margin-left: 230px;
  width: 770px;
  background: url("../images/style/footer_tr_bg.jpg") #D8D5CC no-repeat top right;
  }

#ftl {
  float: left;
  background: url("../images/style/footer_tl_bg.jpg") #D8D5CC no-repeat top left;
  }

#footer {
  margin-left: 230px;
  color: #595347;;
  text-align: center;
  width: 770px;
  background-color: #D8D5CC;
  }

#footer p {
  margin: 0px;
  padding: 0px;
  }

#footer a { color: #595347; }

a#atc { color: #266B1F; }

#fb {
  margin-left: 230px;
  margin-bottom: 35px;
  width: 770px;
  background: url("../images/style/footer_br_bg.jpg") #D8D5CC no-repeat bottom right;
  }

#fbl {
  float: left;
  background: url("../images/style/footer_bl_bg.jpg") #D8D5CC no-repeat bottom left;
  }
/* END FOOTER */


/* IMAGE VIEWER */
#r_col {
  float: right;
  padding: 10px 28px 0px 20px;
  }

.img_shade {
  padding: 0px 15px 15px 0px;
  background: url("../images/style/thumb_shadow_bg.png") transparent no-repeat 20% 20%;
  }
  .img_shade img {
    padding: 3px;
    border: 1px solid #595347;
    height: 120px;
    width: 180px;
    background-color: white;
    cursor: pointer;
    }

#gallery {
  height: 150px;
  width: 700px;
  margin-left: 70px;
  }
  #gallery span {
    display: inline-block;
    vertical-align: top;
    width: 188px;
    height: 128px;
    padding: 0px 25px 15px 0px;
    background: url("../images/style/thumb_shadow_bg.png") transparent no-repeat 20% 20%;
    }
  #gallery img {
    padding: 3px;
    border: 1px solid #595347;
    height: 120px;
    width: 180px;
    background-color: white;
    cursor: pointer;
    }

#shade {
  position: absolute;
  visibility: hidden;
  background: black;
  left: 0px;
  top: -2000px;
  z-index: 10;
  opacity: 0.50;
  filter: alpha( opacity = 50 );
  }

#image_view {
  border: 1px solid black;
  position: absolute;
  visibility: hidden;
  background: #ABA490;
  margin: 0px auto;
  left: 0px;
  top: -2000px;
  z-index: 20;
  }

#closer {
  text-align: right;
  margin: 10px 10px 4px 10px;
  }

#closer_button { font-size: 11px; }

#main_screen_div { margin: 4px 10px; }

#main_screen {
  border: 0px;
  cursor: pointer;
  }

#caption {
  text-align: left;
  font-size: 13px;
  margin: 5px 10px 10px 10px;
  }
/* END IMAGE VIEWER */
</style>