h3 {
	font-size:larger;
}
body {
	background-color:#efde9f;
	margin:0px;
	padding:0;
	text-align:center;
}
table, td, tr, p, ol, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.footer {
	height:60px;
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #990000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.mainContent {
	background-color:#efde9f;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	height:auto;
	width: 750px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.spacer {
	height:15px;
}
.wrapper {
	width: 801px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color:#990000;
}
.outerwrapper {
	margin-left:15px;
}
.image {
	padding-bottom:10px;
	padding-right:10px;
	padding-top:10px;
}
.innertable {
	text-align:left;
	width:700px;
	line-height:1em;
}

