* {
	font-family:Helvetica, Helvetica, sans-serif;
}

p#headline {
	color:rgb(255,255,255);
	margin: 1em 0 1em 1em;
	font-size:13px;
}

p#nav {
	color: rgb(255,255,255);
	margin: 0 0 0 1.3em;
	font-size: 10px;
}

p#nav a, p#nav a:link, p#nav a:visited {
	color: rgb(255,255,255);
	text-decoration:none;
}

p#nav a:hover {
	color: rgb(255,255,255);
	text-decoration:underline;
}


#sidenav {
	position: absolute;
	top: 125px;
	padding-left: 0.5em;
	margin-left: 1em;
	font-size: 12px;
	color:rgb(102,102,102);
	line-height: 14px;
	border: 1px solid rgb(102,102,102);
	width: 150px;
}

#section, #section a, #section a:link, #section a:visited {
	font-size: 14px;
	text-decoration: none;
	color: rgb(102,102,102);
}

#subsection {
	font-size: 12px;
	margin-left: 2em;
	line-height: 16px;
}

#subsection a, #subsection a:link, #subsection a:visited {
	color:rgb(102,102,102);
	text-decoration: none;
}

#subsection a:hover {
	color:rgb(0,0,0);
	text-decoration: underline;
}

#current {
	font-weight: bold;
}

#content {
	position: absolute;
	top: 125px;
	left: 212px;
	font-size: 13px;
	color: rgb(66,66,66);
	line-height: 26px;
	margin: 0 1em 1em 1em;
	width: 700px;
}

.heading1 {
	color:#6DB33F;
	font-size: 24px;
	font-weight: bold;
}

.class1 {
	color:#6DB33F;
	font-size: 16px;
}

p.standard {
	font-size: 13px;
	color: rgb(66,66,66);
	line-height: 26px;
}

h2 {
	color:#6DB33F;
	font-size: 16px;
	font-weight: 200;
	font-variant:normal;
}

