@charset "utf-8";
/* CSS Document */
#leftCol {
	float: left;
	width: 190px;
	margin-left: 30px;
	background-image: url(../images/bg-fade.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #476C87;
	font-size: 1.3em;
}
#leftCol h3 {
	margin-bottom: 15px;
	margin-top: 0px;
	padding: 0px;
	font-size: 1.4em;
	margin-left: 0px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftCol ul {
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
}
#leftCol li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#middleCol h1 {
	padding-bottom: 15px;
	font-size: 2em;
	color: #00B0D8;
}
#middleCol strong {
	color: #00B0D8;
}
#ahcLogo {
	float: right;
	margin-right: 30px;
}
#ahcText {
	float: left;
	color: #004675;
	margin-top: 10px;
	font-size: 0.9em;
}
#middleCol  a.orange:link, #middleCol a.orange:visited {
	color: #F05A28;
}
#middleCol a.orange:hover {
	color: #F05A28;
	text-decoration: none;
}
