/* print.css */

body {
  background-image: none;
  font-family: "Times New Roman", serif;
  font-size: 1.0em;
}

#content h1, #content h2, #content h3 {
  color: #000000;
  font-family: Times New Roman, serif;
}

#letterhead {
  display: block;
  width: 100%;
  height: 104px;
  border-bottom: 2px solid #000000;
  font-size: 11px;
}

#letterhead img {
  float: left;
  margin: 0px 10px 0px 0px;
}

#letterhead #address {
  font-size: 100%;
  width: 70%;
  margin: 0px;
  text-align: right;
  font-style: normal;
}

#content {
  margin: 0px;
  border-width: 0px;
}

hr {
  color: #000000;
  background-color: #000000;
}

#content #siteMap ul {
  border-color: #000000;
}

.ContentImages, .ContentImagesCentre, .ContentImagesNoBrd, ContentImagesCentreNoBrd, .picCaptions {
  border-color: #000000;
}

#content .quotes, #content .highlights {
  background-color: #efefef;
}

#content .quotes .inside, #content .highlights .inside {
  border-color: #cccccc;
}

.infosource {
  border-color: #000000;
  background-color: #ffffff;
}

a:link, a:visited, a:focus, a:hover, a:active, #content a:link, #content a:visited, #content a:focus, #content a:hover, #content a:active {
  color: #000000;
  text-decoration: underline;
}

ul li, #content ul li {
  list-style-image: none;
}

.missing {
  color: #000000;
}

#header, #logo, #menucontainer, #siteSearch, #resources, #footer, #topMenu, #logoFR {
  display: none;
}

.highlight {
  background-color: #efefef;
}

.category, .description, .infoline {
  color: #000000;
}

#content input.zoom_button {
	background-color: #ffffff;
	color: #000000;
}

input.zoom_searchbox, select.zoom_selectbox {
	border-color: #000000;
}

img {
  filter: gray;
}

#footnote {
  clear: both;
  font-size: 80%;
  border-top: 2px solid #000000;
  margin: 10px 0px 0px 0px;
}

#footnote h6 {
  font-size: 100%;
  margin: 0px;
}

#footnote ol {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#footnote ol li {
  margin: 0px 0px 0px 40px;
  padding: 0px;
  line-height: 100%;
  font-size: 100%;
}

#footnote dl {
  margin: 0px 0px 0px 0px;
  display: block;
  font-size: 100%;
}

#footnote dl dt {
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}

#footer dl dd {
  margin: 0px 0px 0px 30px;
}

