body {
	margin: 0;
	padding: 0;
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
#nav1 {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 10em;
}
body > #nav1 {
	position: fixed;
}
#nav1 ul {
	list-style: none;
	margin-left: 2em;
	padding-left: 0;
}
#nav1 li {
	font-size: 90%;
	color: #FF0000;
	margin-bottom: 0.3em;
}
#nav1 a:link, #nav a:visited {
	text-decoration: none;
	color: #CC00CC;
	background-color: transparent;
}
#nav1 a:hover {
	color: #778899;
	
}

#nav1 h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #66CC00;
	background-color: transparent;
}
#nav1 img {
	margin-left: 1em;
	background-color: transparent;
}
#nav1 img:hover {
	background-color: transparent;
}
#nav1 p.small {
	font: 80% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin-left: 1em;
}
#nav2 {
	position: absolute;
	top: 11em;
	left: 1em;
	width: 10em;
}
body > #nav2 {
	position: fixed;
}
#nav2 ul {
	list-style: none;
	margin-left: 2em;
	padding-left: 0;
}
#nav2 li {
	font-size: 90%;
	color: #FF0000;
	margin-bottom: 0.3em;
}
#nav2 a:link, #nav a:visited {
	text-decoration: none;
	color: #CC00CC;
	background-color: transparent;
}
#nav2 a:hover {
	color: #778899;
	background-color: #66CC00;
}

#nav2 h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #66CC00;
	background-color: transparent;
}
#nav2 img {
	margin-left: 1em;
	background-color: transparent;
}
#nav2 p.small {
	font: 60% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin-left: 1em;
}
#nav {
	position: absolute;
	top: 2em;
	left: 1em;
	width: 10em;
}
body > #nav {
	position: fixed;
}
#nav ul {
	list-style: none;
	margin-left: 2em;
	padding-left: 0;
}
#nav li {
	font-size: 90%;
	color: #FF0000;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #CC00CC;
	background-color: transparent;
}
#nav a:hover {
	text-decoration: none;
	color: #778899;
	background-color: #66CC00;
}

#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #66CC00;
	background-color: transparent;
}
#nav img {
	margin-left: 1em;
	background-color: transparent;
}
#nav img:hover {
	background-color: transparent;
}
#nav p.small {
	font: 80% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin-left: 1em;
}
#content {
	padding: 2em 2em 1em 14em;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
}
#content p {
	font-size: 100%;
	line-height: 1.6em; 
	padding-left: 1.2em;
	color: #000000;
}
#content p.small {
	font-size: 60%;
	line-height: 1.6em; 
	padding-left: 1.2em;
	color: #000000;
	}

#content h1 {
	font: 200% Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	padding-left: 1.2em;
}
#content h2 {
	font: 140% Verdana, Arial, Helvetica, sans-serif;
	color: #66CC00;
	padding-left: 1.2em;
	margin-bottom: -16px;
}
#content img {
	margin-left: 0em;
}
#content ul {
	list-style-type: disc;
}
#content li {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
	color: #000000;
}
.rightimg {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
	}
.leftimg {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	}
hr {
	border: none;
	background-color: #FF0000;
	color:#FF0000;
	height:1px;
	width: 60%;
	padding-left: 1em;
}
