/* styles for "reversed out text" */
.reverse, .column_right_area h1, .rightHeading {
 	background-color:#5d3261;
 	color:white;
}

.reverse2 {
 	color:#5d3261;
}

/* Hover style for department links in content area */
.column_center a:hover {
color:#FFFFFF;
background-color:#5d3261; 
}

/* styles for underlined text */
.underline {
	background-color:white;
	border-bottom: 1px #5d3261 dotted;
	color:#333333;
}

.footer {
	border-top:3px #5d3261 solid;
}
