body                {background-color: white;
                     background-image: url('images/Texture10.gif');
                     color:            black;
                     width:            900px;
                     margin:           9px;
                     font-family:      "Arial";
                     font-size:        10pt;
                    }

td                  {font-size:        10pt;
                    }
                    
th                  {font-size:        10pt;
                    }
                    
.heading_title      {text-align:       center;
                     font-size:        48px;
                     line-height:      56px;
                     text-decoration:  underline;
                     color:            #009A00;
                    } 
               
.heading_welcome    {text-align:       center;
                     font-size:        10pt;
                     line-height:      12pt;
                     font-weight:      bold;
                     margin-left:      2.5in;
                     text-decoration:  underline;
                     color:            #009A00;
                    } 
               
.heading_address    {text-align:       center;
                     font-size:        10pt;
                     font-weight:      bold;
                     line-height:      12pt;
                     color:            #009A00;
                    } 

#menu_block         {float:            left; 
                     width:            200; 
                     background-color: #009A00; 
                     text-align:       center; 
                     color:            white; 
                     font-size:        10pt; 
                     line-height:      10pt;
                    }
                    
.menu_link          {font-weight:      normal; 
                     color:            white; 
                     font-size:        10pt; 
                    }
                    
#menu_block a:hover {color:            yellow;
                    }
                    
#content_block      {margin-left:      2.5in; 
                     position:         relative;
                    }
                    
.content_title      {text-align:       center; 
                     text-decoration:  underline; 
                     font-weight:      bold;
                     font-size:        14pt;
                     margin-bottom:    0.25in;
                    }

#events_block       {text-align:       center; 
                    }
                    
#minutes_block      {text-align:       center; 
                     width:            600px;
                     margin-top:       0.25in;
                    }
                    
#footer_block       {clear:            both; 
                     margin-left:      200px; 
                     width:            700px; 
                     background-color: #009A00; 
                     text-align:       center; 
                     color:            white; 
                     font-size:        10pt;
                     padding:          0.2in;
                    }
                    
#footer_block a     {color:            white; 
                    }
                    
.visible            { display: table-row-group;
                    }

.hidden             { display: none;
                    }

                    
