#pageBodyCell {
	width: 60%;
}
#leftFlank, #rightFlank {
	width: 20%;
	background-color: #544C49;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: White;
}
#leftFlank {
	background-image: url(../ui/flankLeftShadow.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#rightFlank {
	background-image: url(../ui/flankRightShadow.gif);
	background-position: left;
	background-repeat: repeat-y;
}
.flank h3 {
	font-size: x-small;
	font-weight: bold;
	color: White;
	background-color: #8D8481;
	margin-top: 0px;
	margin-bottom: 1em;
	padding: 0.25em 15px;
}
.flank p + h3, .flank ul + h3, .flank ol + h3 {
	margin-top: 2em;
}
.flank p, .flank ul, .flank ol {
	font-size: x-small;
	margin-left: 15px;
}
.flank p {
	line-height: normal;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 1em;
}

.flank A:link {text-decoration: none; color: white;}
.flank A:visited {text-decoration: none; color: white;}
.flank A:active {text-decoration: none; color: white;}
.flank A:hover {text-decoration: underline; color: white;}




