/* 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, h4 {font-family: Verdana, Arial, Helvetica, "Sans Serif";}
  p, li, address {font-size:11px}
  p.lgb {color:#6b8740; 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_masters.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_page {background: #6b8740; 
   filter:alpha(opacity=87);
               opacity:0.87; 
               -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:Opx}
  h3 {font-size:15px;}
  h4 {font-size:13px; text-indent:20px}
  
  div.no_fade {text-align:left;
               filter:alpha(opacity=100);
               opacity:1.0; 
               -moz-opacity:1.0;}
               
    a {font-weight:bold}
    a:link {color:#ffffff}
    a:visited {color:#cccccc}
    a:hover {color:#00ff00}
    a:active {color:#ff0000}
    .red {color:#ff0000}

