body {
      font-size: 12pt;
      background-color: #f5f5e7;
      }

/* Header (bar along top of page) styling */

#header {
         width: 98%;
         border: 1px solid #000;
         background-color: #89e215;
         margin-bottom: 5px;
         padding: 5px;
         font-size: 30pt;
         font-family: Arial;
         color: #FFF;
         }

/* Left Hand Navigation Menu */

#leftcontent {
              float:left;
              width: 150px;
              border: 1px solid #000;
              background-color: #adcb42;
              background-image: url(images/background1.jpg);
              background-repeat: no-repeat;
              margin-right: 15px;
              padding: 5px;
              text-align: center;
              }
              
#leftcontent img {
		  border: 0px solid #000;
      		  }

#leftcontent ul {
                 list-style: none;
		 margin: 0;
                 padding: 0;
                 }
                 
#leftcontent li {
                 display: block;
                 margin: 5px 0px 5px 0px;
                 padding: 3px 0px 3px 0px;
                 background-color: #f5f5e7;
                 border: 1px solid #000;
                 }
                 
/* Link Styling */
#leftcontent a {
		color: black;
		}
                 
#leftcontent li a:hover {
			font-style: italic;
                         }
                         
/* End of Navigation Styling */                       
/* Main Conent Styles */
              
#rightcontent {
		margin-left: 180px;
               }
               
#copyright {
            font-size: 8pt;
            color: #FFF;
            }
            
.content_img {
	      text-align: center;
	      }
	    
.content_img img {
		  border: 3px groove #666;
		  }
	
.content_meeting {
		  border: 1px solid #000;
		  padding: 3px;
		  width: 500px;
		  background-color: #f5f5e7;
		  margin-left: auto;
		  margin-right: auto;
		  }
		  
.content_meeting_inner {
			background-color: #cc9;
			padding-left: 3px;
			}
		  
.meeting_inline {
		 font-size: 18pt;
		 font-weight: bold;
		 }
		 
.centered {
	 text-align: center;
	 }
	 
/* End of Main Content Styling */
/* Form styling */
	 
#form {
       text-align: center;
       margin-left: auto;
       margin-right: auto;
       padding-top: 5px;
       padding-bottom: 5px;
       background-color: #f5f5e7;
       border: 1px solid #000;
       width: 500px;
       }