body {
  background:#131;
  margin:0px;
  padding:10px;
  font:90%/1.5em Georgia,"Times New Roman",Times,serif;
  color:#ccc;
  font-size/* */:/**/small;
  font-size: /**/small;
}

h2 {
  margin: 0px;
  padding: 0.5em 5px;
}

li {
  margin-bottom: 0.25em;
}

acronym {
  border-bottom: 1px dotted #9cb;
  cursor: help;
}

/* Page header */

#header, #header p {
  margin: 0px;
  padding: 0px;
  border-style: none;
  border: 0px;
}

img.logo {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0px;
  padding: 0px;
  border: 3px groove #123;
  z-index:3;
}

h1 {
  background: #fb3;
  color: #131;
  padding: 10px 120px 10px 112px;
  margin: 0px;
  text-align: left;
  font-size: 200%;
  line-height: 1em;
  border: 3px double #131;
  z-index: 1;
}

h1 a:link, h1 a:visited {
  background: #fb3;
  color: #131;
  text-decoration: none;
}

h1 a:hover, h1 a:active {
  background: #fb3;
  color: #131;
  text-decoration: underline;
}

div.desc {
  background: #eef;
  color: #123;
  margin: 0px 0px 10px 0px;
  padding: 10px 190px 10px 120px;
  text-align: left;
  font-size: 90%;
  font-style: italic;
  line-height: 1.2em;
  z-index: 1;

}

p.desc {
  background: #eef;
  color: #123;
  margin: 0px;
  padding: 0px;
  z-index: 1;
}

/* End of header */

/* Main page content */

div#content {
  background: #ffe;
  color: #255;
  margin: 0px 200px 0px 0px;
  padding: 40px 20px;
  border: 4px double #255;
  text-align: left;
  font-size: 95%;
  line-height: 1.5em;
  z-index: 1;
}

#content h2 {
  background: #fd8 url(bg1.jpg) repeat;
  color: #131;
  border: 1px outset #eec;
  margin: 0px;
  padding: 2px 4px 4px 4px;
  font-variant: small-caps;
}

blockquote {
  margin:.75em 0;
  border:1px dotted #596;
  border-width:1px 0;
  padding:5px 15px;
  }

blockquote p {
  margin:.5em 0;
  }

p.cats {
  padding-top: 10px;
  border-top: 1px dashed #9cb;
}

img.cats {
  padding: 5px;
  margin-top: 5px;
  border: 1px solid #999;
}

p.cats2a {
  width: 215px;
  padding: 10px;
  margin-right: 10px;
  border: 1px dashed #9cb;
  float: left;
}

p.cats2b {
  width: 215px;
  padding: 10px;
  border: 1px dashed #9cb;
  float: left;
}

#content a:link {
  background: #ffe;
  color: #255;
}

#content a:visited {
  background: #ffe;
  color: #666;
}

#content a:hover, #content a:focus {
  background: #ffe;
  color: #009;
}

#content div.inset-right {
  float: right;
  margin: 5px 0px 5px 5px;
  padding: 5px;
  background: #ffffff;
  border: thin #999999 dotted;
  color: #666666;
  font-size: 90%;
}

#content div.inset-left {
  float: left;
  margin: 5px 5px 5px 0px;
  padding: 5px;
  background: #ffffff;
  border: thin #999999 dotted;
  color: #666666;
  font-size: 90%;
}

/* Sidebar */

div#sidebar {
  background: #135;
  color: #def;
  margin: 0px;
  padding: 10px;
  border: 1px solid #000;
  text-align: left;
  font-size: 90%;
  line-height: 1.5em;
  position: absolute;
  right: 20px;
  top: 80px;
  width: 150px !important;
  width /**/: 170px;
  z-index: 3;
}

#sidebar h2 {
  background: #131;
  color: #cca;
  border: 1px solid #000;
  margin 0px;
  padding: 2px 4px 4px 4px;
}

#sidebar ul {
  padding-left: 20px;
  margin-left: 0;
}

#sidebar li {
  text-indent: 0;
}

#sidebar li.current {
  background: #def;
  color: #135;
  padding: 3px;
  font-weight: bold;
}

#sidebar a {
  background: #135;
  text-decoration: none;
}

#sidebar a:link {
  color: #def;
  border-bottom: 1px dashed #789;
}

#sidebar a:visited {
  color: #def;
  border: none;
}

#sidebar a:hover {
  color: #def;
  text-decoration: underline;
}

#sidebar a:active {
  color: #def;
  text-decoration: underline;
}

/* footer */

#footer {
background: #fb3;
color: #131;
margin: 10px 0px;
padding: 3px 10px 4px 10px;
border: 3px double #131;
}

#footer p {
margin: 0px;
padding: 0px;
border-style: none;
border: 0px;
}

#footer a:link {
background: #fb3;
color: #131;
}

#footer a:visited {
background: #fb3;
color: #666;
}

#footer a:hover, #footer a:focus {
background: #131;
color: #ffe;
text-decoration: none;
}