html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #2b3a3c;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #e8e1fa;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #e8e1fa;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
h3 {
	color: #e8e1fa;
}
h4 {
	color: #e8e1fa;
}
h5 {
	color: #e8e1fa;
}
h6 {
	color: #e8e1fa;
}
a,	a:link {
	color: #84C38C;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #2d7336;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #09760d;
	text-decoration: underline;
}
a:focus {
	color: #09760d;
}
a:active {
	color: #164619;
}
#outerWrapper {
	border: dotted 1px #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 759px;
}
#outerWrapper #header {
	background-color: #ffffff;
	background-image: url("../images/header_bg.png");
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 20px
}
#outerWrapper #tagline {
	background-color: #8AB573;
	background-image: url("../images/tagline_bg.png");
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	height: 50px;
	line-height: 15px;
}
#outerWrapper #topNavigation {
	background-color: #8AB573;
	border-bottom: dotted 1px #000;
	border-top: dotted 1px #000;
	height: 30px;
	padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #83c28b;
	border-right: dotted 1px #000;
	color: #2b3a3c;
	float: left;
	padding: 20px 20px 20px 20px;
	width: 175px;
}
#outerWrapper #contentWrapper #content {
	color: #f1f0ee;
	margin: 0 0 0 216px;
	padding: 20px 20px 20px 20px;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: left;
	display: block;
}
#outerWrapper #footer {
	background-color: #e8e1fa;
	color: #666666;
	font-weight: bold;
	padding: 10px 20px 10px 0px;
	text-align: right;
}
