html {
	font: 0.9em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	
}

body {
margin: 0px;

}


h1 {
	font-size: 1.2em;
	margin: 0 0 0.3em;
}
#outerTop {
	background: url(/_images/layout/outerTop.jpg) no-repeat;
	height: 4px;
	width: 898px;
	margin: auto;
}
#outer {
	width: 890px;
	margin: auto;
	padding: 0 4px;
}
#outerBottom {
	background: url(/_images/layout/outerBottom.jpg) no-repeat;
	height: 2px;
	width: 898px;
	margin: auto;
}
#band {
	height: 150px;
	background:#8ace77;
	
	
}

#header {
	position: relative;
	background: #5fbb46;
	
	
}
.headerText {
	position: absolute;
	top: 95px;
	right: 24px;
	color: #fff;
}
#container {
	padding: 20px;
}
.col_1 {
	float: left;
	width: 525px;
	padding: 0px 10px 0px 0px;
}
.col_2 {
	float: left;
	width: 315px;
}
#hcaLogo {
	text-align: right;
	position: absolute;
	right: 24px;
	top: 20px;
}
#footer {
	width: 890px;
	padding: 10px 4px;
	margin: auto;
	color: #6c6d6d;
	font-size: 0.8em;
	
}
#footer a {
	text-decoration: none;
	color: #138be1;
}
#footer a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}