/* hf2.css */


             /* Page header style */

#header{
     position:fixed;
     top:0; left:0;
     width: 100%;height:50px;     
     background-color:#bedfc4;
     background-repeat: repeat;
     border-bottom: thick double #89ca9d;
     text-align:center;
     font-size:10px;
     z-index:+1;
}


          /* Page header ends here */









          /* Page footer style */


#footer{ 
     width: 100%;      
     background-color:#bedfc4;
     background-repeat: repeat;
     border-top: thick double #89ca9d;
     padding-top: 4px;
     clear: both; 
     
      }



         /* Page footer ends here */
        



         /* Style for main content column */


#main{
       margin: 1em;
       /* margin-left must equal */
       /* total width of left sidebar */
       margin-left: 15em;
       margin-top:6em;
       font-size:10px;
        
}



/* Make Background color yellow */

.hilite{
background-color:#fffdda;

}








p.dues{
          font-family:'Monotype Corsiva';
          font-size:20px;
          text-align:center;
          color:;
               
        
}

hr{
   background-color:#008000;height:3px;


}





  /* Style for main content column ends here */






          /* Style for sidebar column */


#sidebar{
           float: left;
           display: inline;
           padding: 0;
           margin: 1em;
           width:13em;
           margin-top:15em;          
           font-size:12px;
           
            /* Total width is 15em */


}





        /* Style for sidebar div background */


div.sbar{
         margin-top:10px;
         padding;10px;
         border:solid thin #87ceeb;
         background-color:#89ca9d; 
         font-weight:bold;
}




         /* Sidebar ends here */







       /* Body text and page background */



body{
     margin:0;
     padding:0;     
     font-family:'Arial Black',Gadget,sans-serif;
     font-size:10px;
     color: #008000;   /* green*/
     background-image:url("bkg/golfbag.gif");
}




        /* Body ends here */ 







      /* Style rule for level 1 headings */


h1{
   text-align:center;
   color: #008000;  /* green*/

}


      /* H1 ends here */








        /* Style rule for level 2 headings */

h2{
   text-align:center;
   color: #008000;  /* green*/

}



        /* H2 ends here */






* Float image to left of paragraph */


img.floatLeft{
   float: left;
   margin-right: 5px;
}

      /* Float image to right of paragraph */


img.floatRight{
   float: right;


}

      /* Float right  ends here */





       /* Center image between margins */


div.center{
   width: 100%;
   text-align: center;
   margin-top:10px;
}



      /* Center imags ends here */








      /* Top and side for teams */

td.top{
   border: solid 5px #89ca9d;
   padding: 10px;
   font-size:8px;
   background-color:#e0edc5;

}









       /* Style for team tables  */

table.teams{ 
   text-align:center;
   border-collapse:collapse;
   margin:auto;
   border:10px ridge #89ca9d;
   height:390px;
   background-color:#d5e9d7;   
   }




       /* Style for "td" for team table*/

td.te{ 
   border: solid 5px #89ca9d;
   padding: 10px;
   font-size:8px;   
   }


   





   /* Style for dogs tables  */

table.dogs{ 
   text-align:center;
   border-collapse:collapse;
   margin:auto;
   border:10px ridge #89ca9d;
   background-color:#d5e9d7; 
      
   }











   /* Style for "td" for dogs*/

td.dog{ 
   border: solid 5px #89ca9d;
   padding: 10px;
   font-size:15px;
   color:#808000;   
   }








  /* Style for top and side  for dogs*/

td.dts{ 
   border: solid 5px #89ca9d;
   padding: 10px;
   font-size:9px;
   background-color:#e0edc5;    
   }









   /* Style for top and side "td" for dogs*/

td.ts{ 
   border: solid 5px #89ca9d;
   padding: 10px;
   font-size:9px;
   background-color:#e0edc5;
      
   }
 








 /* Style for pweek tables  */

table.pwt{ 
   text-align:center;
   border-collapse:;
   margin:auto;
   border:10px ridge #89ca9d;
   background-color:#d5e9d7;  
   width:50%;
      
   }





   /* Style for "td" for pweek*/

td.pw{ 
   border: solid 5px #89ca9d;
   padding: 10px;
   font-size:20px;   
   }










         /* Style for tables all year  */

table.y{ 
   text-align:center;
   border-collapse:;
   margin:auto;
   border:ridge 7px  #89ca9d;
   background-color:#d5e9d7;
   padding: 3px;   
   }






        /* Style for all year td*/

td.yd{ 
   border: solid 3px #89ca9d;
   padding: 3px;
   font-size:20px;
   background-color:#d5e9d7;
      
   }










        /* Style for team avg tables  */

table.avg{ 
   text-align:center;
   border-collapse:collapse;
   margin:auto;
   border:10px ridge #89ca9d;
   height:200px;
   background-color:#d5e9d7; 
     
   }







          /* Style for team avg table*/

td.ag{ 
   border: solid 5px #89ca9d;
   padding: 5px;
   font-size:14px;
       
   }






td.cap{ 
   border: solid 5px #89ca9d;
   padding: 5px;
   font-size:14px;
   color:brown;
       
   }












     /* Style for flight avg top row */


td.fg{ 
   border: solid 5px #89ca9d;
   padding: 5px;
   font-size:14px;
   background-color:#e0edc5;
    
   }






     /* Style for flight avg table number */


td.tr{ 
   border: solid 5px #89ca9d;
   padding: 5px;
   font-size:14px;
   background-image:url("pix/bkg/greenstar.gif"); 
    
   }









         /* Style for top teams & avg */
       

td.ro{ 
   border: solid 5px #89ca9d;
   padding: 5px;
   font-size:14px;
   background-color:#e0edc5;    
   }













         /* Unvisited links */



a:link{
   color: #008000; /* green */
   text-decoration: none;
}





          /* Visited links */ 


a:visited{
   color: #008000; /* green */
   text-decoration: none;
}









    /* Style for tables of thumbnail images */


table.thumbs{
   text-align: center;
   border-collapse:collapse;
   margin:auto;
  
}



/* Style for table cells that contain thumbnails */


td.thumbs{ 
   border: solid 1px #00bfff;
   padding: 10px;
   
}


        /* Style for thumbnail images */


img.thumbs{
   width:100px;
   height:80px;
   border-width:5px;
}








/* Style for dates update */

.hilite-bold{
background-color:#ffff00; /* Yellow */
font-weight:bold;}



/* Style for wapper */




