* {
  margin: 0 auto 0 auto;
/*   border: 1px dashed red; */
  border: none;
/*   page-brebak-inside: avoid; */
}

#menu, .noprint {display: none;}

.bordered { border: none; }
/* .nobreak { page-break-inside: avoid; } */

.breakhere { page-break-before: always; }
.breakbefore { page-break-before: always; }
.breakafter { page-break-after: always; }

#content-container {
  margin-left: 0px;
  width: 1000px;
/*   border: 1px solid green; */
}
/* div { */
/*   border: 1px solid red; */
/* } */

.pageheader {
  background: white;
  font-size: 22pt;
}

*, body {
  margin-top: 0px;
  padding-top: 0px;
  background: white;
  font-size: 10pt;
  line-height: 20px;
}

form, div.form {
  width: 800px;
  padding: 5px;
  margin: 0 auto 0 auto;
}

form .banner {
  width: 700px;
  margin-top: 15px;
  margin-bottom: 12px;
}

label,
form label.form-label,
form label.form-label-static,
form label.form-label-secondary
{
  width: 10em;
  font-weight: bold;
  text-decoration: underline;
}

form label.form-label-secondary {
  margin-left: 110px;
}

form.show .form-value {
  width: 400px;
}

/* Make links print different */
a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

/* URLs after links in #content sections
#content a:link:after, #content a:visited:after
{
  content: " (" attr(href) ") ";
  font-size: 90%;
}
*/
