/* FeuchtWEB Style Sheet */
#container {
   position: absolute;
   width: 100%;
   height: 100%;
}
#body {
   position: relative;
   min-height: 100%;
   width: 80%;
   min-width: 7.5in;
   padding-left: 1em;
   padding-right: 1em;
   background-color: #EAEAEA;
   border-left: 3px solid #208484;
   border-right: 3px solid #208484;
}
#header {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 24pt;
   padding-top: 10px;
   font-weight: bold;
   text-align: center;
   color: #208484;
}
#nav {
   font-size: 10pt;
}
#footer {
   text-align: center;
   padding-bottom: 10px;
}
#content {
   font-family: Arial,Helvetica,sans-serif;
   text-align: justify;
}
hr {
   background-color: #208484;
   height: 3px;
   border: none;
   width: 100%;
}
.image {
   text-align: center;
}
a:visited {color: #208484;}
a:hover {color: #CC0D00;}
a {color: #0066CC;}
body {
   background-color: #006464;
   font-size: 13pt;
   margin: 0;
}
img {
   border: none;
   margin: 5px;
}
#content table {
   width: 95%;
   border: 1px solid #208484;
   border-collapse: collapse;
}
#content td { 
   border: 1px solid #80C4C4;
   padding: 2px;
   margin: 0px;
}
#content thead {
   font-weight: bold;
}
highlight {color: black;}
p {
   font-family: Helvetica,Arial,sans-serif;
   font-weight: normal;
   margin-top: 6px;
   margin-bottom: 12px;
}
h1 {
   font-size: 20pt;
   padding: 0px;
   margin-bottom: 0px;
   color: #208484;
}
h2 {
   font-size: 16pt;
   padding: 0px;
   margin-bottom: 0px;
   color: #006464
}
.file {
   width: 20em;
}
.code {
   font-family: fixed-width;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 25px;
   margin-right: 25px;
   font-size: 12pt;
   padding: 10px;
   background-color: black;
   color: white;
}
#header p, #footer p {text-align: center; margin: 0px; }
#content p {text-align: justify;}
#email_addr, #hitcounter {position:relative; top:9px;}
#update {font-style: italic; font-size: 10pt; padding-top:1em;}
.tocTitle {
   font-size: 14pt;
   font-weight: bold;
   margin: 6px;
}
.tocL1 {
   font-size: 13pt;
   font-weight: bold;
   padding-left: 30px;
   margin-top: 2px;
   margin-bottom: 0px;
}
.tocL2 {
   font-size: 13pt;
   margin-bottom: 3px;
   padding-left: 60px;
   margin-top: 2px;
}
#comment_form {
   font-family: Helvetica,Arial,sans-serif;
   text-align: left;
}
.comment {
   border: 3px solid #208484;
   margin-top: 6px;
   padding: 3px;
   width:100%;
}
.name {
   vertical-align: top;
   width: 6em;
   font-weight: bold;
}
