/* Theme text color for links and headlines in this section */
h1, h2, h3, h4, h5,
#bodyContainer a, #bodyContainer a:hover, #bodyContainer a.activeMain:visited,
#menuContainer a.activeMain, #menuContainer a.activeMain:visited,
#menuContainer a.activeSub, #menuContainer a.activeSub:visited,
#footer,
#menuContainer ul ul a,
#menuContainer ul ul a:visited,
span.templateColor {
	color: #CA0A7A;
}

#bodyContainer ul {
	list-style-image: url(/resources/images/arrow_professional_development.gif);
}

/* theme background for this section */
.templateBox {
	background: #FAE6F1;
}
div.underline {
	border-bottom: 1px solid #CA0A7A;
}

#menuContainer ul ul li {
	list-style-image: url(/resources/images/hyphen_magenta.gif);
}

.standardField {
	width: 350px;
}

.halfField {
	width: 200px;
}


.profileImage {
	border: 2px solid white;
	margin-right:10px;
	float: left;
}


.profileImage:hover, .selectedProfile {
	border: 2px solid #CA0A7A;
}



