div#contentArea h3.contactInfoHeading {
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}

div#contentArea table.contactData {
	border: 0;
	margin-bottom: 20px;
}

div#contentArea table.contactData td {
	vertical-align: top;	
	padding: 8px 0px 0px 0px;
}

div#contentArea table.contactData td.contactType {
	font-weight: bold;
	width: 110px;
}

ul#employmentTypes {
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	padding-bottom: 3px;
	white-space: nowrap;
}

ul#employmentTypes li {
	display: inline;
	list-style-type: none;
}

ul#employmentTypes li a {
	background-color: #ccc;
	border: 1px solid #666;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}

ul#employmentTypes li a.current {
	background-color: #fff;
}

h3.purple {
	color: #560C70;
}

ul.redbullets {
	list-style-type: square;
	color: #d02433;	
}

ul.redbullets span {
	color: #000;
}
