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: #ffffff;
	color: #768FB1;
	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: #f47820;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #2170BD;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
h3 {
	color: #2170BD;
}
h4 {
	color: #2170BD;
}
h5 {
	color: #2170BD;
}
h6 {
	color: #2170BD;
}
a,	a:link {
	color: #2170BD;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #4870aa;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #2170bd;
	text-decoration: underline;
}
a:focus {
	color: #2170bd;
}
a:active {
	color: #039;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 760px;
}
#outerWrapper #header {
	background-image: url("../images/header_bg.png");
	background-repeat: no-repeat;
	background-color: #95D2E8;
	font-size: 18px;
	font-weight: bold;
	height: 87px;
	line-height: 15px;
	padding: 20px 0px 0px 20px;
	overflow: hidden;
}
#outerWrapper #topNavigation {
	background-color: #000;
	border-bottom: solid 9px #7EBED5;
	color: #ffffff;
	height: 25px;
	padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 10px 20px 10px 0px;
	width: 180px;
}
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 200px;
	padding: 10px 0px 10px 0px;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: left;
	display: block;
}
#outerWrapper #footer {
	background-color: #dfe4e9;
	border-top: solid 6px #f47820;
	padding: 5px 5px 5px 5px;
}