@charset "utf-8";
p {



}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	vertical-align: middle;
	background-color: #386B76;
	font-weight: bolder;
}
.header {
	font-size: 14pt;
	color: #564024;
	text-align: center;
	vertical-align: middle;
	background-color: #BC9C66;
	word-spacing: normal;
	letter-spacing: 1px;
	border-bottom-style: none;
	line-height: 40px;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #386B76;
	font-weight: bold;
	font-family: "Comic Sans MS";
}


.menubar {
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-color: #386B76;
	border-bottom-color: #386B76;
	line-height: 14px;
	background-color: #BC9C66;
}
.menu {
	font-style: normal;
	text-align: center;
	vertical-align: middle;
	font-size: 9pt;
	color: #F1E7C6;
}

.title {
	font-size: 18pt;
	color: #564024;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 16pt;
	padding-bottom: 10px;
	font-family: "Comic Sans MS";
}

.footer {
	background-color: #BC9C66;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #386B76;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-size: 8pt;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #386B76;
}
.mainBody {
	background-color: #F1E7C6;
	color: #2C535C;
	text-align: center;
	vertical-align: middle;
	font-style: italic;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: 10pt;
	line-height: 25px;
}
.copyr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #2C535C;
}
.emph {
	color: #564024;
	font-family: "Comic Sans MS";
	font-style: normal;
	font-weight: bold;
}
.emph2 {
	font-size: 12pt;
	color: #564024;
	font-family: "Comic Sans MS";
	font-style: normal;
	font-weight: bold;
}


a:link {
	color: #F1E7C6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F1E7C6;
}
a:hover {
	text-decoration: none;
	color: #564024;
}
a:active {
	color: #564024;
	text-decoration: none;
}
a.black:link {
	text-decoration: none;
	color: #2C535C;
}
a.black:visited {
	text-decoration: none;
	color: #000000;
}
a.black:hover {
	text-decoration: none;
	;
	color: #564024;
}
a.black:active {
	text-decoration: none;
	;
	color: #564024;
}
a.teal:link {
	text-decoration: none;
	color: #FF0000;
	font-style: normal;
}
a.teal:visited {
	text-decoration: none;
	color: #FF0000;
	font-style: normal;
}
a.teal:hover {
	text-decoration: none;
	;
	color: #FF0000;
}
a.teal:active {
	text-decoration: none;
	;
	color: #564024;
}
