#navcontainer {
	margin-top: 218px;
	padding-right: 10px;
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: #7998B1;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #7998B1;
	width: 550px;
	float: right;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	height: 36px;
}
#navcontainer ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 25px;
}
#navcontainer ul li {
	display: inline;
	margin-left: -4px;
	padding-bottom: 2px;
}
#navcontainer ul li a {
	color: #CC0000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
}
#navcontainer ul li a:hover {
	color: #000000;
	margin-bottom: 6px;
	font-weight: bold;
	text-decoration: line-through;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
}
