body { 
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	background: #0F3068; 
	color: #000000; 
	margin: 0px; 
	padding: 0px;
	text-align: center;
	}

#container { 
	background: white;
	margin: 0 auto;
	width: 750px;
	border-left: 2px solid gray;
	border-right: 2px solid gray;
	text-align: left;
	}

#container p {font-size: 9pt; color: #5B5959 }
#container h1 {font-size: 110%; font-weight: bold; color: black }
#container li {font-size: 9pt; color: #5B5959 }

#footer {background: white;
			margin: 0 auto;
			width: 750px;
		   padding: 0px 0px 10px 0px;
			border-left: 2px solid gray;
			border-right: 2px solid gray;
}

#footer p {background: white url(/images/footerbar.jpg) no-repeat top center;
	font-size: 7pt;
	line-height: 9pt;
   color: black;
   padding: 30px 0px 0px 0px;
	clear: both;
}
			
#figleft {float: left;
		  padding-right: 15px;
		  border: none;
		 }
#figright {float: right;
		   padding-left: 15px;
		   border: none;
		  }
		
#contentleft {
   width: 485px;
	padding: 0px 30px 0px 10px;  
	float: left;
	margin: 0px; 
    }
	
#contentright {
   width: 184px;
	padding: 0px 10px 0px 30px;  
	float: right;
	margin: 0px; 
	border-left: 1px solid #8B4513;
    }

#contentright p {font-size: 8pt }
	 
#NavList {
	background: white url(/images/header.jpg) no-repeat top center;
	margin: 0 auto;
	width: 750px;
	height: 250px;
	}

#NavList P {font-weight: bold;
	  color: white;
	  text-align: left;
	  padding: 205px 0px 0px 30px;
	vertical-align: baseline;
 } 

#NavList a:link {color: white; text-decoration: none}
#NavList a:active {color:white; text-decoration: none}
#NavList a:visited {color:white; text-decoration: none}
#NavList a:hover {color: blue; text-decoration: none}

pre {
	font-family: Courier New, Courier, Arial, sans-serif;
   font-size: 9pt;
   margin: 0px 15px 11pt 10px;
	color: black; }

#Testimonial {
	background: white;
	float: right;
	margin: 5px 0px 5px 5px;
	padding: 7px 7px 7px 7px;
	width: 125px;
	border: 1px solid silver;
	}

#Testimonial p {font-size: 8pt;
	color: black;
	font-style: normal;
	margin: 0pt 0pt 3pt 0pt;
	}
#Testimonial h2 {font-size: 9pt;
	font-weight: bold;
	color: black;
	margin: 0pt 0pt 5pt 0pt;
	text-align: center;
	}
