BODY {
	background: #746a83;
}

BODY, TD {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
}

H1 {
	color: #e0d4e8;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	letter-spacing: .75em;
	padding-left: 32px;
	margin-bottom: 0;
}

H2 {
	color: #e0d4e8;
	font-family: Times New Roman, Times, serif;
	font-size: 13pt;
	font-style: italic;
	letter-spacing: .5em;
	padding-left: 32px;
	border-bottom: 2px solid #e0d4e8;
	margin: 0 0 4px 0;
}

H3 {
	color: #e0d4e8;
	border-bottom: 2px solid #e0d4e8;
	margin-top: 0;
}

P {
	text-indent: 2em;
}

UL {
	margin-top: 2px;
}

LI {
	position: relative;
	left: -1.2em;
}

#nav {
	position: absolute;
	width: 135px;
	left: 8px;
	top: 64px;
	padding-top: 8px;
}

#main {
	padding-left: 7px;
	margin: 0 50px 50px 140px;
	border-left: 2px solid #e0d4e8;
}

.Q {
	font-family: "Palatino Linotype", serif;
}

.faq {
	font-size: larger;
	color: #2b3e22;
	cursor: pointer;
	background: #8fa387;
	padding: 4px;
	margin-bottom: 8px;
}

.blurb {
	width: 560px;
	background: #e0d4e8;
}

.blurbi {
	font-family: Verdana, Arial, sans-serif;
	background: #e0d4e8;
	margin: 8px;
}

.answer {
	display: none;
	margin-bottom: 6px;
}

.NavLink {
	color: #2b3e22;
	background: #8fa387;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #2b3e22;
	padding: 5px;
	display: block;
	margin-bottom: 2px;
}

.NavLink:hover {
	background: #e0d4e8;
}

.NavLink:visited {
	color: #2b3e22;
}

.NavLink:active {
	color: red;
}

