/*------------
 Global Reset
------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
  font-size: 1.05em;
/*------------
 Embed Font
------------*/
@font-face {
  font-family: "Rotis Serif Std";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/bookfonts/RotisSerifStd.woff);
}
@font-face {
  font-family: "Rotis Serif Std";
  font-weight: normal;
  font-style: italic;
  src: url(/fonts/bookfonts/RotisSerifStd-Italic.woff);
}
@font-face {
  font-family: "Rotis Serif Std";
  font-weight: bold;
  font-style: normal;
  src: url(/fonts/bookfonts/RotisSerifStd-Bold.woff);
}
@font-face {
  font-family: "Rotis SansSerif Std";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/bookfonts/RotisSansSerifStd.woff);
}
/*------------
 Layout
------------*/
body {
  padding: 0%;
  font-family: "Rotis Serif Std", serif;
  line-height: 1.2em;
}
#cover img {
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  display:block;
  box-shadow: 3px 3px 3px #666;
}
/*------------
 Headings
------------*/
h1 + p, h2 + p {
  page-break-before: avoid;
}
h1 {
  text-align: left;
  font-size: 1.4em;
  text-indent: 4%;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding-top: 1%;
  letter-spacing: 0;
  line-height: 1.2em;
  font-family: "Rotis SansSerif Std", serif;
}
h1 + p, h1 + ul {
  margin-top: 4%;
}
h2 {
  font-size: 0.9em;
  text-align: center;
  font-family: sans-serif;
  text-transform: uppercase;
  margin: 0.9em 0;
  letter-spacing: 0.1em;
}
#titlepage h2 {
  padding-top: 6%;
  font-size: 2.4em;
  text-align: center;
  letter-spacing: 0;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  text-indent: 0;
  text-transform: none;
  font-family: "Rotis SansSerif Std", sans-serif;
}
#titlepage h2 + h2 {
  padding-top: 4%;
}
#titlepage h3 {
  font-style: normal;
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 9%;
  letter-spacing: 0;
}
#titlepage h3 + h3 {
  margin-top: 0.5%;
}
#titlepage h3 + h3 + h3 {
  margin-top: 1%;
  font-style: italic;
  font-size: 0.9em;
}
#titlepage h4 {
  text-align: center;
  text-indent: 0;
  font-style: normal;
  font-size: 0.85em;
  letter-spacing: 0;
  margin: 6% 18% 0 18%;
}
#titlepage h5 {
  font-style: italic;
  letter-spacing: 0;
  font-size: 1em;
  text-indent: 0;
  text-align: center;
  margin-top: 1%;
}
/*------------
Copyright Page
------------*/
#copyright {
  margin: 0 3%;
  padding-top: 2%;
  font-size: 0.9em;
}
#copyright p {
  margin: 0;
  text-indent: 0;
  text-align: left;
  font-size: 1.0em;
}
#copyright h2 {
  text-indent: -3%;
  text-align: left;
  margin-top: 0;
  font-size: 1.1em;
  margin-bottom: 0.3em;
  letter-spacing: 0.02em;
  font-weight: normal;
  text-transform: none;
  font-family: "Rotis SansSerif Std", serif;
}
#copyright p + h2 {
  margin-top: 0.9em;
}
/*---------------
acknowledgements
---------------*/
/*------------
 Paragraphs
------------*/
p {
  text-indent: 4%;
  margin: 0.2em 0;
}
.answer {
  margin-top: 5%;
}
.answer p {
  margin: 0.2em 0;
  font-style: italic;
}
.answer + p {
  margin-top: 5%;
}
.signature {
  font-style: italic;
  margin: 0.9em 0;
}
.signature p {
  text-indent: 45%;
  margin: 0;
}
.address {
  margin: 0.9em 4%;
  font-size: 0.9em;
  text-transform: none;
  font-style: italic;
}
.address p {
  text-indent: 0;
  margin: 0.6em;
  line-height: 1em;
}
#glossary p {
  margin-bottom: 0.9em;
}
/*------------
 formatting
------------*/
.smaller {
  font-size: smaller;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.norm {
  font-style: normal;
}
/*-----------
  hyperlinks
-------------*/
#content a:link {
    text-decoration: underline;
    color: #214d7d;
}
#content a:visited {
    color: #707070;
}
#content a:hover {
    color: #c05c26;
    text-decoration: none;
}
#contents a:link {
    text-decoration: none;
}
#contents a:hover {
    text-decoration: underline;
}
.no-ul {
    text-decoration: none;
}
.outlink:link {
    color: blue;
}
