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 {
	color: #31343a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #efefef;
}
h1 {
	color: 8eb635;
	font-size: 24px;
	font-weight: normal;
	line-height: 14px;
}
h2 {
	color: #31343a;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
a,  a:link {
	color: #8EB635;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #8EB635;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #8EB635;
	text-decoration: underline;
}
hr {
	color: #D2E6A6;
	width: 85%;
	margin-left: 2px;
}

a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
	background-color: #FFFFFF;
	text-align: left;
	width: 850px;
	background-image: url(../images/big_background.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #31343B;
	border-left-color: #31343B;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	width: 805px;
	height: 94px;
	padding-right: 22.5px;
	padding-left: 22.5px;
}
#outerWrapper #topNavigation {
	width: 805px;
	padding-top: 0px;
	padding-right: 22.5px;
	padding-bottom: 0px;
	padding-left: 22.5px;
}
#outerWrapper #contentWrapper {
	background-repeat: no-repeat;
	overflow: hidden;
	width: 805px;
	padding-top: 0px;
	padding-right: 22.5px;
	padding-bottom: 0px;
	padding-left: 22.5px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	width: 210px;
	background-color: #FFFFFF;
	background-image: url(../images/css-left-sidebar.jpg);
	background-repeat: no-repeat;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	height: 625px;
}
#outerWrapper #contentWrapper #content {
	width: 547px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	background-color: #FFFFFF;
	background-image: url(../images/css-mid-back.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}

#outerWrapper #contentWrapper #leftColumn1 a, a:link, a:visited, a:hover {
	color: #8EB635;
	text-decoration: underline;
	font-weight: normal;
}
#outerWrapper #contentWrapper #content a, a:link, a:visited, a:hover {
	color: #8EB635;
	text-decoration: underline;
	font-weight: normal;
}

#outerWrapper #footer {
	width: 805px;
	padding-top: 20px;
	padding-right: 22.5px;
	padding-bottom: 20px;
	padding-left: 22.5px;
	background-color: #C8DCE5;
	text-align: center;
	clear: both;
}
#outerWrapper #footer a, a:link, a:visited, a:hover {
	color: #31343a;
	font-weight: bold;
	text-decoration: underline;	
}

