table.layout { text-align:center; width:760px; border-collapse:collapse; }
	table.layout td.header { width:760px; height:100px; background-image:url(header.gif); background-repeat:no-repeat; }
	table.layout td.content { width:760px; height:320px; background-image:url(content.gif); }
	table.layout td.top { width:760px; height:40px; background-image:url(top.gif); background-repeat:no-repeat;}
	table.layout td.bottom { width:760px; height:40px; background-image:url(bottom.gif); background-repeat:no-repeat;}


td.footer p a { font-size:12px; }
	h1.footerheader { font-size:12px; }
	
td.content p { font-size:12px; font-family:Arial, Helvetica, sans-serif; padding-left:20px; padding-right:30px; color:black; text-align:left; }	
	h1.pageheader { font-size:14px; text-align:center; color:red; font-family:Arial, Helvetica, sans-serif; padding-left:20px; }
	h1.subheader { font-size:12px; text-align:left; color:red; font-family:Arial, Helvetica, sans-serif; padding-left:20px; }
	
	ul li { font-size:12px; text-align:left; color:black; font-family:Arial, Helvetica, sans-serif; }
	
	table.list { width:100%; }
	table.list tr td { width:50%; }

	
a:hover { color:red; }