body {
	text-align: left;
	background: #fff;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 15px 0 !important;
}

h3 { padding-left: 0; background: #fff !important; }

/*=wrapper
-----------*/
#wrapper {
	width: 100% !important;
	margin: 0 !important;
	padding-top: 0 !important;
	text-align: left;
	position: static;
}

/*=logo
--------*/
#wrapper #logo { display: none; }
#wrapper #printLogo { position: static; left: auto; visibility: visible; display: block; margin-bottom: 20px; }

/*=global navigation
---------------------*/
#wrapper #globalNav { display: none; }

/*=header
----------*/
#wrapper #header {
	width: 100% !important;
	height: auto !important;
	background: #fff;
	padding-top: 0 !important;
}

/*=main navigation
--------------------*/
#header #mainNav { display: none; }

/*=banner image
----------------*/
#header #banner {
	display: none;
}

/*=sub navigation for index pages
----------------------------------*/
#header #subNav { display: none; }

/*=sub navigation for inside pages
----------------------------------*/
#header #insideSub { display: none; }

/*=print link
--------------*/
#header ul#print { display: none; }

/*=content wrapper
-------------------*/
#wrapper #contentWrapper {
	background: #fff;
	float: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

/*=content
----------*/
#contentWrapper #content {
	background: #fff;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	width: 100% !important;
}

/*=main content
---------------*/
#content #mainContent {
	background:#fff;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}
#mainContent #mainContentText {
	width: 100% !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
#mainContent #subContent, #mainContent #insideSubContent {
	display: none;	
}
#subContent p, #insideSubContent p, #sidebar p, 
#subContent h4, #insideSubContent h4, #sidebar h4,
#subContent h5, #insideSubContent h5, #sidebar h5 { margin-left: 0 !important; }
#subContent p, #insideSubContent p, #sidebar p { margin-left: 0 !important; }

#insideSubContent .evaluateBlock { margin-left: 0 !important; }

/*=sidebar
----------*/
#content #sidebar {
	display: none;
}
#sidebar select { display: none; }

/*=section navigation
----------------------*/
#sidebar #sectionNav { display: none; }

/*=footer
----------*/
#wrapper #footer {
	display: none;
}
#wrapper #printFooter { display: block; padding-top: 30px; clear: both; }
#printFooter p { color: #bbb; }


