/* Print */
body	         {
	font-family: Arial, Helvetica, sans-serif;
	margin: 32px 10px 0px 10px;
	background-color: #4F5052;
}

p {
	margin: 0;
	padding: 0;
}
/* Print */
#dontprint { display: none; }


/* Page */
#pageMainTitle	{
	display: block;
	width: 624;
	padding: 10px 0px 15px 0px;
	font-size: 24px;
	color: #ff5a00;
	font-weight: bold;
}


.contentLeftColumn	{
	display: block;
	float: left;
	width: 182px;
	border-left: 1px solid #417999;
	border-right: 1px solid #417999;
	/*background-color: #00FF00;*/
}
.contentRightColumn	{
	display: block;
	float: right;
	width: 648px;
	border-right: 1px solid #417999;
	/*background-color: #FF0000;*/
}
.contentRightColumn	a:active, .contentRightColumn a:visited, .contentRightColumn a:link { color: #41799a; text-decoration: none; }
.contentRightColumn a:hover { color: #ffa302; text-decoration: none; }

