#contentColMain h1, #contentColMain h1 {
	color: #846B5F;
}

#pageContentDiv h3 {
	color: #846B5F;
}

/*#contentColMain h2.zone, #contentColMain h3.zone {
	color: #846B5F;
	margin-bottom: -4px;
}*/

#introTextBox {
	float: left;
	width: 160px;
	min-height: 173px;
	_height: 173px;
	color: White;
	padding: 0px 17px;
	background-color: #846B5F;
}

#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: #E8E3E1;
}

#secondaryNavigation p {
	padding: 2px 5px;
	margin: 0px;
	border-right: 1px solid #B19486;
	float: left;
}

#secondaryNavigation p.last {
	border: none;
}

#secondaryNavigation p.navOn {
	background-color: #846B5F;
	color: white;
}

/***************************************************************************/
/* Tertiary level navigation styles for the Rights and Entitlement section */
/***************************************************************************/

#tertiaryNavigation {
	width: 194px;
	background-color: #846B5F;
	margin: 10px 0px;
}

#tertiaryNavigation p {
	padding: 3px 7px;
	margin: 0px;
	width: 180px;
	border-bottom: 1px solid #E8E3E1;
	background-color: #846B5F;
}

#tertiaryNavigation a, #tertiaryNavigation a:visited {
	color: #fff;
}


#tertiaryNavigation p.navOn {
	background-color: #E8E3E1;
	color: #846B5F;
}

#tertiaryNavigation a.navOn, #tertiaryNavigation a.navOn:visited {
	text-decoration: none;
	color: #846B5F;
}

#tertiaryNavigation a.navOnB, #tertiaryNavigation a.navOnB:visited {
	font-weight: bold;
	text-decoration: none;
}

#tertiaryNavigation p.subcat {
	color: #846B5F;
	width: 174px;
	background-color: #E8E3E1;
	padding: 3px 0px 3px 20px;
	border-bottom: 1px solid #fff;
}

#tertiaryNavigation p.subcat a, #tertiaryNavigation p.subcat a:visited {   color: #846B5F;
   text-decoration: none;
}

#tertiaryNavigation p.subcat a.on {
   font-weight: bold;
   text-decoration: none;
   color: #846B5F;
}

#pageContentDiv #twocolumn_container li strong,
#pageContentDiv #twocolumn_container li strong a {
	color: #846B5F;
	}

#homePageTitle {
	border-bottom: dotted 2px #846B5F;
	}

.blogpost_title,.newsitem_title{
	color: #846B5F;
	}

/*********************************************/
/* Form styles for the Parents section */
/*********************************************/

#onlineForm table {
	float: left;
	width: 480px;
}

#onlineForm td {
	background-color: #E8E3E1;
	padding: 10px;
	font-size: 1em;
}

#onlineForm td.fieldTitle, #onlineForm td.fieldTitle_error {
	width: 200px;
	vertical-align: top;
	font-size: 0.7em;
}

#onlineForm td.fieldTitleI {
	padding-left: 30px;
	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 #B19486;
	height: 18px;
	width: 236px;
	padding: 3px;
}

#onlineForm textarea {
	height: 75px;
}

#onlineForm p.errormsg {
	color: red;
	font-size: 0.8em;
	font-weight: bold;
}

/* End of Form styling */

