body {
	background: white;
	font-size: 12pt;
	}
	
#sidebar {
	display: none;
	}
#toolbar {
	display: none;
	}
#buttonbar {
	display: none;
	}
#img_tagline {
	display: none;
}

#header {
	float: none !important;
}
#header-banner {
	border-width: 1px 1px 1px 1px;
}
.img_logo {
	position: absolute;
	top: 4px;
	left: -16px;
}

.img_logo, { /*ie win hack*/
	top: 3px;
}
#img_printtitle {
	display: inline;
	position: absolute;
	top: 33px;
	left: 65px;
}
.img_title {
	display: none;
}
#container {
	float: none !important;
}
#contentcontainer, #pagecontent {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	overflow:visible;
	}
div#contentcontainer {
  
   padding-top: 1em;
   width: 90%;
   }
div#pagecontent {
	margin-left: 20%;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	
	text-decoration: underline;
	}
 dl.float-right
{
float: none !important;
}


#footer {
	padding-top: 2em;
	font-size: 6pt;
	float: none !important;
   }
