html body #page_container .page_section {
	display: none;
	margin: 0; 
	padding: 0;
}

html body {
	margin: 0; 
	padding: 0; 
	width: 100%;
	font-family: Times New Roman, Verdana, Arial;
	font-size: 10pt; 
}

html body #page_container #header_container,
html body #page_container #content_container {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;	
	border: 0;
}

html body #page_container #header_container div {
	display: none;
}

html body #page_container #header_container #navigation_container a img {
	border: 0;
}

html body #page_container #content_container .tab_content_column {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;	
	border: 0;
	display: block;
}

html body #page_container #content_container .tab_content {
	width: 100%;
}

html body #page_container #content_container .tab_menu_column {
	display: none;
}

html body .scroller
{
	display: none;
}

html body #content_container
{
	position: static;
}

html body #background_stripe
{
	position: static;
}

html body #page_container
{
	position: static;
	overflow: inherit;
}
