/* For VHT index.html */
/* 11/21/11 added image_left and _right */
/* 10/21/11 added autosize */
/* 10/31/09 readjusted column widths */
/* 10/1/09 separated from html */

 .rs p:first-letter {margin-left:-1em}
 .rs p {margin-top:0px;  margin-bottom:0px;  margin-left:1em}
 .rs ul {padding-left:1em}
 .rs li {margin-top:0px;  margin-bottom:0px;  margin-left:0px}
 .minor {margin-top:3px;  margin-bottom:0px}
 body { background-image: url("images/backgrnd.gif")}
 .sponsor {border:2px solid green}

 div.autosize { display: table; width: 1px; }
 div.autosize > div { display: table-cell; }

 .image_left {
   float: left;
   padding-right: 2em;
   padding-bottom: 5px;
   max-width: 100%;
 }

 .image_right {
   float: right;
   padding-left: 2em;
   padding-bottom: 5px;
   max-width: 100%;
 }

 .centered {
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
  }

 .logo {
   position: absolute;
   top: 20px;
   left:20px;
 }
 .contact_us {
   position: absolute;
   color: #000000;
   background-color: #ffff00;
   top: 210px;
   left: 20px;
   width: 173px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   cursor: pointer;
 }
 .paypal {
   position: absolute;
   top: 250px;
   left: 20px;
   width: 173px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   margin-bottom: 1em;
 }
 .top {
   height: 300px;
 }
 .date {
   position: absolute;
   top: 20px;
   right:20px;
 }
 .tov {
   position: absolute;
   top: 20px;
   right:20px;
 }
 .top_middle {
   position: absolute;
   top: 0px;
   left: 200px;
   width: 50%;
   text-align: center;
 }
 .nobul {
   list-style:none
 }
 .main {
   position: absolute;
   top: 300px;
   left: 22%;
   width: 76%;
 }
 .left {
   position: absolute;
   left: 1%;
   top: 300px;
   width: 20%;
 }
 .footer {
   position: relative;
   left: -21%;
   width: 120%;
 }
 .clear_both {
   clear: both
 }
 .robo_trol {
   display: none;
   visibility: hidden;
 }

