/* Copyright 2002 Johnson Software Company. All rights reserved. */
/* Author: Daryl K. Johnson, JSC                                 */
/*                                                               */
/* ------------------------------------------------------------- */

BODY {

   background-image: background.gif
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-color: #90B763;
   background-position: top left;
   
  
  scrollbar-face-color: #5D7FA0;     /* Top part of scrollbar ACB5B5  62719c */
   MARGIN: 7px 10px 0px; 
   scrollbar-3dlight-color: #62719c; 
   scrollbar-arrow-color: #4fc347;
   scrollbar-base-color: #4fc347;
   TOP: 5px;

   scrollbar-highlight-color: #EDEDED;
   scrollbar-darkshadow-color:#1C3737;
   scrollbar-shadow-color:#285151;
   scrollbar-track-color: #B1B9FF;  
}






/*
  Border and padding is added in the divisions for consistency in browsers.
  The div.logo defines style for the section between the <div class="logo"> and </div> tags in the XHTML
  code, and is specific only to this division. The margin, padding and border definitions are to provide
  consistency from browser to browser, and need to be present for interoperability. 
   this is the division to hold the logo image and h1 text 
  <div class="logo"> 
       <p class="image"> 
             <img width="250" height="50" src="logo.gif" alt= "[gif image of a Test Image with swirly background]" />  
       </p> 
  </div>
                                 
 */

              
                         
a {text-decoration: underline}
   
p  {color: black;
   font-weight: normal;
   font-size: 11pt;
   font-family: Arial,Verdana, "Lucida Bright", Georgia, Modern,  Rockwell, "Lucida Handwriting", times, serif, sans-serif;  

   margin-top: 0px;   
   margin-bottom: 14px;
   margin-left: 4px;
   margin-right: 4px;   
}

