@charset "utf-8";
/* CSS Document */

	.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clearBoth {
	clear:both;
}

.bold
{
	font-weight: bold;
}

.whiteBg {
	background:#FFFFFF;
}
#contentwrapper {
	float: left;
	width: 100%;
	background:#FFFFFF;
}
#contentcolumn {
/*	margin-right: 350px; /*Set right margin to RightColumnWidth*/
	background-color:#FFFFFF;
	width:69%;
}
#rightcolumn {
	float: right;
	width: 30%; /*Width of right column in pixels*/
	margin-left: -30%; /*Set left margin to -(RightColumnWidth) */
}
