h2 {
	color: #940084;
	text-align: center;
}
h3 {
	color: #940084;
}
.nav_text a{
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 18px;
	white-space: nowrap;
}
.nav_text {
	background-color: #940084;
}
.nav_spacers {
	color: #FFF;
	text-align: center;
	background-color: #940084;
	padding-bottom: 2px;
}
.nav_text a:hover {
	text-decoration: underline;
	background-color: #940084;
}
.nav_bg {
	background-color: #940084;
}
.sub_nav a {
	color: #940084;
	background-color: #FFF;
	text-align: center;
	display: block;
	padding: 5px;
	border: thin solid #940084;
	margin-top: 5px;
	text-decoration: none;
}
.sub_nav a:hover {
	color: #FFF;
	background-color: #940084;
	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_purple.gif);
	list-style-type: circle;
}

.bottom_line {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #940084;
}

