  body { 
  	background-image: url(../images/background.jpg);
    	background-color: rgb(204, 255, 204);
	background-repeat: repeat-y;
    	background-position: center top;
    	font-family: arial,helvetica,sans-serif;
  }

  .normalBodyText { 
  	font-family: arial,helvetica,sans-serif;
    	font-size: 10pt;
    	margin-left: 15px;
    	margin-right: 15px;
  }

  .outerTable { 
  	border: none;
  	margin-left:auto;
  	margin-right:auto;
  	width: 100%;
  }
  
  .outerTable td { 
    	border: none;
  }

  td { 
  	border: none ;
  }

  img { 
  	border: none ;
  }

  .mainLogo { 
  	border: medium none ;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 0;
   }

  .missionText { 
  	font-size: 9pt;
	font-style: italic;
	text-align: center;
	font-weight: bold;
   }

  .addressText { 
	font-weight: bold;
	font-size: 9pt;
	text-transform: uppercase;
   }

  .yellowBlock { 
  	border: 1px solid rgb(0, 0, 0);
    	background-color: rgb(255, 255, 204);
    	font-size: 10pt;
   }
   
   .bannerText {
   	text-align: right;
   	font-weight: bold;
   	font-style: italic;
   }
   
   .pageTitle {
   	font-size: 14pt;
   	font-weight: bold;
   	text-decoration: underline;
   	text-align: center;
   	padding-bottom: 15px;
   }
   
   .serviceHeader {
   	font-size: 12pt;
   	font-weight: bold;
   	font-style: italic;
   	text-transform: uppercase;
   	margin-top: 5px;
   }
   
   .pageFooter {
   	font-size: 8pt;
   	border-top: 1pt solid black;
   	text-align: center;
   	
   }
   
   .textAreaFormField {
   	width: 550px;
   }
   
   .navigationBar {
   	background-color: rgb(205,255,205); 
   	text-align: center; 
   	border-bottom: 1pt solid black;
   	border-top: 1pt solid black;
   	font-size: 9pt;
   }