h2 {
	color: #00A6EC;
	text-align: center;
}
h3 {
	color: #00A6EC;
}
.nav_text a{
	color: #FFF;
	text-decoration: none;
	background-color: #00A6EB;
	text-align: center;
	display: block;
	height: 18px;
	white-space: nowrap;
}
.nav_spacers {
	color: #FFF;
	text-align: center;
	background-color: #00A6EB;
	padding-bottom: 2px;
}
.nav_text a:hover {
	text-decoration: underline;
	background-color: #006591;
}
.nav_bg {
	background-color: #00A6EC;
}
.sub_nav a {
	color: #00A6EC;
	background-color: #FFF;
	text-align: center;
	display: block;
	padding: 5px;
	border: thin solid #00A6EC;
	margin-top: 5px;
	text-decoration: none;
}
.sub_nav a:hover {
	color: #FFF;
	background-color: #00A6EC;
	text-align: center;
	display: block;
	padding: 5px;
	border: thin solid #FFF;
	text-decoration: underline;
}
 li {
	list-style-position: outside;
	list-style-image: url(../images/icons/bullet_blue.gif);
	list-style-type: circle;
}

.bottom_line {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #00A6EB;
}
