
/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:1;}

  p, address, li, h1, h2, h3 {font-family: Verdana, Arial, Helvetica, "Sans Serif";}
  p, li, address {font-size:11px}
  p.lgb {color:#6b8740; text-align:center; margin:0px; padding:3px; font-weight:bold}
  .center {text-align:center}
  .right {text-align:right}
  .float_right {float:right; text-align:center;}
  div.title {background: #6b8740 url(images/title_bg.jpg) no-repeat right; 
  height:93px; width:680px; color:#ffffff; padding:10px; border: solid 1px #5f6c4c; margin:4px;
   filter:alpha(opacity=87);
               opacity:0.87; 
               -moz-opacity:0.87;}
    

   div.central_boxes_small {background: #6b8740; text-align:left;
   /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
  /* for Mozilla */
  -moz-opacity:1.0;
 width:280px; color:#ffffff; padding:10px; border: solid 1px #5f6c4c; margin:10px}        
  
  div.central_page {background: #6b8740; 
   /* for IE */
  filter:alpha(opacity=87);
  /* CSS3 standard */
  opacity:0.87;
  /* for Mozilla */
  -moz-opacity:0.87;
 width:680px; color:#ffffff; padding:10px; border: solid 1px #5f6c4c; margin:4px}
  
  h1 {font-size:34px; padding:0px; display:inline; margin: 0px}
  h2 {font-size:16px; padding:0px; display:inline; margin:0px}
  h3 {font-size:16px}

  
  div.no_fade {text-align:left;
               filter:alpha(opacity=100);
               opacity:1.0; 
               -moz-opacity:1.0;}
               
                 div.side_box {float:right; text-align:left; background: #6b8740;
               filter:alpha(opacity=100);
               opacity:1.0; 
               -moz-opacity:1.0; padding:5px; 
                margin:4px 4px 10px 10px;
                width:220px;  border: solid 1px #5f6c4c; clear:right;}
                
  .float_clear_right {clear:right; float:right;
                margin:4px 4px 10px 10px;}              
               
    a {font-weight:bold}
    a:link {color:#ffffff}
    a:visited {color:#cccccc}
    a:hover {color:#00ff00}
    a:active {color:#ff0000}
    .red {color:#ff0000}
    a img {border:none}
               
