#logo {
	  position: relative;
	  top: 5px;
	  left: 5px;
	  float: left;
	  }

.headerSection {
			   clear: both;
			   color: black;
			   font-weight: bold;
			   font-size: 16pt;
			   font-style: italic;
			   text-align: center;
			   vertical-align: middle;
			   height: 8px;
			   }

.content-left {
        float: left; 
        width: 25%;
        margin: 10px;
        font-weight: bold;
        padding: 10px;
        font-family: "Arial", "Helvetica", "Geneva";
        text-align: left;
     }             

.content-center { 
         position: relative;
         padding: 10px 20px 1px 10px;
         width: 100%; 
         margin: 0px; 
         border: none;
         font-family: "Arial", "Helvetica", "Geneva";
         text-align: center;
         color: darkblue;
         }     

.content-right {
        float: right; 
        width: 25%;
        margin: 10px;
        font-weight: bold;
        padding: 10px;
        font-family: "Arial", "Helvetica", "Geneva";
        text-align: center;
     }         

.h1 {
	color: darkblue;
	font-size: 36pt;
	font-family: "Lucida Handwriting";
    font-style: underline;
	}

.h2 {
	color: darkblue;
	font-size: 24pt;
	font-family: "Lucida Handwriting";
	}

.body {
	 background-repeat: repeat; 
	 background-image: url(images\bg-leaf-lt.gif);
	 font-family: "Arial", "Helvetica", "Geneva";
	 background-color: #ffffff; 
	 margin: 1em;
	 padding-top: 0;
	 padding-left: 0;
	 padding-right: 0;
	 padding-bottom: 0;
	 }

#footer {
    padding-top: 20px;
    clear: all;
    color: black;
    text-align: center;
    font-family: "Arial", "Helvetica", "Geneva";
    font-weight: bold;
    font-size: 12px;
    }

