@charset "UTF-8";
body {
	background-color: #FFE5CC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}

p {
	margin-top: 0px;
}

.exterior {
	margin: auto;
	width: 754px;
}

.subexterior {
	border: 2px solid #603913;
}

.subheader {
	background-color: #603913;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 7px;
	text-align: center;
	letter-spacing: 1px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

.main {
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.main h1 {
	font-size: 24px;
	font-weight: bold;
	color: #13623B;
	margin-top: 0px;
	margin-bottom: 8px;
}

.main h2 {
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin-top: 0px;
	margin-bottom: 8px;
}

.headingText {
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin-top: 0px;
	margin-bottom: 8px;
}
	
.mainleft {
	padding-left: 10px;
}

.mainright {
	padding-left: 10px;
	padding-right: 10px;
	width: 580px;
}

.mainright a {
	color: #603913;
	text-decoration: none;
}

.mainright a:Hover {
	text-decoration: underline;
}

.mainleft a {
	display: block;
	text-align: center;
	background-color: #13623B;
	color: white;
	text-decoration: none;
	padding: 5px;
	margin-top: 7px;
	font-weight: bold;
	letter-spacing: 2px;
	border-left: 2px solid #77a48e;
	border-top: 2px solid #77a48e;
	border-bottom: 2px solid #082919;
	border-right: 2px solid #082919;
	width: 125px;
}

.mainleft a:Hover {
	background-color: #603913;
	border-left: 2px solid #180e05;
	border-top: 2px solid #180e05;
	border-bottom: 2px solid #a38d77;
	border-right: 2px solid #a38d77;
}

.borderedimage {
	padding: 10px;
	background-color: #FFE5CC;
	border: 2px solid #603913;
	margin-left: 6px;
	margin-right: 6px;
}

.footer {
	background-color: #603913;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
	text-align: center;
	letter-spacing: 1px;
	border-top: 2px solid white;
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:Hover {
	text-decoration: underline;
}

.notice {
	border: 2px solid #603913;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFE5CC;
	padding: 8px;
	margin-bottom: 5px;
}

.notice p {
	margin-top: 0px;
	margin-bottom: 0px;
}