@charset "UTF-8";
/* CSS Document */

#leftColumn,
#rightColumn,
.headerRight,
#breadcrumbs,
#header .headerTitle h1 {
  display: none;
}


body {
  background-color: #fff;
  font-size: 12pt;
}

#wrapper,
#content {
  background-color: #fff;
  width: 96%;
  border: 0;
  margin: 0 5%;
  padding: 0;
  float: none !important;
  color: black; 
  background: transparent;
}

#content {
  clear: both;
}

.logo {
  float: none;
}

#footer {
  background-color: #fff;
  padding: 10px;
}