/* Global settings */
body {
  background-color: rgb(255,255,255);
  background-image: url("/images/tanline.gif");
  background-repeat: repeat-y;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: justify;
  color: #000;
  margin: 0;
  padding: 0;
}

/* Link settings */
a:link {
  color: rgb(0,0,0);
  background-color: transparent;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
a:visited {
  color: rgb(0,0,0);
  background-color: transparent;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
a:hover {
  color: rgb(0,0,0);
  background-color: transparent;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}
.chosen {
  color: rgb(0,0,0);
  background-color: transparent;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}

/* header settings */
#header { 
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  width: auto;
  height: 125px;
  background-color: rgb(230,181,90);
  background-image: url("/images/woodbg.gif"); 
}
#header img.logo {
  position: absolute;
  top: -3px;
  left: 0px;
}
#header img.banner {
  position: absolute;
  top: 0px;
  left: 148px;
  height: 97px;
  width: 472px;
}
#header #links_main {
  position: absolute;
  top: 97px;
  left: 148px;
  height: 25px;
  width: auto;
  line-height: 120%;
  letter-spacing: 0.25em;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}

/* Left side bar settings */
#left_side_bar {
  position: absolute;
  top: 125px;
  left: 0px;
  width: 148px;
  line-height: 150%;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.25em;
}
#left_side_bar h1 {
  font-size: 140%;
  font-weight: normal;
  text-align: left;
  padding-left: 3px;
  line-height: 140%;
  background-color: rgb(201,142,27);
  margin-top: 0;
  border-bottom: 1px solid #000;
  letter-spacing: 0.1em;
}
#left_side_bar ul {
  list-style: none;
  padding: 0px 0px 20px 0px;
  margin: 0;
}
#left_side_bar li {
  margin-left: 20px;
}

/* Content settings */
#content {
  /* top: 125px;
  left: 148px;
  width: 472px;
  right: 0px;
  width: auto; */
  margin-left: 148px;
  line-height: 120%;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
#content h1 {
  font-size: 140%;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.1em;
  padding: 0 10px;
  line-height: 140%;
  background-color: rgb(230,181,90);
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
  border-bottom: 1px solid #000;
}
#content h2 {
  font-size: 120%;
  font-weight: normal;
  font-style: italic;
  text-align: left;
  line-height: 120%;
  margin-right: 10px;
  border-bottom: 1px solid #999;
}

#content p {
  padding-right: 10px;
}

/* Miscellaneous settings */
.left {
  text-align: left;
}
.red {
  color: red;
}
.result {
  font-size: 120%;
  font-weight: bold;
}
.right {
  text-align: right;
}
#copyright {
  line-height: 110%;
  font-size: 85%;
  text-align: center;
  letter-spacing: 0em;
}
#quote {
  clear: both;
  font-size: 100%;
  font-style: italic;
  font-family: serif;
  text-align: center;
  line-height: 105%;
  letter-spacing: 0em;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px 0px;
  margin: 20px 10px;
}
#quote em {
  font-style: normal;
  font-weight: normal;
  font-family: serif;
  font-size: 90%;
}
