body {
	background: #3e2404;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/*a, a:visited, a:active {
	color: #3CF;
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: 0;
}

a:hover {
	color: #000;
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: 0;
}*/

.nav a, a:visited, a:active {
	color: #3CF;
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: 0;
}

.nav a:hover {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
}

.container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.mainContent {
	padding: 0px 115px 50px 115px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.headerImage {
	background-color: #FFFFFF;
}
.contentBox {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
