@page {
  margin: 1.5cm 1cm;
}

/* 
Preserves external URLs in print form by appending 
them to links in a set of parenthesis
*/
p a[href^="http://"]:after {
  content: " (" attr(href) ")";
  font-size: 90%;
}

#topbar,
#corenav_container,
#topbar_search,
#slider, 
#bottom_border,
#footer_links_home,
#footer_links,
#base_links,
.print_page, 
.nivo-controlNav,
.banner_image_caption,
.multi_column_left,
iframe {
  display: none;
}

.ui-accordion-content {
  display: block !important;
}

.title_bar {
  background-color: #FFFFFF;
  color: #004B85;
  padding: 0;
  font-weight: bold;
}

#logo_container {
  position: static;
  height: 50px;
  margin-top: 0px;
}

#body_container {
  position: static;
}

#footer_container {
  position: static;
}
