/* styles for flat pages like "Temrs of Use": simple white non-floating content */
#public_content { 
	background: white; 
	color: #666; 
	line-height: 1.5em;
	border-top: solid 5px #e0f5e6;
}

#public_content h3      { margin: 10px 0px 5px 0px; font-size: 110%; color: #E2760A }
#public_content a  		{ color: #E2760A; border-bottom: dotted thin; }
#public_content a:hover { text-decoration: none; color: red; }
#public_content p 		{ margin: 5pt 35pt 5pt 20pt; font-size: 90% }

#footer       	{ background-color: white; }
#footer li 		{ color: #E2760A; }
#footer li a  	   { color: #E2760A; }
#footer li a:hover { color: red; }

body.faq ul { list-style:none; padding-left:8pt; line-height: 1.6em; padding-bottom:10pt}

