<css>

body
   {  
      font-size:                 small;
      font-family:               Verdana, Geneva, Arial, sans-serif;
   }
	
ul {  list-style-type:           none; }

.button 
   {   
       background-repeat:        no-repeat;
       list-style-type:          none;

   }
   
td
   {
      padding-left:              5px;
      padding-right:             5px;
   }
   
caption
   {
      padding-top:               8px;
      padding-left:              5px;
      text-align:                left;
   }
   
#buttonpanel
   {   width:                    200px;
       height:                   2500px;
       float:                    left;
       border-style:             solid;
       border-width:             1px;
       background-color:         #a7cece;
       border-color:             black;
       padding-left:             5px;
       padding-right:            10px;
       padding-top:              10px;
       padding-bottom:           10px;
       margin-top:               30px;
       margin-bottom:            30px;
       margin-left:              30px;
       margin-right:             30px;

   }

#headerpanel
   {
       background-color:         #a7cece;
       border-style:             solid;
       border-width:             1px;
       border-color:             black;
       
       padding:                  20px;


       margin-top:               30px;
       margin-bottom:            30px;
       margin-left:              30px;
       margin-right:             30px;

   }


.officers
   {
       list-style-type:          none;
       font-size:                150%;
       font-weight:              bold;
   }
   
.names 
   {
      font-size:                 120%;
      font-weight:               normal;
   }
   
.email
   {
      font-style:                oblique;
      font-weight:               bold;
      padding-left:              5px;
   }
   
.boats
   {
       font-style:               oblique;
       font-size:                120%;
   }
   
.links
   {
      list-style-type:           none;
      font-style:                oblique;
      font-size:                 150%;
   }
   
.logoimage
   {
      
      border-style:              solid;
      border-width:              10px;
      border-color:              #aaaaaa;
      padding:                   4px;

   }
   
   .logoimage2
   {
      padding:                   15px;
   }
   
.table-right
   {
      text-align:                right;
   }
.table-left
   {
      text-align:                left;
   }
.tableimage
   {
      border-style:              solid;
      border-width:              10px;
      border-color:              #a7cece;
      padding:                   4px;
      margin:                    20px;
   }
   
.fish-type
   {  list-style-type:           disc;
   }

.associate-header1
   { font-size:			300%;
     font-style:		italic;
     font-weight:		bold;
     text-align:		center;
     color:			#4aa496;
   }

.associate-text1
   { font-size:			150%;
 
     font-weight:		bold;
     text-align:		center;

   }

   
   
   
   
   
   
   
   
   
   