/* @group Global Properties */

body {
	font-size: 10pt;
	background: none;
}

h1 {
	color: #000000;
}

/*

@end */

/* @group Global Classes */

.clearer {
	clear: both;
}

.separator {
	background: none;
	border-top: 1px solid #787878;
	margin-top: 1.0em;
}

.featured {
	display: none;
	visibility: hidden;
	height: 0;
}

/* @end */

/* @group Layout */

#container {
	width: 100%;
	color: #5e5e5e;
	margin: 0;
}

#header {
	height: 180px;
}

#header #headerPrint {
	display: block;
}

#header #headerPrint, #header #headerPrint img {
	width: 725px;
	height: 180px;
}

#header #headerFlash {
	display: none;
}

#navcontainer {
	display: none;
}

#contentContainer {
	overflow: visible;
	background: none;
}

#content {
	float: none;
	width: 90%;
	
	color: #000000;
	font-size: 1.0em;

	padding: 1.5em;
}

#content .col-1 {
	float: none !important;
	width: 100% !important;
	overflow: visible;
}

#content .col-2 {
	float: none !important;
	width: 100% !important;
	overflow: visible;
}

	#content .col-2 imageStyle {
		float:  none !important;
		clear: both !important;
	}

#sidebarContainer {
	page-break-before: always;
	float: none;
	overflow: visible;
	width: 90%;
	
	background-image: none;
	background-color: white;
	color: #5e5e5e;
	font-size: 1.0em;
	
	padding: 1.5em;
	margin: 0;
}

#sidebar p.sideHeader {
	color: #000000;
}

#footer {
	border-top: 2px solid #787878;
	font-size: 0.9em;
	background: none;
}

#footerNav {
	display: none;
}

#pageBottom {
	display: none;
}


/* @end */
