body {

	background-color: #FFFFFF;
	margin: 0;
	width: 774px;
	position: relative;
	float: left;

}

a {
	color: #D65F0A;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}

ul {list-style-image: url("images/bullet.gif") }

li {
	font-family: gill sans, helvetica, arial;
	font-weight: normal;
	color: #333333;
	font-size: 85%;
	width:400px;
	line-height: 15px;
	margin-bottom: 6px;
}

p {

	font-family: gill sans, helvetica, arial;
	font-weight: normal;
	color: #333333;
	font-size: 90%;
	line-height: 18px;

}

.fine {	
	font-family: gill sans, helvetica, arial;
	font-weight: normal;
	color: #333333;
	font-size: 69%;
}

p.vspacing {
	padding-top:10px;
	line-height:1px;
	margin:0;
}

.purple {
	color: #807FB9;
	font-weight: bold;

}

.h1 {
	font-size: 125%;
	color: #807FB9;
	font-family: gill sans, helvetica, arial;
	line-height: 2px;
	padding-top: 10px;
}

.h2 {
	font-size: 130%;
	color: #807FB9;
	font-family: gill sans, helvetica, arial;
	padding-top: 10px;

}

.toc {
	font-size: 100%;
	color: #807FB9;
	font-family: gill sans, helvetica, arial;
	padding-top: 10px;

}

.worksheet {
	margin-left: 25px;

}

.sidenav {

	left: 0px;
	margin: 12px;
	width: 240px;
	position: absolute;
	background-color: #C5D994;
	border: 1px solid #FAB483;
	float: left;
}


.navitems {

	margin-bottom: 20px;

}

.mainarea {

	left: 264px;
	margin-right: 12px;
	margin-top:12px;
	padding: 10px;
	width: 510px;
	float: right;
	position: absolute;
	border: 1px solid #FAB483;
	background-color: #FBEBA0;
}


.photo {

	float: right;
	margin: 10px 0 9px 10px;
	border: 1px solid #807FB9;
}

