/* Remove unwanted elements */
#navbar, #menu, .noprint, .TabbedPanelsTabGroup, #submenu, .menu, .submenu
{
display: none;
}

/* Ensure the content spans the full width */
#body
{
width: 100%; margin: 0; float:none !important;
}

/* Change text colour to black (useful for light text on a dark background) */
.footer
{
	color: #000;
	text-align: left;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}
.TabbedPanelsContentGroup {
overflow: visible !important;
float:none !important;
}

.TabbedPanels {
overflow: visible !important;
float:none !important;
}

.TabbedPanelsContent {
display: block !important;
float:none !important;
overflow: visible !important;
height: auto !important;
}

