/* print style for generic FCW site */
#header h1 {
  color: #000;
  margin-right: 5px;
  position:relative;  
  top:20px;
}
#toplinks, #leftnav, #breadcrumbs, #cqulogo, #footer p a {
  display: none;
}

#banner {
  border-bottom: 2px solid #666;
}
#header {
  background-image: none;
  height: 100px;
}
#content {
  margin-left: 2px; 
}
#wrap {
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
}
#footer {
  width: auto;
  border-top: 2px solid #ccc;
  margin: 2em 0 0 0 !important;
}
#cqulogo_print {
	position: absolute;
	right: 0px;
	top: 0px;
  z-index: 999;
  display: block;
  z-index: 999;
}