/* ------ EXTRA CLASSES AND IDS ------ */


#previous a, #next a
{
	display: block;
	width: 5em;
	padding: .3em;text-align: center;
}

#previous a:hover, #next a:hover { background: red; }
#previous { float: left; }
#next { float: right; }

#contentintro #summary-involved p
{
	margin: 0;
	padding: 0 20px;
}

#contentintro #summary-involved ul
{
	margin: 0;
	padding: .3em 20px 20px;
}

.clear-right { clear: right; }
.clear-both { clear: both; }

.hidden
{
	position: absolute;
	left: -5000px;
	width: 3000px;
}

#contentguide
{
	float: left;
	display: inline;
	padding: 20px 0 2em;
	margin: 0 110px 0 100px;
}

#contentguide p { margin: 0 0 1em 0; }
#contentguide h3 { margin: 0 0 .2em 0; }

#contentintro
{
	float: left;
	display: inline;
	padding: 20px 0 2em;
	margin: 0 94px 0 85px;
}

#contentintro p { margin: 0 0 1em 0; }
#contentintro h3 { margin: 0 0 .2em 0; }

#contentintro ul
{
	margin: .5em 0 2em 0;
	padding: 0;
	list-style-type: none;
}

.spacer
{
	clear: both;
	height: 1em;
}
