body {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 14px; 
	color: black;
	background-color: snow; 
	background-image: none; 
	background-repeat: no-repeat; 
	margin: 10px;
}
h1 {
	border-bottom: 1px solid black;
	line-height: 10px;
	margin-top: 24px;
	margin-bottom: 0px;
	font-size: 14px; 
	font-weight: bold; 
	text-align: left; 
	color: black;
}
h1.title {
	border-bottom: 0px solid black;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 24px;
	font-weight: bold;
	font-size: 24px; 
	text-align: center; 
	color: black;
}
h1.subelement {
	margin-top: 24px;
	font-weight: bold;
	font-size: 14px; 
	text-align: left; 
	color: black;
}
h1.topNav {
	margin-top: 10px;
	font-weight: bold; 
	text-align: center; 
	color: yellow;
}
p {
	margin-top: 3px;
	font-weight: normal; 
	text-align: left; 
	color: black;
}
p.help {
	margin-top: ;
	font-weight: normal; 
	text-align: left; 
	color: navy;
}
p.subelement {
	margin-top: ;
	font-weight: normal;
	font-size: 18px; 
	text-align: left; 
	color: black;
}
p.leftNav {
	margin-top: ;
	font-weight: bold; 
	text-align: center; 
	color: yellow;
}
a {
	text-align: right; 
}
a.website {
	font-weight: bold; 
	text-decoration:underline;
	text-align: center; 
	color: yellow;
}
a.website:visited {
	font-weight: bold; 
	text-decoration:underline;
	text-align: center; 
	color: yellow;
}
li {
	list-style-type: none;
	margin-bottom: 10px;
	font-weight: normal; 
	text-align: left; 
	color: blue;
}
li.toc {
	list-style-type: none;
	margin-bottom: 5px;
	font-weight: normal; 
	text-align: left; 
	color: blue;
}
li.help {
	list-style-type: decimal;
	margin-bottom: 10px;
	font-weight: normal; 
	text-align: left; 
	color: black;
}
li.answer {
	list-style-type: upper-alpha;
	margin-bottom: 10px;
	font-weight: bold; 
	text-align: left; 
	color: black;
}
#NAV {
	top: 0px;
	left: 10px;
	right: 10px;
	border: 2px;
	background-color: transparent;
	color: white;
	z-index: 30;
}
#NAV a.level1 {
	display: block;
	color: white;
	font-size: 18px; 
	text-decoration: none; 
	font-weight: bold;
	font-style: normal;
	margin-top: 10px;
	margin-left: 0px;
	text-align: left;
	background-color: saddlebrown;
}
#NAV a.level1:visited {
	color: white;
}
#NAV a.level1:hover {
	background-image: none;
	background-color: transparent;
	color: yellow;
}
#NAV a.level1:hover.current {
	background-color: transparent;
}
#NAV a.level2 {
	display: block;
	color: maroon; 
	text-decoration: none; 
	font-weight: bold;
	font-style: italic;
	margin-top: 6px;
	margin-left: 20px;
	text-align: left;
	background-color: sandybrown;
}
#NAV a.level2:visited {
	color: maroon;
}
#NAV a.level2:hover {
	background-image: none;
	background-color: transparent;
	color: yellow;
}
#NAV a.level2:hover.current {
	background-color: transparent;
}




