/* CSS Document */
body {
  background: white;
  color: black;
  width: auto;
  border: 0;
  margin: 0 5%;
  padding: 0;
  float: none;
  font-size: 12pt;
  font-family: serif;
}

#ImageContainer { display: none;}
#nav {display: none;} 

/* W3C{bottom:0;} */

#Col1 {
  display: none;
  float: none;
  margin: 0;
  padding: 0;
}

#Col2 {
  background: none;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  position: relative;
  width: auto;
  margin: 10px 0 0 0;
  padding: 0;
  /* float: none !important; */
  overflow: visible !important;
  height: auto;
}

#Col2 a:link:after, #Col2 a:visited:after {
   content: " (" attr(href) ") ";
   font-size: .75em;
   }

#Footer{font-size: 10pt}

/* Styles for the Collection Page */
.ListHeader{margin-top: 0; margin-bottom: 0px; font-weight: bold;}
.CollectionTable caption{font-weight: bold; text-align: left;}
.TableCaption{margin-top: 0; font-size: .75em}
.FirstCol{padding-right: 15px; text-align: left;}
.MiddleCol{padding-left: 15px; padding-right: 15px; text-align: left;}
.LastCol{padding-left: 15px; text-align: left;}
