
/* --------------- basics --------------- */

html, body {
  background: #fff;
  color: #000;
  font-family: verdana, helvetica, geneva, arial, sans-serif;
  font-size: x-small;
  padding: 0;
  margin: 0;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;		/* the correct value */
  }
html>body {
  font-size: small;		/* reapply for Opera 5 */
  }

a {
  background: transparent;
  color: #339;
  font-weight: bold;
  text-decoration: none;
  }

a:link, a:visited {
  border-bottom: 1px dotted #339;
  }

a:active {
  background: transparent;
  border-bottom: 1px dotted #333;
  color: #333;
  }

a:hover {
  background: #ccc;
  border-bottom: 1px solid #333;
  color: #333;
  }


/* --------------- header --------------- */

#header {
  background: #eee;
  border: 1px #999 dashed;
  color: #000;
  letter-spacing: 0.3em;
  margin: 10px;
  padding: 5px 15px;
  }

#header h1 {
  background: transparent;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  }

#header h2 {
  background: transparent;
  color: #666;
  font-size: 10px;
  font-weight: normal;
  }



/* -------------- left nav -------------- */

#nav {
  float: left;
  font-size: xx-small;
  margin: 0 0 0 10px;
  padding: 0;
  width: 200px;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: x-small;
  width: 190px;		/* the correct value */
  }
html>body #nav {
  font-size: x-small;		/* reapply for Opera 5 */
  width: 190px;
  }

#nav h1 {
  background: transparent;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  }

#nav ul {
  line-height: 1.5em;
  margin-left: 0;
  padding-left: 0;
  }

#nav ul li.baselist {
  list-style-type: none;
  padding-bottom: 1em;
  }

#nav ul li.baselist h2 {
  display: inline;
  font-size: x-small;
  font-variant: small-caps;
  font-weight: bold;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;		/* the correct value */
  }
html>body #nav ul li.baselist h2 {
  font-size: small;		/* reapply for Opera 5 */
  }

#nav ul li ul li {
  list-style-type: none;
  padding-left: 3em;
  text-indent: -1em;
  }

.listhead {
  background: transparent;
  color: #333;
  }


/* ------------ main content ------------ */

#content {
  border-left: 1px solid #333;
  margin: 0 0 0 210px;
  padding: 10px;
  }

#content h1 {
  background: transparent;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  }

#content h2 {
  background: transparent;
  border-bottom: 1px dashed #666;
  border-left: 7px solid #666;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  padding: 6px 0 3px 6px;
  text-align: left;
  text-transform: uppercase;
  }

#content h3 {
  background: transparent;
  border-left: 4px solid #669;
  color: #669;
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 20px;
  padding: 2px 6px;
  text-transform: uppercase;
  }

#content h4 {
  background: transparent;
  border-left: 4px solid #669;
  color: #c66;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  margin-left: 40px;
  margin-top: 25px;
  padding: 2px 6px;
  text-transform: uppercase;
  }


/* ------------- decoration ------------- */

b {
  font-weight: bold;
  text-transform: uppercase;
  }

code, pre, samp {
  font-family: "lucida console", "courier new", courier, monospace;
  }

code {
  background: #eee;
  border: 1px dotted #999;
  color: #090;
  display: block;
  margin: 0 20px 5px 20px;
  padding: 5px;
  white-space: pre;
  }

dfn {
  background: #eee;
  color: #939;
  font-weight: bold;
  font-style: normal;
  font-variant: small-caps;
  }

hr {
  border: 0;
  border-bottom: 1px solid #666;
  padding: 0;
  margin: 0;
  }

kbd {
  background: transparent;
  color: #c33;
  font-family: verdana, helvetica, geneva, arial, sans-serif;
  font-style: italic;
  font-variant: normal;
  font-weight: bold;
  text-transform: none;
  }

p {
  margin: 10px;
  }

samp {
  background: transparent;
  color: #c66;
  }

strong {
  font-variant: small-caps;
  font-weight: bold;
  }

var {
  background: transparent;
  color: #393;
  font-family: verdana, helvetica, geneva, arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-transform: none;
  }


.anchor {
  border-bottom: 1px dotted #999;
  border-top: 1px dotted #999;
  margin: 12px 50px;
  padding: 3px;
  text-align: center;
  }

.important {
  background: #fee;
  border: 1px dotted #c33;
  color: #000;
  margin: 0 20px;
  padding: 0 5px;
  }

