body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	
	font-family: Arial, Helvetica, sans-serif;
}
#nav {
	position: absolute;
	top: 2em;
	left: 1em;
	width: 10em;
}

#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 110%;
	color: #FFFFFF;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #FF9900;
	background-color: transparent;
}
#nav a:hover {
	color: #778899;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	
}


#nav img {
	margin-left: 1em;
}
#nav li.small {
	font-size: 60%;
	line-height: 1.6em; 
	padding-left: 1.2em;
	color: #FF9900;
	
	}
#wrapper {width: 850px;
	}
#content {
	padding: 2em 0 1em 14em;
	
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 100%;
	line-height: 1.6em; 
	padding-left: 1.2em;
	color: #000000;
	background-color: #FFFFFF;
}
#content p.small {
	font-size: 60%;
	line-height: 1.6em; 
	padding-left: 1.2em;
	color: #000000;
	background-color: #FFFFFF;
	}

#content h1 {
	font: 200% Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #9933CC;
	padding-left: 1.2em;
}
#content h2 {
	font: 140% Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #FF1D10;
	padding-left: 1.2em;
	margin-bottom: -16px;
}
#content img {
	margin-left: 0em;
}
#content ul {
	list-style-type: disc;
}
#content li {
	font-size: 100%;
	line-height: 1.6em; 
	padding-left: 1.2em;
	color: #000000;
	background-color: #FFFFFF;
}
.rightimg {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}