@charset "utf-8";
body,td,th {
	font-family: "Comic Sans MS", cursive;
	color: #000;
	font-size: 16px;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #0D793D;
}
a:visited {
	text-decoration: none;
	color: #0D793D;
}
a:hover {
	text-decoration: none;
	color: #D80000;
}
a:active {
	text-decoration: none;
	color: #D80000;
}
.address {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #FFF;
}
#top {
	background-color: #333;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D80000;
}
#bottom {
	background-color: #333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #D80000;
	border-right-color: #D80000;
	border-bottom-color: #D80000;
	border-left-color: #D80000;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
h1 {
	font-size: 32px;
	line-height: 42px;
	margin: 0px;
	padding: 0px;
}
.botNav {
	font-size: 12px;
	color: #CCC;
	line-height: 22px;
}
.botNav a:link {
	font-size: 12px;
	color: #CCC;
	line-height: 22px;
}
.botNav a:visited {
	font-size: 12px;
	color: #CCC;
	line-height: 22px;
}
.botNav a:hover {
	font-size: 12px;
	color: #FF0;
	line-height: 22px;
}
.botNav a:active {
	font-size: 12px;
	color: #FF0;
	line-height: 22px;
}
.menuTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #3c7438;
	text-align: left;
	line-height: 20px;
}
.northSide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #3c7438;
	font-style: normal;
}

.menuDesc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3c7438;
	text-align: left;
	line-height: 18px;
}
.menuTitleDesc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3c7438;
	line-height: 18px;
	font-weight: bold;
}
.menuRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D80000;
}

.redItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #D80000;
	text-align: left;
	line-height: 20px;
}
