@charset "utf-8";

.top_nav_links {
	font-size: medium;
	color: #720000;
}
.top_nav_links a {
	font-size: medium;
	color: #720000;
}
.top_nav_links a:hover {
	font-size: medium;
	color: #006600;
}

.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-indent: 50px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 50px;
}
.content h1   {
	font-size: x-large;
	text-align: center;
	color: #720000;
	border: 0px none #A56A2A;
}
.content h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration: none;
}
.content h3 {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #853123;
	display: compact;
}
.content li a {
	display: inline;
	padding: 2px;
	color: #720000;
	text-decoration: none;
}

.content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #720000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #A56A2A;
}
.content #hours {
	width: 100%;
	float: right;
	display: block;
	padding-right: 10px;
}

.content .content br {
	color: #CCCCCC;
}
img.floatLeft {
	float: none;
	padding: 0px;
	display: inline;
	white-space: normal;
	position: relative;
	margin: -4px;
}
img.floatRight {
	float: right;
	margin: 4px;
}

.content li {
	display: inline;
	white-space: nowrap;
}