@charset "utf-8";
body {
	background-image: url(bgtile.gif);
	background-color: #4A4A4A;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	background-repeat: repeat-x;
}
#wrapper {
	width: 955px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FEF6E1;
}
#header {
	height: 150px;
}
#nav {
	background-color: #000000;
}
#content {
	background-color: #FEF6E1;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
#footer {
	background-image: url(footer.gif);
	height: 37px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #600618;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600618;
}
.headline {
	font-size: 14pt;
	font-weight: bold;
	color: #600618;
}
.notes {
	font-style: italic;
	color: #FF0000;
	font-size: 12pt;
}
a:link, a:visited {
	color: #000000;
}
a:active, a:hover {
	color: #91152C;
}

