body {
  background-color: white;
  color: black;
  margin-top: 3px;
  margin: 8px;
  font-family: Arial, sans-serif;
  font-size: small;
}

a:link {
  color: #0000cc;
}

a:visited {
  color: #551a8b;
}

a:active {
  color: #cc0000;
}

h1 {
  font-size: x-large;
  margin-top: 0px;
}

h2 {
  font-size: large;
}

h3 {
  font-size: medium;
}

h4 {
  font-size: small;
}

li {
  margin-bottom: 0.25em;
}

dt {
  font-weight: bold;
  margin-bottom: 3pt;
}

table {
  border-collapse: separate;
  border-spacing: 1pt;
}

th, td {
  text-align: left;
  padding: 1px;
}

pre, code {
  color: #007000;
  font-family: monospace;
  font-size: 100%;
}

pre {
  border: 1px solid silver;
  background-color: #f5f5f5;
  margin: 2em;
  overflow: auto;
  padding: 0.5em;
}

pre ins {
  color: #cc0000;
  font-weight: bold;
  text-decoration: none;
}

#side {
  width: 167px;
  margin-bottom: 3em;
  float: left;
}

#rside {
  width: 167px;
  margin-bottom: 3em;
  padding-left: 18px;
  float: right;
}

#menu ul {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  list-style-type: none;
}

#menu ul ul {
  margin-left: 10px;
  margin-bottom: 0;
}

#menu li {
  margin-top: 4px;
}

#body {
  border-left: 1px dotted silver;
  margin-left: 169px;
  margin-right: 25px;
  padding-left: 18px;
  padding-bottom: 25px;
}

h2 {
  margin: 0;
  margin-bottom: 0.5em;
}

#news ul {
  margin: 10px 10px 0 10px;
  padding: 0;
  list-style: none;
}

#news li {
  padding-right: 10px;
  padding-bottom: 6px;
  font-size: 11px;
}

#news .date {
  margin-left: -10px;
}

.date {
  white-space: nowrap;
}

/* IE float clearing */
* html .featured {
  height: 1%;
}

