    body {
      font-size: 10pt;
      font-family: Verdana, Arial, sans-serif;
      background-color: #ffffee;
      margin-top: 5px;
      margin-left: 40px;
      margin-right: 40px;
      margin-bottom: 40px;
    }
    #header {
	width: 100%;
    }    
    h1 {
      font-size:1.8em;
      padding-top: 20px;
    }
    .logoLeft {
      float: left;
      clear: left;
      display: inline;       
    }
    .sectionPicRight {
      float: right;
      clear: right;
      display: inline; 
    }
    .sectionLeft {
      float: left;
      clear: left;
      display: inline; 
      width: 60%;
    } 
    .sectionRight {
      float: right;
      clear: right;
      width: 40%;
      font-size: 8pt;
      font-weight: regular;      
    } 
    
    .donorLogo {
      margin-top: 15px;
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 5px;
	padding: 1px 1px;
     }
     
    #slogan {
      margin-left: 25px;
      font-size: 9pt;
      font-style: italic;
      font-weight: regular;      
    }
    
    img.centered {
      display: block;
      margin-left: auto;
      margin-right: auto
    }
    
    
    .strong {
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    }
    .section {
      margin-bottom: 40px;
    }
    .box {
     background-color: #F5FCFF;
     padding: 10px 20px;
    }
    .footer {
      text-align: center;
      font-size:0.8em;
      clear:both;
    }
    .textImageLeft {
      clear: none; 
      display: inline; 
      float: left; 
      clear: left;
      visibility: visible; 
      overflow: auto; 
      margin-right: 10px;

    }
    .textImageRight {
      clear: none; 
      display: inline; 
      float: right; 
      clear: right;
      visibility: visible; 
      overflow: auto; 
      margin-left: 10px;
    }  
 
    .tightSection {
      margin-bottom: 40px;
      margin-left: 5px;
    }
    .tightSection p 
    {
      border-top: 1px;
    }
    .tightSection h3 
    {
      margin-top: 40px;
      font-size: 16px;
      color: green;
    }
   
   
    a:link {
      color: #4F4111;
    }
    a:visited {
      color: #997300;
    }
    a:active {
      color: #4F4111;
    }
    a:hover {
      color: #4F4111;
    }
    
 


    
/* start menu bar*/
#menuList {
	background: #dfd3c4;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.menu {
	float: left;
}
li.menu {
	float: left;
	font: Verdana, Arial, sans-serif;
	background: #dfd3c4 url("images/seperator.gif") bottom right no-repeat;
	color: #7f756b;
	display: block;
	margin: 0;
	padding: 2px 37px;
	text-decoration: none;
	font-weight:normal;
}
li.last {
	float: left;
	font: Verdana, Arial, sans-serif;
	background: #dfd3c4;
	color: #ffffee;
	display: block;
	margin: 0;
	padding: 2px 37px;
	text-decoration: none;
	font-weight:normal;
}	
 
#menuList a:hover { 
	background: #7B6419;
	color: white;
} 
#menuList li:hover { 
	background: #7B6419;
	color: white;
}

/* end menu bar*/
