@charset "UTF-8";
#stpaulnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	width: 620px;
	text-align: center;
}

#stpaulnav ul {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 620px;
	list-style: none;
	float: left;
}

#stpaulnav li {
	float: left;
}

#stpaulnav li a:link, #stpaulnav li a:visited, #stpaulnav li a:active {
	color: #232D38;
	text-decoration: none;
	background: #788D49;
	text-align: center;
	display: block;
	height: 30px;
	width: 99px;
	line-height: 30px;
	border-right: 1px solid #232D38;
	border-bottom: 1px solid #232D38;
	border-left: 1px solid #232D38;
	margin-right: 1px;
	margin-left: 1px;
}
#stpaulnav li a:hover {
	color: #FFF;
	background: #232D38;
	border: 1px solid #788D49;
}
#stpaulheader {
	background: #232D38 url(images/stpaulheader.gif);
	height: 129px;
	width: 618px;
	margin-top: 12px;
}
