@charset "UTF-8";
/* CSS Document */

/*******************************
	Navigation 
	- Toddler, Pre, 7 & up
*******************************/
.tuitionNav {
	float:left;
	width:170px;			/* IE6 needs this to be no more then 170, 180 works everywhere else */
	height:33px;
	text-align:center;
	font-size:10pt;
	margin:0px 20px 0px 20px;
	background-color:#faf8ec;
}
.tuitionNav h3 {
	margin:0px 0px 0px 0px;
}

#tuitionNavContainer a:link, a:visited {		/* All the pseudo-class selectors need to be assigned to individual divs */
	width:100%;
	height:33px;
	text-decoration:none;
	color:#303031;
}
#tuitionNavContainer a.tuitionNav:hover {
	background-color:#ecdda7;
}

/*******************************
	Bodies
	- Toddler, Pre, 7 & up
*******************************/
.aBody {
	clear:both;
	padding-top:15px;
}

#toddlerBody {
	display:none;
}
#preBody {
	display:none;
}
#adultBody {
	display:none;
}
#commonBody {
	display:none;
}

.singleEightClassTable {
	font-size:11pt;
	font-weight:bold;
	margin:10px 0px 20px 23px;
}
.semesterTable {
	font-size:10pt; 
	font-weight:bold; 
	margin:10px 20px 20px 20px;
}
.semesterTableHeader{
	padding-bottom:8px; 
	border-bottom:solid 2px #9f712a;
}
.aBullet {
	color:#9f712a;
}
