/* hide various elements */
#mainNav,
#toolBox {
	display: none !important;
}

#header {
	margin: 0;
	height: auto;
}

#logo {
	padding-top: 0px;
	padding-bottom: .2in;
	width: 90%;
}

body, 
#body, 
#header, 
#homeFlash,
#homeNewsSections {
	background: none !important;
}

body {
	padding: 0px;
}

#body {
	width: auto;
	padding: 0px;
}

.mainContent {
	margin: 0;
	width: 65%;
	_overflow: hidden;
}

.bioMainContent {
	float: none;
	width: 48%;
	margin-left: 180px;
	min-height: auto !important;
	height: auto !important;
}

#contentSidebar {
	width: 20%;
	margin: 0;
	padding-bottom: 0px;
	background: none;
	float: right;	
}

#bioSidebar {
	clear: both;
	float: left;
	margin: 0px;
	min-height: auto !important;
	height: auto !important;
}		

body, #body, #homeFlash, #homeFlashNotice {
	margin: 0;
	height: auto;
}

/*
body,
#body,
.mainContent,
.bioMainContent,
#contentSidebar,
#bioSidebar
{


		min-height: auto !important;
		height: auto !important;
		overflow: hidden !important;
		
}		
*/

#homeNotice {
	overflow: visible;
	padding: 0 0 20px 0;
	color: #555555; 
}

#homeNotice p {
	color: #555555; 
}

#homeNewsSections {
	margin: 0;
	padding-top: 0;
}

#homeNewsSections div,
#homeNewsSections div ul {
	width: auto !important;
	height: auto !important;
	min-height: 0;
	float: none !important;
	background: none;
}

/* hide PNG logo in IE6 because it has major issues */
#logo span {
	display: none !important;
}

#footer { 
	float: none !important;
	clear: both !important;
	display: block;
	width: 660px;
	text-align: left;
}

