#divMainContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #436480;
	clear: both;
	margin-top: 2px;
}
#divLeftContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 380px;
	margin-top: 11px;
	line-height: 2.5em;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#divRightContent {
	float: right;
	width: 320px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	margin-top: 11px;
	text-align: right;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
#divLeftContent a:link, #divLeftContent a:visited, #divLeftContent a:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #436480;
	padding-left: 10px;
	margin-left: 15px;
	padding-right: 10px;
}
#divLeftContent a:hover {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4D7EA0;
}
