@charset "utf-8";
/* CSS Document */

#outerContainer {
	margin: auto;
	width: 900px;
	background-color: #FFF;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333300;
	background-color: #4A6C3A;
	margin: 0px;
	padding: 0px;
}
.contentCell {
	padding: 15px;
	line-height: 1.4;
}
.contentCell a {
	color: #4A6C3A;
	text-decoration: none;
}
.footerCell a {
	color: #4A6C3A;
	text-decoration: none;
}

.footerCell {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #330;
	border-right-color: #330;
	border-bottom-color: #330;
	border-left-color: #330;
	padding: 10px;
}
.hdngImage {
	padding-bottom: 8px;
	margin-left: -2px;
}
