body {
  background-color: #fff;
  color:#000 !important;
}
a, a:visited {
  color:#000 !important;
	text-decoration: none;
}
#menuWrapper {
  display: none;
}
.hr {
	border-top: 1px solid #666;
	background-color: #fff;
}
#pageWrapper {
  margin:0;
  width:100%;
}
#headerWrapper {
  display: none;
}
.banner {
	display: none;
}
#footerWrapper {
  background-color:#fff;
}
#breadcrumbs {
	display: none;
}
#bodyWrapper {
  width:100%;
}
.sidebar-wrapper {
  width:29%;
}
.content-wrapper {
  width:69%;
}
.clear-content {
  clear:both;
}
#footerMenuWrapper {
	display: none;
}
div#footerCopyright {
  border-top:1px solid #666;
}
.box-wrapper .box-header {
  border:1px solid #666;
}
.kw-tooltip {
	border-bottom: medium none;
}