@charset "utf-8";
/* CSS Document */

body {
  padding: 0;
  margin: 0;
  background-color: #FFFFCC;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

*+html body {
  padding-bottom: 2em;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left;
  background-color: #FFFFFF;
  width: 900px;
  padding-top: 1em;
  border: 1px solid #b6b675;
}

#header {
  text-align: center;
}

#navigation {  
  padding: 1em 0;
  padding-bottom: 0;
}

#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0.4em;
  background-color: #d6abe4;
  font-size: 90%;
}

#navigation li {
  display: inline;
  border-right: 1px solid #000000;
  padding: 0 10px;
}

#navigation a, #navigation a:active, #navigation a:visited {
  text-decoration: none;
  color: #000000;
}

#navigation a:hover, #navigation .selected a {
  text-decoration: underline;
}

#topImage {
  text-align: center;
}

#content {
  padding: 1em;
}

#content p {
  font-size: 80%;
  margin-top: 1em;
  margin-bottom: 1em;
}

#content ul {
  font-size: 80%;
}

#content ul.level1 {
  font-size: 80%;
  font-weight: bold;
  list-style-type: none;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
}

#content ul.level1 li {
  margin-top: 10px;
}

#content ul.level1 li * {
  font-weight: normal;
  font-size: 95%;
}

#content ul.level2 {
  list-style-type: disc;
}

#content ul.level2 li {
  margin-top: 5px;
}

#footer {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  clear: both;
}

#footer p {
  font-size: 70%;
  line-height: 1.8em;
  margin: 0;
  display: inline;
}

em {
  font-style: normal;
  font-weight: bold !important;
  color: #AA72BF;
}

#jGalleryOuter {
  float: right;
  background-color: #d6abe4;
  padding: 10px;
  width: 200px;
  margin-left: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

*+html #jGalleryOuter {
  margin-top: 0;
}

#jGallery {
  position: relative;
  background-color: #fff;
  height: 200px;
}

#jGallery a {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

#jGallery img {
  border: 0;
}

.textScroller {
  background-color: #D6ABE4;
  padding: 10px;
  clear: right;
  margin-top: 1em;
}

#content .textScroller p {
  font-size: 80%;  
  margin: 0;
  font-weight: bold;
  margin-left: 1em;
  margin-right: 1em;
}

.textScrollerInner {
  border: 1px solid #000;
  background-color: #fff;
  overflow: hidden;
}

.textScroller ul {
  font-size: 80%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.scroll {
  position: relative;
  height: 1.5em;
}

.scroll li {
  display: inline;
  position: absolute;
  white-space: nowrap;
}

.bu {
  font-weight: bold;
  text-decoration: underline;
}

.contentBoxOuter {
  background-color: #D6ABE4;
  padding: 10px;
  margin-bottom: 1em;
}

.contentBox {
  background-color: #FFF;
  border: 1px solid #000000;
  overflow: hidden;
  padding: 0 1em;
}

.buc {
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}

label {
  font-weight: bold !important;
  color: #AA72BF;
  font-size: 80%;
}

span.slabel {
  color: #AA72BF;
  font-size: 70%;
}

fieldset {
  border: 1px solid #B6B675;
  padding: 10px;
}

legend {
  color: #AA72BF;
}
