
	html, body 		{ margin:0; 
                      padding:0;
                      
                    }
	body 			{ 
                      background-color: #f8f8ff;  /* ghostwhite */
                      color:#000000; 
                      font-size:14px;
                      font-family:Helvetica, Arial, sans-serif;
                      line-height:1.4em;
                    }

	h1,h2          	{ 
                      color:#000080;         /* navy  */
                      line-height:1.4em;  
                      text-align:center;       
                    }

	p				{ margin: 0 0 18px; 
                    }
                    
    .firstletter    {
                     font-size:larger;
                     color: #800000;             /* maroon */
                     }
    .tightspacing    {  
                     letter-spacing:-1em;
                     }
	
	/* Header */
	#header			{ background:#9eafc1;          
                      text-align:center;
                    }
                    
    
	#header h1  	{ font-family:Garamond, Castellar, Baskerville, Courier, serif;
                      color: #191970;          /* midnightblue */
                      margin: 0 0 6px; 
                      padding: 12px 6px 6px;
                     }
                      
    #header h2,h3  	{ color: #800000;           /* maroon */
                      margin: 0 0 0 0; 
                      padding: 0px 0 12px;
                    }
   
    #header img     {
                    background:#9eafc1; 
                    }
                    
	#header	p	    { color: #800000;         /* maroon */
                      font-size: 16px; 
                      font-weight: bold; 
                      margin: 0 0 0 0;
                      padding: 6px 0 12px; 
                     }
            
	/* Navigation */
	
	#navigation ul 	{ 
                      padding: 0 0 1px 12px;
                      list-style: none; 
                      margin: 0 0 0 0;
                      border-bottom: 1px solid #191970; /*midnightblue */
                      font-weight: bold;
                      background: #9eafc1;
                      text-align:center;
                    }
                    
	#navigation li	{ padding: 0 0 0 0;
                      margin: 0 0 0 0;
                      display: inline;
                    }
                    
    #navigation a   {
                    padding: 3px 6px;
                    margin: 0;
                    border: 1px solid #191970;          /* midnightblue */
                    border-bottom: none;
                    text-decoration:none;
                    }
	#navigation a:link { 
                       color: #191970;                  /* midnightblue */
                       }	
    #navigation a:visited { 
                       color: #191970;                  /* midnightblue */
                       }	
        
    #navigation a:link:hover, #navigation a:visited:hover {
                       color: #800000;                    /* maroon */
                       background: #C0C0C0;                
                       border-color: #191970;
                        }
                        
    #navigation a#current {
                background: #f8f8ff;                      /* ghostwhite */
                border-bottom: 1px solid #ffffff;
                }
	/* Content */
	
	#content		{ 
                      padding: 12px 6px 12px 6px;
                     
                    }
	#content img     { 
                     border: 6px double #191970;          /* midnightblue */   
                     margin: 0 15px 0 15px;
                     }
                     
    #content h3 {
                color: #191970;                             /* midnightblue */
              }
              
    #table img     { 
                     border: none;  
                     }
    
	/* Footer */
	#footer			{ background:#9eafc1; 
                      border-bottom:2px solid #000000; 
                      width:100%; 
                    }
	#footer a		{ color: #191970;          /*midnightblue */
                    }
    #footer a:hover	{ color: #800000           /* maroon */
                    }
	#footer p		{ color: #000000; 
                      margin: 0; 
                      padding: 0 18px 10px;
                      font-size: 10px;
                      text-align:center;
                    }
	#footer ul		{ 
                      border-top: 1px solid #191970;          /* midnightblue */
                      list-style: none; 
                      margin: 0 0px 0px; 
                      padding: 0px 0 0px;
                      text-align:center;
                    }
	#footer li		{ display: inline; 
                      font-size: 11px; 
                      font-weight: bold; 
                      padding-right: 5px; 
                    }
                  
