/*
	Be sure to undo floats, inline-block and other items to get printing to work accurately.
*/

body {
	overflow: visible;
	background: none;
}

.center {
	margin: 0px;
	width: 100% !important;
}

#contentBar.sub #contentBox #content {
	display: block;
	overflow: visible;
}

#contentBar {
	background: none;
}

#footerBar {
	z-index: 4000;
}
#footerBar,
#footerBar a {
	color: #000000;
}

#hideDhtml,
#hideDhtmlDropdown,
#headerBar,
#bannerBar,
#contentBar.sub #contentBox #content #left,
#navBar,
.social,
#onlineServicesContainer {
	display: none;
}
#bannerBar.home {
	display: block;
}

hr {
	height: auto;
	border-bottom: solid 1px #000000;
}

#logoPrint {
	display: block;
	margin-bottom: 1em;
}

#contentBar.sub #contentBox {
	margin-bottom: 0px;
	top: 0px;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#contentBar.sub #contentBox #contentToolbar {
	background: none;
	border-bottom: dotted 1px #666666;
}

#contentToolbar #utils {
	display: none;
}

ul {
	background: none;
	list-style-image: url("images/bullet1.png");
	margin-left: 1.1em;
	padding: 0px;
}
ul ul {
	background: none;
	list-style-image: url("images/bullet2.png");
}
ul ul ul {
	background: none;
	list-style-image: url("images/bullet3.png");
}
ul li {
	background: none;
	margin: .2em 0px;
	padding: 0px;
}
ul.linkList {
	background: none;
	list-style-image: url("images/arrow-green-right.png");
	padding: 0px;
}
ul.linkList li {
	padding: 0px;
}
