/* CSS Document */

.leftcol, .rightcol {
	width: 46%;
	padding: 2%;
	float: left;
	text-align: left;
}
.leftcol p, .rightcol p {
	clear: left;
	margin-top: 15px;
	margin-bottom: 5px;
}
.leftcol:hover a, .rightcol:hover a {
	/* color: #3B56CC; */
	/* color */
	text-decoration: underline;
}
/* FOR IE ONLY 
.leftcol a, .rightcol a {
	_color: #96CC3B;
}
*/
.main a:hover {
	/* color */
	text-decoration: none;
}
.header {
	position: relative;
	float: left;
	font: bold 14px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	/* color */
	padding-top: 10px;
	padding-bottom: 5px;
	_margin-bottom: -20px;
}
