@charset "UTF-8";
/* CSS Document */
body {
	background-color: #774B2F;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin-top: 100px;
	margin-bottom: 100px;
}
.pageHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	color: #FFFFFF;
	font-weight: bolder;
	margin-left: 20px;
	margin-right: 20px;
}
a:link, a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #CCCCCC;
}
#Navigation {
	padding: 0px;
	width: 250px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	margin: 20px;
}
#Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Navigation a {
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	width: 222px;
	text-decoration: none;
	background-color: #000000;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #999999;
	text-align: center;
}
#Navigation a:link, #Navigation a:visited {
	color: #CCCCCC;
}
#Navigation a:hover, #Navigation a:active {
	background-color: #774B2F;
}

