/* $Id: print.css,v 1.1 2009/08/19 04:28:07 sociotech Exp $ */

/* Print Stylesheet
/-------------------------------------------------------------- */
body {
  background: #fff;
  color: #000;
  font-size: 10pt;
}

/* add region ids here to prevent printing, remove them to print */
#header-top-wrapper,
#header-group-wrapper,
#sidebar-first-wrapper,
#sidebar-last-wrapper,
#preface-top-wrapper,
#preface-bottom-wrapper,
#content-tabs,
#postscript-top-wrapper,
#postscript-bottom-wrapper,
#footer-wrapper,
#footer-message-wrapper {
  display: none;
}

#page,
#main-wrapper,
#content-top-wrapper,
#content-region-wrapper,
#content-bottom-wrapper {
  background: transparent none;
  border: 0;
  color: #000;
  float: none !important;
  margin: 0;
  padding: 0;
  width: auto;
}

#page a:link,
#page a:visited {
  color: #0000cc;
}

#main-content {
  margin: 0 3%;
}
