/* CSS Document */
body {
  background-color:  darkslategray;
  background-repeat: repeat;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  }
#wrapper {
  background-color: mintcream;
  border: 1px solid darkseagreen;
  margin: 25px 10px 10px 10px;
  padding: 10px;
  }
#main {
  position: ;
  top: 0;
  left: 0;
  width; 100%;
  margin-top: 10px;
  background-color: ;
  padding: 5px;
  }
#gallery {
  font-size: .75em;
  line-height: 1.75em;
  padding: 5px 20px 10px 20px;
  margin-bottom: 10px;
  }
#content {
  font-size: .75em;
  line-height: 1.75em;
  margin-left: 25%;
  padding: 5px 20px 10px 20px;
  margin-bottom: 10px;
  }
#side {
  float: left;
  font-size: .75em;
  border-right: 1px solid darkseagreen;
  border-bottom: 1px solid darkseagreen;
  width: 25%;
  margin-bottom: 10px;
  padding: 25px 10px 10px 0px;
  }
#side .highlight {
  background-color: seagreen;
  border: 1px solid seagreen;
  color: white;
  width: 100%;
  padding: 5px;
  margin: 0 7px -20px 0px;
  text-align: ;
  }
#side a:hover {
  color: orangered;
  }
#side li {
  background-color: azure;
  border: 1px solid darkseagreen;
  padding: 5px 5px 5px 5px;
  margin: 0px 7px 0px -40px;
  list-style-type: none;
  }
#side ul li ul li {
  background-color: azure;
  border: 0px;
  padding: 5px 5px 0px 20px;
  margin: 0px 7px 0px -30px;
  background: url(images/other/bullet.gif) no-repeat 0 50%;
  }
#header {
  padding: 5px 5px 0px 5px;
  margin: -10px -10px 10px -10px;
  background-image: url(images/other/header_bck.gif);
  }
#header .rule {
  height: 5px;
  width: 100%;
  color: orangered;
  margin-left: 10px;
  vertical-align: middle;
  }
#header ul {
  font-size: 0.9em;
  margin: 0px 0px 0px 0px;
  padding: 0 15px 5px 0;
  text-align: right;
  }
#header li {
  display: inline;
  }
#header a:link {
  font-size: ;
  }
#header a:hover {
  color: orangered;
  }
#header-bottom {
  border-top: 1px solid darkseagreen;
  border-bottom: 1px solid darkseagreen;
  background-color: ivory;
  height: 1%;
  margin: 10px -5px 10px -5px;
  padding: 5px 0px 0px 0px;
  }
#header .floatright {
  float: right;
  margin: 0 0 0 0;
  }
#footer {
  font-size: 0.6em;
  clear: both;
  padding: 5px;
  height: 100px;
  width: 100%;
  margin: 0px 0px 0px 0px;
  border-top: 2px solid darkseagreen;
  }
#tagline {
  font-size: 0.8em;
  font-weight: bold;
  padding: 0 0 5px 5px;
  width: 250px;
  float: right;
  }
.indent {
  margin: 0px 0px 0px 15px;
  }
h1  {
  font-size: 20px;
  border-top: 1px, solid firebrick;
  border-bottom: 1px, solid firebrick;
  padding: 5px;
  background-color: ivory;
  }
h2  {
  border-bottom: 1px, solid firebrick;
  font-size: 1.25em;
  padding: 2px, 0px, 2px, 4px;
  }
h3, h4 {
  font-size: 1.0em;
  }
.borders {
  border-collapse: collapse;
  border-width: 1px;
  border-color: black;
  border-style: solid;
  }
tr  {
  }
td  {
  align: top;
  font-size: .75em;
  text-align: left;
  width: ;
  padding: 10px;
  border: ;
  }
img {
  border: 0px solid;
  }
#content ul li {
  list-style-image: url(images\other\bullet.gif);
  line-height: 1.5;
  }  
#request table {
  background-color: 99ffcc;
  width: ;
  border: 1px solid black;
  border-collapse: collapse;
}
#request td {
  border: 1px solid black;
  padding-left: 4px;
}
.labelcell {
  color: #3670A7;
  background-color: 99ffcc;
  width: ;
}
.fieldcell {
  background-color: cornsilk;
  color: #000000;
  text-align: right;
  margin-right: 0px;
  padding-right: 0px;
}
.button {
  font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #D7E5F2;
  color: #0102132;
  margin-left: 12px;
  margin-top: 3px;
  margin-bottom: 2px;
  }
.floatleft {
  float: left;
  position: relative;
  margin: 0px 15px 15px 0px;
  }
.clearleft {
  clear: left;
  }
.floatright {
  float: right;
  margin: 0px 0px 20px 15px;
  }
.highlight {
  background-color: khaki;
  border: 1px solid black;
  width: 75%;
  padding: 10px;
  margin: 25px;
  text-align: justify;
  font-style: italic;
  }
.clearright {
  clear: right;
  }
#normaltable {
  border: 1px solid black;
  border-collapse: collapse;
  }
#normaltable td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  }
dl {
  text-indent: 3%;
  }
dt { 
  font-weight: ;
  color: firebrick;
  }
.emphasis {
  color: red;
  font-weight: bold;
  }
