
body, div, h1, h2,, h3, p, table, ul, ol, li, img
{	margin: 0;
	padding: 0;
	border: none; }

body
{	text-align: center;
	font-family: Arial;
	margin-top: 10px;
	background-color: #FAFAFA;
	background-image: url(images/BG.png);
	background-repeat: repeat-x; }

div.wrapper
{	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding-bottom: 10px;
	border-bottom: dashed 1px silver;
	background-color: none; }

.header
{	float: left;
	width: 900px;
	background-image: url(images/apmp-spac_headerLogo.jpg);
	height: 160px;
	margin-bottom: 20px; }

.left
{	float: left;
	width: 200px; }

.content
{	float: left;
	width: 698px;
	margin-bottom: 20px;
	background-color: #f8f9fd;
	border: solid 1px #cadae9; }

.footer
{	float: left;
	width: 900px;
	background-color: #96b5d4;
	padding: 10px 0px 10px 0px;
	margin-bottom: 20px;
	border: solid 1px silver; }

h1
{	font-size: 20px;
	margin-bottom: 10px;
	padding: 20px 0px 0px 20px; }

h2
{	font-size: 16px;
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 0px 20px; }

p
{	font-size: 13px;
	line-height: 19px;
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 0px 20px; }

.footer p
{	font-size: 11px;
	margin: 0px 0px 0px 0px; }

.header p
{	text-align: right;
	font-size: 12px;
	line: height: 14px;
	font-weight: bold;
	color: #555;
	margin: 110px 20px 0px 0px; }

ul
{	font-size: 13px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px; }

li
{	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px; }

table
{	margin: 0px 0px 20px 20px;
	font-size: 13px; }

table.tbl_presenters
{	width: 650px; }

table.tbl_presenters th
{	text-align: left;
	border-bottom: solid 2px gray; }

table.tbl_presenters td
{	padding: 3px 0px 3px 0px;
	border-bottom: solid 1px silver; }

.go2
{	font-size: 12px;
	color: gray; }

.newsUpdate
{	margin-bottom: 10px;
	font-weight: bold;
	color: red; /*#a5372a;*/ }

a:link
{	color: blue; }
a:visited
{	color: blue; }
a:hover
{	color: #555555; }

a.leftNav:link
{	color: #6799d4;
	text-decoration: none; }

a.leftNav:visited
{	color: #6799d4;
	text-decoration: none; }

a.leftNav:hover
{	color: #9d9a5d;
	text-decoration: underline; }

a.foot:link
{	color: #FFF;
	text-decoration: underline; }

a.foot:visited
{	color: #FFF;
	text-decoration: underline; }

a.foot:hover
{	color: #FFF;
	text-decoration: none; }



