


      body {
	 background-color: #516B09;
	 font-family: Tahoma;
	 letter-spacing: 1px;
	 font-size: 90%;
	 text-align: center;
	 margin: 0px; padding: 0px;
      }

      h1 {
	 font-weight: normal;
      }

      h3 {
	 font-weight: normal;
	 font-size: 140%;
      }

      h4 {
	 font-size: 130%;
      }

      a {
	 font-weight: bold;
	 color: #F05100;
      }

      td { width: 140px; }

      img {
	 border: 2px solid white;
      }

      .nav a {
	 font-weight: normal;
	 color: white;
	 text-decoration: none;
      }

      .active-nav a {
	 color: #FEE57C;
	 text-decoration: none;
      }

      #i-body {
	 width: 796px;
	 text-align: left;
	 margin: 0px; padding: 0px;
      }

      #banner1 {
	 width: 796px;
	 height: 142px;
	 background-color: white;

	 /*
	 background-image: url('../img/banner1.png' );
	 background-repeat: no-repeat;
	 */
      }

      #banner1 img {
	 border: 0px;
      }

      #i-navigation {
	 width: 796px;
	 color: white;
	 padding-left: 40px;
	 padding-top: 3px;
	 padding-bottom: 3px;
      }

      #banner2 {
	 width: 796px;
	 height: 137px;
	 background-image: url( '../img/banner2.jpg' );
      }

      #i-content {
	 width: 796px;
	 height: 609px;
	 background-image: url( '../img/bg.jpg' );
      }

      #i-content-INNER {
	 width: 796px;
	 height: 609px;
	 position: relative;
      }

      #i-content-RIGHT {
	 position: absolute;
	 left: 203px; top: 24px;
	 width: 569px; height: 552px;
	 overflow: auto;
	 text-align: justify;
iborder: 1px solid white;
      }

      #i-content-RIGHT-INNER {
	 margin-right: 10px;
      }

      #i-content-RIGHT img {
	 margin-left: 16px; margin-bottom: 16px;
      }

      #left-coll {
	 position: absolute;
	 left: 0px; top: 3px;
	 width: 165px; height: 447px;
	 text-align: center;
	 font-size: 70%;
	 /*.font-size: 80%;*/
      }

      #left-coll-bg {
	 width: 165px; height: 447px;
	 background-image: url( '../img/i-green.jpg' );
      }

      #contact {
	 position: absolute;
	 left: 0px; top: 422px; /*450px;*/
	 width: 165px; height: 180px;
	 font-size: 85%;
	 /*overflow: auto;*/
      }

      .contact-block {
	 margin: 4px;
	 margin-top: 6px;
	 border-top: 2px solid #516B09;
	 padding: 3px;
	 padding-top: 6px;
      }

      #copyright {
	 position: absolute;
	 left: 201px; top: 582px;
	 font-size: 85%;
      }

      .h {
	 display: none;
      }

