/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
}

#nav { display:none; }

#container {
	width:500px;
	margin:0px auto;
	min-height:600px;
	}
#leftcol {
	width:250px;
	display:inline;
	float:left;
	}
#rightcol {
	width:250px;
	display:inline;
	float:right;
	}
#col1 {
	width:230px;
	float:right;
	margin: 50px 0 0 0;
	padding: 0 10px;
	}
#col2 {
	width:230px;
	float:left;
	margin: 50px 0 0 0;
	padding: 0 10px;
	}
div#col1 h1 {
	height: 40px;
	width: 500px;
	position:absolute ;
	left; 250px;
	padding: auto 0 auto 0;
	font-size:24px;
	font-weight:normal;
	overflow:visible;
	float:inherit;
	}
.textCol {
	margin:55px 0 30px 0;
	}
	
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}