.PageTitle {
	color: #00A0A3;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}

.Column {
	padding-top: 10px;
	width: 220px;
	border-right: dashed 1px #999999;
}

.ContentFrame {
	background: #FFFFFF;
}
.ContentHead {
	color: #1C527A;
	font-family: Adobe Garamond Pro, Times New Roman;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.Content {
	padding: 12px;
	background: #FFFFFF;
	color: #000;
	font-size: 16px;
}
.ContentBox {
	background: #FFFFFF;
	color: #1C527A;
	height: 275px;
}
.ContentLinks, A.ContentLinks {
	color: #603B2C;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}
A.ContentLinks:hover {
	color: #F2DDB6;
}