@charset "utf-8";

body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}

.Accordion {
  overflow: visible !important;
}

.AccordionPanelContent {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
}

.CollapsiblePanel {
  overflow: visible !important;
}

.CollapsiblePanelContent {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
}

.TabbedPanelsContentVisible {
	width:625px;!important;
}

div#top_bar_blue { display:none;}
div#top_bar_orange { display:none;}
#contentWrapper { width:625px;}
#outerWrapper #header { display:none;}
div#search { display:none;}
#footernav { display:none;}
#navigation { display:none;}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }