html, body, div, h1 {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  font-family: Times, "Times New Roman", serif;
  font-size: 12pt;
  line-height: 16pt;
  color: #000000;
  background-color: #ffffff;
}
div#wrapper {
  width: auto !important;
}

/*               */
/*    #header    */
/*               */
div#header {
  border-top: 2px solid #000000;
  border-bottom: 4px double #111111;
}
div#header h1 {
  padding: 0.5em 0;
  text-align: center;
  font-size: 30pt;
  line-height: 1;
}
div#header-inner {
  display: none !important;
}

/*               */
/*   #container  */
/*               */
div#container {
  margin-bottom: 1em;
}

/*               */
/*     #main     */
/*               */
div#main {
  width: 100%;
  text-align: center;
}

/*               */
/*    #hmenu     */
/*               */
div#hmenu {
  display: none !important;
}

/*               */
/*  #page_title  */
/*               */
div#page_title {
  font-weight: bold;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 0.35em 0 0.35em 0.7em;
  border: 1px solid #000000;
}
div#page_title h2 {
  margin: 0;
  padding: 0;
  font-size: 22pt;
  line-height: 1;
}

/*               */
/*    #content   */
/*               */
div#content {
  margin: 0.25em 0 0 0;
}
div#content p {
}
div#content img {
  border: 1px solid #000000;
}
div#content a img {
  border: none;
}
div#content a:link, div#content a:visited {
  color: #000000;
  background-color: #ffffff;
  text-decoration: underline;
}
div#content h3 {
  font-size: 20pt;
  line-height: 1;
}
div#content h3 a:link, div#content h3 a:visited {
  font-size: 18pt;
  line-height: 1;
  color: #000000;
  background-color: #ffffff;
  text-decoration: underline;
}
div#content a[href] {
  text-decoration: underline;
  color: inherit;
  background-color: inherit;
}
div#content a[href]:after {
  content: "\A [" attr(href) "] ";
  white-space: pre;
  color: red;
  background-color: #ffffff;
  text-decoration: none;
}

div.left_unit {
  clear: both;
  margin: 1em 0;
  overflow: auto;
  page-break-inside: avoid;
}
div.left_unit img {
  float: left;
  margin: 0 0.7em 0 0;
  border: 1px solid #000000;
}
div.left_unit p {
  margin-top: 1em;
  text-align: left;
}

div.right_unit {
  clear: both;
  margin: 1em 0;
  overflow: auto;
  page-break-inside: avoid;
}
div.right_unit img {
  float: right;
  margin: 0 0 0 0.7em;
  border: 1px solid #000000;
}
div.right_unit p {
  margin-top: 1em;
  text-align: left;
}

div.center_unit {
  clear: both;
  width: 65%;
  margin: 1em auto;
  overflow: auto;
  page-break-inside: avoid;
}
div.center_unit img {
  float: right;
  margin: 0 0 0 0.7em;
  border: 1px solid #000000;
}
div.center_unit p {
  margin-top: 1em;
  text-align: justify;
}

div#content .clear {
  clear: both;
}
div#content p.just {
  text-align: justify;
}
div#content p.center {
  text-align: center;
}
div#content p.right {
  text-align: right;
}
div#content p.spacer {
/*  display: block;
  clear: both;
  height: 1em; */
  display: none !important;
}

div#content ol {
  list-style-type: decimal;
  text-align: left;
  padding-bottom: 1em;
}
div#content ol li {
  padding-bottom: 1em;
}

div#content ul {
  list-style-type: disc;
  text-align: left;
  padding-top: 0.5em;
  padding-bottom: 1em;
}
div#content ul li {
  margin-bottom: 1.5em;
}

div#content table.all_links {
  border-collapse: collapse;
  border-style: none;
  margin: 0 auto;
}
div#content td.names {
  text-align: left;
}
div#content td.the_link {
  padding-left: 1em;
  text-align: left;
}

div#content div.sub-nav {
  display: none !important;
}

/*               */
/*   #sidebar    */
/*               */
div#sidebar {
  display: none !important;
}

/*               */
/*    #footer    */
/*               */
div#footer {
  font-size: 9pt;
  padding: 0.5em 0;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #000000;
  text-align: center;
}
