@charset "utf-8";
body {
	font-family: "comic sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #756d46;
	text-decoration: none;
	background-color: #756d46;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.maintile {
	background-image: url(images/mainTile.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.mainHeading {
	font-family: papyrus;
	font-size: 16px;
	color: #8c7e4c;
	font-weight: bold;
	text-decoration: none;
	border-bottom-style: solid;
	border-top-color: #8c7e4c;
	border-right-color: #8c7e4c;
	border-bottom-color: #8c7e4c;
	border-left-color: #8c7e4c;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.subBottomBorder {
	border-bottom-style: solid;
	border-top-color: #8c7e4c;
	border-right-color: #8c7e4c;
	border-bottom-color: #8c7e4c;
	border-left-color: #8c7e4c;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.contentCell {
	padding-top: 20px;
	padding-bottom: 5px;
}
.img {
	border: 2px solid #786c42;
}
