/* CSS Document */
body {
	font-family: Trebuchet MS, sans-serif;
}
#ServiceMenu,
#GlobalMenu,
#LocalNavigation,
#Footer p {
	display: none;
}
#Body {
	float: left;
	width: 70%;
	margin: 1% 2% 0 0;
}
#SideColumn {
	float: left;
	width: 25%;
}
#Footer {
	clear: both;
}
#Footer p.copyright {
	display: block
}
