a {
  text-decoration: none;
}

div.slide {
  width: 277;
  float: left;
  margin-left: 3em;
  margin-right: 2em;
  z-index: 0;
}

div.box {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
  height: 300px;
/*   width: 100%; */
}

div.box > img {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

p {
  margin-left: 1em;
  margin-right: 3em;
  text-align: left;
}

body {
  text-align: center;
  font-family: arial,sans-serif;
  background-color: #fdfceb;
}

blockquote {
  text-align: justify;
}

div.main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

div.bdrt {
  position: fixed;
  z-index: 5;
  background-color: #fdfceb;
  top: 0;
  left: 230px;
  right: 0;
}

div.bdrl {
  position: fixed;
  width: 230px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url(Border1.jpg) 0 0 repeat-y;
}

div.center {
  text-align: center;
  position: absolute;
  top: 150px;
  left: 230px;
  right: 0px;
}

div.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

img {
  border: none;
}

.l {
  float: left;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.r {
  float: right;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
}

table {
  margin-left: auto;
  margin-right: auto;
}

td {
  text-align: left;
  padding: 5px;
}

.title {
  font-weight: bold;
  text-decoration: underline;
}

span.copy {
  color: #91766f;
}

textarea {
  width: 400px;
  height: 150px;
}

input[type="text"] {
  width: 180px;
}