/* Links */

a:link {
  color: #963026;
  text-decoration: none
}

a:visited {
  color: #963026;
  text-decoration: none
}

html {
}

/* Body */

body {
  margin: 0.75em;
  font-family: Garamond, Palatino, Palatino Linotype, Book Antiqua, Minion Pro, serif;
  font-weight: normal;
  color: #40402a;
  background-image: url(paper.jpeg);
}

/* Headings */

h1 {
  font-size: 150%;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 1.25ex 2em;
}

h2 {
  font-size: 120%;
  font-weight: normal;
  text-transform: uppercase;
  margin: 1ex 1em 1ex 1em;
}

h3 {
  font-size: 110%;
  font-weight: normal;
  font-style: italic;
  margin: 1ex 1em 1ex 1em;
}

/* Lists */

li {
  list-style-type: none;
}

/* Other */

p {
  font-size: 110%;
  text-align: justify;
  margin: 1ex 1em;
}

p.inv {
  font-size: 140%;
  margin: 2ex 2em;
}

dl {
  font-size: 110%;
  margin: 1ex 1em;
}

dd {
  text-align: justify;
  margin: 0 0 1ex 0;
}

ul {
  font-size: 110%;
  margin-left: 1em;
  padding-left: 0;
}


.copyright {
  font-size: 75%;
  text-align: right;
  margin: 0;
}

/* Decorations */

.hr {
  font-size: 0px; /* for Internet Explorer */
  height: 7px;
  margin: 0 7px 0 7px;
  background-image: url(hrule.gif);
  background-repeat: repeat-x;
}

.border {
  margin: 2.5ex 10% 0ex 10%;
}

.border .lrule {
  background-image: url(lstroke.gif);
}

.border .rrule {
  background-image: url(rstroke.gif);
}

.ornament {
  height: 84px;
  margin: 0 4px 0 4px;
  background-image: url(ornament.gif);
  background-repeat: repeat-x;
}

.chain {
  height: 34px;
  margin: 0 4px 0 4px;
  background-image: url(chain.gif);
  background-repeat: repeat-x;
}

.ornament2 {
  height: 34px;
  margin: 0 4px 0 4px;
  background-image: url(ornament2.gif);
  background-repeat: repeat-x;
}

.bin {
  height: 34px;
  margin: 0 4px 0 4px;
  background-image: url(bin.gif);
  background-repeat: repeat-x;
}

.sine {
  height: 34px;
  margin: 0 4px 0 4px;
  background-image: url(sine.gif);
  background-repeat: repeat-x;
}

.lrule {
  background-image: url(vrule.gif);
  background-repeat: repeat-y;
}

.rrule {
  background-image: url(vrule.gif);
  background-repeat: repeat-y;
  background-position: top right;
}

.navigation {
  width: 100%;
  margin: 0px;
  padding: 0ex 1em 0ex 1em;
}

.navigation tr {  align: center;
}

.main {
  margin-left: 220px;
}

.portrait {
  float: left;
}

.portrait img {
  margin: 1ex 0 1ex 20px;
}

div.hr{clear:left;}