@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #f2f2f2;
	margin-top: 0px;
}
.header {
	background-image: url(img/header.jpg);
	height: 189px;
	width: 994px;
	margin-right: auto;
	margin-left: auto;
}
.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	color: #990000;
	font-weight: bold;
	margin-top: 0px;
	top: 169px;
	position: relative;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.footer {
	background-image: url(img/footer.gif);
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	height: 34px;
}
.footer_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ac0000;
	text-align: center;
	font-weight: bold;
	margin-top: 6px;
}
.middle_container {
	background-image: url(img/stripe_horiz.gif);
	width: 994px;
}
.content {
	width: 946px;
	margin-right: auto;
	margin-left: auto;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.outline {
	border: 1px solid #8c8c8c;
}
