#contentColMain h1, #contentColMain h1 {
	color: #B36B90;
}

#pageContentDiv h3 {
	color: #B36B90;
}

/*#contentColMain h3 {
	color: #B36B90;
	clear:both;
	font-size: inherit;
	margin-bottom: -2px;
	padding-top: 2px;
	margin-top:0px;
}*/

/*#contentColMain h2.black, #contentcolMain h3.black {
	color: #000;
}*/

#introTextBox {
	float: left;
	width: 160px;
	min-height: 173px;
	_height: 173px;
	color: White;
	padding: 0px 17px;
	background-color: #B36B90
}

#introTextBox p {
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 15px 0px 5px 0px;
	margin: 0px;
}

/*************************************************************/
/* Secondary level navigation styles for the Parents section */
/*************************************************************/
#secondaryNavigation {
	background-color: #F0E3EA;
}

#secondaryNavigation p {
	padding: 2px 5px;
	margin: 0px;
	border-right: 1px solid #CBADBE;
	float: left;
}

#secondaryNavigation p.last {
	border: none;
}

#secondaryNavigation p.navOn {
	background-color: #B36B90;
	color: white;
}

/***************************************************************************/
/* Tertiary level navigation styles for the Rights and Entitlement section */
/***************************************************************************/

#tertiaryNavigation {
	width: 194px;
	background-color: #B36B90;
	margin: 10px 0px;
}

#tertiaryNavigation p {
	padding: 3px 7px;
	margin: 0px;
	width: 180px;
	border-bottom: 1px solid #F0E3EA;
	background-color: #B36B90;
}

#tertiaryNavigation p a, #tertiaryNavigation p a:visited {
	color: #fff;
}

#tertiaryNavigation p.navOn {
	background-color: #F0E3EA;
	color: #B36B90;
}

#tertiaryNavigation p.navOn a, #tertiaryNavigation p.navOn a:visited {
	text-decoration: none;
	color: #B36B90;
}

#tertiaryNavigation p a.navOnB, #tertiaryNavigation p a.navOnB:visited {
	font-weight: bold;
	text-decoration: none;
}

#tertiaryNavigation p.subcat {
	color: #B36B90;
	width: 174px;
	background-color: #F0E3EA;
	padding: 3px 0px 3px 20px;
	border-bottom: 1px solid #FFFFFF;
}

#tertiaryNavigation p.subcat a, #tertiaryNavigation p.subcat a:visited {
	color: #B36B90;
	text-decoration: none;
}

#tertiaryNavigation p.subcat a.on {
	font-weight: bold;
	text-decoration: none;
	color: #B36B90;
}

/*********************************************/
/* Form styles for the Parents section */
/*********************************************/

#onlineForm table {
	float: left;
	width: 480px;
}

#onlineForm td {
	background-color: #F0E3EA;
	padding: 10px;
	font-size: 1em;
}

#onlineForm td.fieldTitle, #onlineForm td.fieldTitle_error {
	width: 200px;
	vertical-align: top;
	font-size: 0.7em;
}

#onlineForm td.fieldTitle_error {
	color:red;
	font-weight:bold;
}

#onlineForm td.fieldValue {
	width: 240px;
}

#onlineForm td.fieldValue span {
	color:red;
	font-size: 0.7em;
	font-weight: bold;
}

#onlineForm select {
	font-size: 0.7em;
}

#onlineForm input.formField, #onlineForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #E3ECEA;
	height: 18px;
	width: 236px;
	padding: 3px;
}

#onlineForm textarea {
	height: 156px;
}

#onlineForm p.errormsg {
	color: red;
	font-size: 0.8em;
	font-weight: bold;
}

/* End of Form styling */

#pageContentDiv #twocolumn_container li strong,
#pageContentDiv #twocolumn_container li strong a {
	color: #B36B90;
	}
	
#homePageTitle {
	border-bottom: dotted 2px #B36B90;
	}


