/*
PRINT STYLES
===================================================*/
  
body {
  font-family: Helvetica;
  font-size: 16pt;
}

#header,
#footer,
#content {
  width: auto;
  margin: 10px;
  padding: 0;
}

#header_wrap {
  background-image: none;
}

#page_title {
  font-size: 1.6em;
  font-weight: bold;
  color: #000;
}

#page_sub_title {
  color: #444;
}

.menu,
#welcome {
  display: none;
}

#content {
  min-height: 0px;
}

#content h1 {
  font-size: 1.4em;
}