#nav, #sub_navigation, .top_search, .top_image, .top_search_input, .content_breadcrumb, .content_side_nav_wrapper, .footer_image, .footer_navigation {
	display: none !important;
}

body, .top, .content_wrapper, .content_area, .footer, .content_title, .content_title_sub{
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body {
   background: white;
   font-size: 12pt;
   color: black;
}
   
.wrapper{
	position: absolute;
	top: 0 ;
	left:0 !important;
	width:auto !important;
	margin: 0px!important;
	padding:0px!important;
}

.column {float: none;} 
   
.content_area {
   width: auto !important;
   margin: 0 90%;
   padding: 0;
   border: 0;
   float: none;
   color: black;
   border-top: 1px dotted #BDBBB3;
   border-bottom: 1px dotted #BDBBB3;
   background: transparent none;
}


   
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

.top_logo{
padding: 0px 0px 0px 150px;
}

