@charset "UTF-8";


body, td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color:#000;
}
img {
	border: 0;	
}
a {
	text-decoration: underline;
	color: #6B1E4A;
}
a:hover {
	color: #000;
}

.white_links a {
	color: white;
	text-decoration:none;
}
.white_links a:hover {
	text-decoration:underline;
}

#footer_ a {
	text-decoration: none;
}
#footer_ a:hover {
	text-decoration: none;
	color: #CF0C2C;
}

#content {
	background: #FFF;
	width: 750px;
	height: 100%;
	padding: 20px;
}
.footer_nav {
	list-style: none;
	margin:0;
	padding:0;
	display:block;
	text-align:center;
}
.footer_nav li {
	float: left;
	padding: 4px 38px;
	font-size:12px;
	background: #E0E6E6;
	border-bottom:4px solid white;
	height:17px;
}
.footer_nav a {
	color:#003334;
	text-decoration:none;
}
.footer_nav a:hover {
	text-decoration:underline;
}

p {
	margin: 0 0 15px 0;	
}
.clear_top {
	margin-top: 0;		
}
h3 {
	color: #003333;
}
h4 {
	color: #87476C;	
}