#toc{
	position: relative;
	background-color: #EBF0D2;
}
#toc[class="geometryMain"]
{
	position: relative;
	background-color: #ebf5ff;



}

#tocHeader{ margin-bottom: 20px; }


.titlePreAlgebra, .titleAlgebraI, .titleAlgebraII, .titleGeometry{
	/*border: 1px solid yellow;*/
	float: left;
	margin-bottom: 0px;
	padding: 0px 10px 2px 10px;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	width: 760px;
}

.titlePreAlgebra .leftSide, .titleAlgebraI .leftSide, .titleAlgebraII .leftSide, .titleGeometry .leftSide{
	/*border: 1px solid blue;*/
	float: left;
}

.titleAlgebraI .rightSide{
	/*border: 1px solid black;*/
	float: right;
	color: #619D2B;
}

.titleAlgebraII .rightSide{
	float: right;
	color: #4A4F17;
}

.titlePreAlgebra .rightSide{
	float: right;
	color: #45490C;
}
.titleGeometry .rightSide{
	float: right;
	color: #466482;
}

h2{
	/*border: 1px solid black;*/
	padding: 10px 30px;
	margin-bottom: 0px;
	font-size: 1.1em;
}

ul{
	list-style-type: none;
	clear:both; 	   /* IE adds space FF doesn't, IE spaced fixed in following line*/
	margin-top:-10px; /* FF ignores this but IE observes it and fixes IE alignment */
}

#toc ul li, #toc ul li a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#toc ul li a:hover{
	color: #FFCC00;
	text-decoration: underline;
}

#bottomBar{
	padding-bottom: 5px;
	width: 100%;
	height: 55px;
}

/************* Chapters ***********/
.titleAlgebraI, .algebraI{
	background-color: #AFB47D;
}

.titleAlgebraII, .algebraII{
	background-color: #91965F;
}

.titlePreAlgebra, .preAlgebra{
	background-color: #CDD290;
}
.titleGeometry, .geometry{
	background-color: #8CAAC8;
}
#bottomBar #copyRight{
	/*border: 1px solid black;*/
	float: right;
	padding-right: 10px;
	color: #ffffff;
	font-size: .7em;
}

/************* Units / Sections ***********/
.titlePreAlgebra .rightSide a{
	color: #45490C;
	text-decoration: none;
}

.titleAlgebraI .rightSide a{
	color: #619D2B;
	text-decoration: none;
}

.titleAlgebraII .rightSide a{
	color: #4A4F17;
	text-decoration: none;
}
.titleGeometry .rightSide a{
	color: #466482;
	text-decoration: none;
}

.rightSide a:hover{
	color: #FFFF00;
}

.preAlgebraDivider, .algebraIDivider, .algebraIIDivider, .geometryDivider{
	/*border: 1px solid black;*/
	margin-left: 10px;
	margin-bottom:20px;
	width: 760px;
	height: 10px;
}

.preAlgebraDivider{
	background-color: #B0B57F;
}

.algebraIDivider{
	background-color: #AFB47D;
}

.algebraIIDivider{
	background-color: #91965F;
}
.geometryDivider{
	background-color: #8CAAC8;

}
