@charset "utf-8";
/* CSS Document */

/* remove unwanted elements */
#header, #navWrapper, #titleBar, #sbarLeftWrapper, #banner, #footer, .rightFloatedImage, .noprint {
display: none;
}

/* Ensure the content spans the full width */
#outerContainer, #container, #mainWrapper, #mainWrapperInner, #content {
width: 100%; margin: 0; float: none;
}

#outerContainer {
	margin-top: 50px;
}

/* Improve colour contrast of links */
a:link, a:visited {
	color: #781351;
	text-decoration: none;
}

body {
	background-color: #ffffff;
	background-image: none;
	font-size: 1em;
}

#main, #mainHome {
margin: 0;
}

.Accordion, .AccordionIE6 {
  overflow: visible !important;
}

.AccordionPanelContent {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
}