


body
        {
          font-family: Arial, Helvetica, sans-serif; 
          font-size:16px; 
          text-indent:4pt;
          background-color:#FFFFFF;
          color:#000000;
          border:medium solid #006633;
     } 
h1       {
           font-family:Arial, Helvetica,  sans-serif;color: #000000;
           text-decoration : underline;
           font-size:15px;
           background-color:#FFFFFF;
           margin-left:260px;

           
          }	

h2
         {
           font-family:Arial, Helvetica,  sans-serif;color: #000000;
           margin-left:240px;
           text-decoration : underline;
           font-size:15px;
           background-color:#FFFFFF;
          }
          
h3  
       {
        font-family: Arial,Helvetica, sans-serif;color: #000000;
        text-align:center;
        text-decoration:none;
        font-size:12px;
        background-color:#FFFFFF;
        }
         
h4     {
       font-family: Arial, Helvetica, sans-serif;color: #000000;
       padding-left:150px;
        text-decoration:underline;
       font-size:18px;
       background-color:#FFFFFF;
       } 
         
 h5  
      {
      font-family: Arial, Helvetica, sans-serif;color: #000000;
      ;text-decoration:underline;
      padding-left:150px;
      font-size:10px;
      background-color:#FFFFFF;
      } 
.bold
{
   font-weight:bolder;

}
.imgcont
{
width:100%;
float:left;
text-align:center;
padding-top:0.5em;
padding-bottom:0.5em;
}

.lettersheadingtext 
       {
        text-indent: 30px;
        font-weight:bold;
        font-size:18px;
       }

   
.boldtextmonths 
        {
          text-decoration:underline;
          text-indent: 30px;
          font-weight:bold; 
        }

.captiontext
        {
         text-indent:4px; 
         font-size: 12px;
        }

.underlinetext
          {
          text-decoration:underline;
          }
A:link 
         {
         text-align:center;
         background-color: transparent;
         text-decoration: none;
	     color:black; 
	     }
	     
     A:visited
	    {
	     text-align:center;
	     background-color: transparent;
         text-decoration: none;
	     color:blue;	    
	    }
	  
	
      
     A:hover
        {
          text-align:center;
          background-color: transparent;
          color:white;
          background-color:black;          
        }
        
     A:active
	    {
	    
	     text-align:center;
	     background-color: transparent;
         text-decoration: none;
	     color:black;	    
	    }

             
 p 
         {
           font-family: Arial, Helvetica, sans-serif; 
           font-size: 16px; 
           text-indent: 4pt; 
           margin-left:150px;
           margin-right:150px;     
         
         }
         
   hr

     {
       color: black;
       width: 80%;
     }
  img
  {
  
  position:center;

  
  } 


.bottomnavbar
        { 
        text-align:center;
        font-size: 12px;
         }

.center 
        {
        text-align:center;


         }

.underlinetext 
         { 
       text-decoration : underline; 
          } 

.navbar 
         { 
         position:absolute;
         top: 170px;
         left:230px;
         }

li  
      { 
        font-family : Arial, Helvetica, sans-serif; 
        font-size:16px; 
        text-indent:4pt; 
      } 

.bottomnavbar 
     { 
        text-align : center; 
        font-size : 15px;
        text-align:center;
 
     }
      
 

address
     { 
       font-size : 9px; 
       text-align : center; 
       text-decoration : none;
     }
ul 
     {
       margin-left:180px;

     }
     
 /* Begin CSS Popout Menu */


#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 1em;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: royalblue;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Popout Menu */