body { background-color: #E2ECD3;
       color: #566425;
       background-image: url(images/bkg.jpg);
 font-family: Times New Roman, Arial; font-size: 22px;}
 html {
  scrollbar-base-color: #F4FAEB;
  scrollbar-track-color: #F4FAEB;
  scrollbar-face-color: #F4FAEB;
  scrollbar-highlight-color: #7E924A;
  scrollbar-3dlight-color: #7E924A;
  scrollbar-darkshadow-color: #7E924A;
  scrollbar-shadow-color: #7E924A;
  scrollbar-arrow-color: #7E924A;
  }
 a:link { color: #E9763E; text-decoration: none; }
 a:visited { color: #E9763E; text-decoration: none; }
 a:active { color: #E9763E; text-decoration: none; } 
 a:hover { color: #7E924A; text-decoration: none; }

 font.footer { font-size: 20px; color: #566425 } 
 font.title { font-size: 35px; color: #566425; }
 font.subtitle { font-size: 25px; color: #E9763E; }
 font.terms { font-size: 22px; color: #E9763E; }
 font.link { font-size: 15px; }
 font.date { font-size: 11px; }
 hr.rule { color: #566425; background-color: #566425; width: 600px; height: 2px; }
 hr.dash { color: #566425; background-color: #566425; width: 15px; height: 4px; }

  #bordered {
            border-left: 1px solid #7e924a;
            border-right: 1px solid #7e924a;
            }
  #main {
        width:610px;
        margin:0px auto;

        text-align: left;
        }