@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #684f40;
}

a:link, a:active, a:visited {
	color: #61473A;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #311e13;
}

h1 {
	color: #c1d72e;
	font-size: 14px;
}

h2 {
	color: #c1d72e;
	font-size: 18px;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0px;
}

.sig {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	padding: 5px 0px;
}

.bodyText {
	padding: 0px 40px;
	color: #684f40;
}

.menuTopItems {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #684f40;
}

.menuTopItems a:link, .menuTopItems a:active, .menuTopItems a:visited {
	color: #684f40;
}

.menuTopItems a:hover {
	color: #ffffff;
}

.sideMenuItem {
	padding: 5px 0px 5px 10px;
}

.menuSideItems {
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	letter-spacing: .2px;
	text-transform: uppercase;
}

.menuSideItems a:link, .menuSideItems a:active, .menuSideItems a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menuSideItems a:hover {
	color: #c1d72e;
}

.activeItem, .activeItem a:link, .activeItem a:active, .activeItem a:visited {
	color: #c1d72e;
}

.bottomMenuItem a:link, .bottomMenuItem a:active, .bottomMenuItem a:visited {
	color: #97BA0F;
	font-weight: bold;
	text-decoration: none;
}

.bottomMenuItem a:hover {
	color: #684F40;
}

.becauseQuote {
	color: #92b508;
	font-style: italic;
	font-size: 8px;
}

.becauseTitle {
	color: #92b508;
	font-weight: bold;
	font-size: 14px;
}