/*2 columns without side nav.*/
div#content #col1 {
	width: 250px;
	float: left;
	margin-right: 20px;
}

div#content #col2 {
	width: 500px;
	float: left;
}

div#content #col3 {
	position: relative;
	width: 180px;
	float: right;
}

div#content #bottomrow {
	position: relative;
	clear: left;
	width: 735px;
        z-index: 0;
}

div#bluefloatbox {
	border: 2px solid #1E75C2;
	width: 515px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9pt;
}


