html { scrollbar-track-color: #5C7B2C;
       scrollbar-base-color: #5C7B2C;
       scrollbar-arrow-color: #ffffff; }

body { background-color: #BDD485;
       background-position: top right;
       background-image: url('bg.png');
       background-repeat: repeat;
       background-attachment: fixed;
       direction: rtl;
       margin: 0px 0px; }

#top { background-image: url('bgtop.jpg');
       background-position: top right;
       background-repeat: repeat-x;
       position: absolute;
       right: 0px;
       top: 0px;
       z-index: 1;
       width: 100%;
       height: 234px; }

#main { background-image: url('mainbg.png');
        background-position: top right;
        background-repeat: repeat-x;
        position: absolute;
        right: 0px;
        top: 234px;
        z-index: 1;
        width: 100%;
        height: 233px; }

#bottom { background-image: url('bgbottom.png');
          background-position: top right;
          background-repeat: repeat-x;
          position: absolute;
          right: 0px;
          top: 467px;
          z-index: 1;
          width: 100%;
          height: 37px; }

a { text-decoration: none;
    font-weight: bold;
    color: #ffffff; }

a:hover { text-decoration: none;
          border-style: solid;
          border-top-width: 0px;
          border-bottom-width: 1px;
          border-right-width: 0px;
          border-left-width: 0px;
          border-color: #5C7B2C; }

img { border-color: #5C7B2C; }

#text { position: absolute;
        right: 0px;
        top: 234px;
        z-index: 2;
        overflow: auto;
        width: 730px;
        height: 222px;
        padding: 5px;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        text-align: justify;
        color: #5C7B2C;
        direction: ltr; }

td { font-family: trebuchet ms,verdana,arial,helvetica;
     font-size: 12px;
     text-align: justify;
     color: #5C7B2C; }

option,textarea,input { font-family: trebuchet ms,verdana,arial,helvetica;
                        font-size 12px;
                        color: #ffffff;
                        border-color: #61802D;
                        background-color: #91AE34; }

input[type="text"] { font-family: trebuchet ms,verdana,arial,helvetica;
                     font-size 12px;
                     color: #ffffff;
                     border-color: #61802D;
                     background-color: #91AE34;
                     width: 300px; }
                     
input[type="password"] { font-family: trebuchet ms,verdana,arial,helvetica;
                         font-size 12px;
                         color: #ffffff;
                         border-color: #61802D;
                         background-color: #91AE34;
                         width: 130px; }
                     
.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 19px;
          font-weight: bold;
          letter-spacing: 3px; }

.disclaimer { font-size: 10px;
              text-align: center; }
              
.enth3_url { width: 300px; }
.enth3_name, .enth3_email { width: 200px; }
