body {
   background-color: #ffffff;
   color: #000000;
   font-family: 'Courier New', Courier, monospace;
   text-align: center;
}

a:link,a:visited {
   color: #993300;
   font-weight: bold;
   text-decoration: none;
}

a:hover {
   color: #336666;
}

dd,ul {
   padding-bottom: 0.5em;
}

dt {
   font-size: 120%;
   padding: 0.5em 0;
}

h1 {
   font-size: 120%;
   font-weight: bold;
}

h2 {
   font-size: 120%;
   font-weight: normal;
}

h3 {
   font-size: 100%;
   font-weight: bold;
   border-bottom: 1px solid #cccccc;
}

td {
   vertical-align: top;
}

.highlight {
   background-color: #336666;
   color: #ffffff;
   font-weight: bold;
}

.menu {
   font-size: 90%;
   text-align: center;
}

.small {
   font-size: 85%;
}

.titlemain {
   border-top: 1px solid #336666;
   border-bottom: 1px solid #336666;
   color: #000000;
   margin: 2em 10%;
   padding: 0.5em;
   text-align: center;
}

#content {
   border: 1px solid #cccccc;
   font-size: 85%;
   padding: 0;
   text-align: left;
   width: 775px;
}

#detailbox {
   background-color: #336666;
   color: #ffffff;
   font-size: 90%;
   float: right;
/*   height: 150px; */
   margin: 30px 10px 10px 10px;
   padding: 0.2em 0.5em;
   width: 200px;
}

#foot {
   background-color: #eeeeee;
   background-image: url(images/grey-stripe.gif);
   background-position: top left;
   background-repeat: repeat-x;
   clear: both;
   font-size: 85%;
   height: 50px;
   text-align: center;
   vertical-align: middle;
}

#head {
   background-color: #eeeeee;
   padding: 0;
}

#main {
   padding: 10px;
}

#toc dd,dt {
   font-size: 100%;
   padding-bottom: 0.1em;
}

#toc ul {
   list-style-type: disc;
}
