/* ============================================================== */
/* general settings for all areas of page                         */
/* ============================================================== */
body.masthead, body.toc, body.footer {
  display: none;
  visibility: hidden;
  height: 0px;
  width: 0px;
} 
/* ============================================================== */
/* ============================================================== */

/* ============================================================== */
/* background colors                                              */
/* ============================================================== */
body.masthead, body.toc, body.errorpage {
  background: none;
}

.background {
  background: none;
}

.backcolor {
  background: none;
}
/* ============================================================== */
/* ============================================================== */

/* ============================================================== */
/* margins and indents                                            */
/* ============================================================== */
body.mainbody, body.errorpage { 
  margin-left: 0; 
  margin-right: 0; 
}

body.toc { 
  margin-left: 9%; 
  margin-right: 0; 
}

h1, h2, h3, h4, h5, h5 {
  margin-left: 0;
}
/* ============================================================== */
/* ============================================================== */

/* ============================================================== */
/* font colors                                                    */
/* ============================================================== */

/* ============================================================== */
/* ============================================================== */

/* ============================================================== */
/* font size                                                      */
/* ============================================================== */

/* ============================================================== */
/* ============================================================== */

/* ============================================================== */
/* link behavior                                                  */
/* ============================================================== */
a {
  color: navy;
  background: none;
}

a.onpage {
  background: none;
  visibility: hidden;
  display: none;
}

a.pagenav {
  background: none;
  visibility: hidden;
  display: none;
}

a.insite {
  color: black;
  text-decoration: none;
  background: none;
}
/* ============================================================== */
/* ============================================================== */

/* ============================================================== */
/* default table style                                            */
/* ============================================================== */

/* ============================================================== */
/* ============================================================== */

/* ============================================================== */
/* misc custom elements                                           */
/* ============================================================== */
.noprint {
  visibility: hidden;
  display: none;
  height: 0px;
  width: 0px;
}

.onpage, .pagenav {
  visibility: hidden;
  display: none;
}
/* ============================================================== */
/* ============================================================== */