body {
  position: relative;
  background-color: white;
  color: black;
  font: small 'Trebuchet MS', Arial, sans-serif;
  margin: 0;
  padding: 0;
}

#outside {
  width: 100%; /* 97 */
  top: 0px;
  height: 6.6in;
  margin: 5px;
  overflow: auto;
}

#sidebar {
  float: left;
  clear: none;
  overflow: auto;
  width: 18%;
  height: 90%;
  border: 3px solid black;
  margin: 5px;
  background-color: white;
}

#main {
  float: left;
  clear: none;
  overflow: auto;
  width: 72%;
  height: 90%;
  top: 0px;
  margin: 5px;
  border: 3px solid black;
  padding-left: 5px;
  padding-right: 5px;
}

#copyright {
  overflow: hidden;
  clear: both;
  height: 5%;
  width: 92.5%;
  background-color: white;
  color: black;
  border: 3px solid #cacaca;
  margin: 5px;
  padding: 0;
  text-align: left;
}

#copyright p {
  font-size: 68%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
}

#sidebar div.logo {
  clear: both;
  border-bottom: 3px solid black;
  margin: 0;
  padding: 5px;
  background-color: #cacaca;
  font-size: 130%;
  text-align: center;
  font-weight: bold;
}

#sidebar div.logo p {
  padding: 0;
  margin: 0;
  border: 0;
}

#sidebar div.logo a {
  text-decoration: none;
  border: 0;
  color: red;
}

#sidebar div.logo a:hover {
  text-decoration: none;
  border: 0;
}

#sidebar div.logo a:visited {
  text-decoration: none;
  border: 0;
}

#sidebar div.logo a img {
  border: 0;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

#sidebar ul li {
  list-style-type: none;
  border: 0;
  margin: 0;
  padding: 4px;
  color: red;
  background-color: transparent;
}

#sidebar ul li.l2 {
  padding: 3px;
  margin: 0;
}

#sidebar ul li.l3 {
  padding: 2px;
  margin: 0;
}

#sidebar ul li a {
  text-decoration: none;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  font-size: 120%;
  font-weight: bold;
  background-color: transparent;
  padding: 2px;
}

#sidebar ul li a:hover {
  text-decoration: none;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  color: red;
  background-color: #cacaca;
  padding: 2px;
}

#sidebar ul li a:visited {
  text-decoration: none;
  padding: 2px;
}

#sidebar ul li.l2 a {
  font-size: 90%;
  padding-left: 14px;
}

#sidebar ul li.l3 a {
  font-size: 80%;
  padding-left: 20px;
}

#sidebar a.cur { text-decoration: underline; }
#sidebar a.cur:visited { text-decoration: underline; }
#sidebar a.cur:hover { text-decoration: underline; }

#flair {
/*  top: 70%;*/
  position: relative;
  clear: both;
  text-align: center;
  width: 100%;
  height: 40px;
  border-top: 3px solid black;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0ex;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

#languages {
  clear: both;
  text-align: center;
  width: 100%;
  padding-top: 1ex;
  padding-bottom: 1ex;
  font-size: 90%;
}

#languages a {
  text-decoration: none;
  color: red;
  border: 0;
}

#languages a:hover {
  text-decoration: none;
  color: red;
  background-color: #cacaca;
}

#languages a:visited {
  text-decoration: none;
  color: red;
}

#flair p {
  margin: 0;
  padding: 0;
}

#flair p a {
  border: 0px;
  text-decoration: none;
  padding: 2px;
}

#flair p a:visited {
  border: 0px;
  text-decoration: none;
  padding: 2px;
}

#flair p a:hover {
  border: 0px;
  text-decoration: none;
  padding: 2px;
  background-color: transparent;
}

#flair p a img {
  border: 0px;
  clear: both;
}

div.picture {
  width: 402px;
  clear: both;
  margin: 3px;
  padding: 3px;
  border: 1px solid black;
  margin-left: 30px;
}

div.picture p {
  font-size: 75%;
  border-top: 1px solid black;
  margin: 0em;
  padding-left: 0em;
  padding-right: 1em;
  padding-bottom: 0.5em;
}

table.generic {
  border: 2px solid black;
  margin: 10px;
  padding: 0;
  width: 95%;
}

table.generic tr.head {
  background-color: black;
  color: white;
}

table.generic tr.head th {
  text-align: left;
  font-weight: bold;
  font-size: 95%;
  padding: 5px;
}

table.generic tr.odd {
  background-color: white;
  color: black;
}

table.generic tr.even {
  background-color: #cacaca;
  color: black;
}

table.generic tr.data td {
  text-align: left;
  vertical-align: top;
  padding: 5px;
}

table.generic tr td.five {
  width: 5%;
}

table.generic tr td.ten {
  width: 15%;
}

table.generic tr td.thirty {
  width: 30%;
}

table.generic tr.data td a {
  color: red;
  text-decoration: none;
  background-color: transparent;
}

table.generic tr.data td a:visited {
  color: red;
  text-decoration: none;
  background-color: transparent;
}

table.generic tr.data td a:hover {
  color: red;
  text-decoration: none;
  background-color: #cacaca;
}

table.generic tr.even td a:hover {
  color: red;
  text-decoration: none;
  background-color: #00e000;
}

table.generic .narrow {
  width: 20%;
}

h1 {
  text-align: left;
  color: black;
  padding-top: 0.5em;
  padding-bottom: 0.17em;
  border-bottom: 1px solid black;
}

h2 {
  text-align: left;
  color: black;
  padding-top: 0em;
  padding-bottom: 0em;
  border-bottom: 2px solid #cacaca;
}

pre { margin-left: 2em; margin-right: 2em; }

pre.eg {
  margin-left: 2em;
  margin-top: 2ex;
  margin-bottom: 2ex;
  margin-right: 2em;
  border: 1px dotted black;
  padding: 5px;
  background-color: #cacaca;
  color: black;
  font-size: 102%;
}

h3, h4, h5, h6 {
  text-align: left;
  color: black;
  font-weight: bold;
  padding-top: 0.2em;
  padding-bottom: 0.1em;
  border: 0;
}

h1 { font-size: 188%; margin-left: 0.2em; padding-top: 0; }
h2 { font-size: 150%; margin-left: 0.3em; }
h3 { font-size: 132%; margin-left: 0.5em; }
h4 { font-size: 116%; margin-left: 0.6em; }
h5 { font-size: 100%; margin-left: 1em; }
h6 { font-size: 80%; margin-left: 1.2em; }

a {
  text-decoration: none;
  color: red;
  background: none;
  border-color: transparent;
}
a:visited { color: red; }
a:active { background-color: white; }
a:hover { background-color: #cacaca; }

#main p {
  margin-left: 1em;
  margin-right: 0.5em;
  margin-top: 0em;
  margin-bottom: 0.6em;
  line-height: 1.1;
  text-indent: 0.5em;
}

#main p:first-line {
  text-indent: 2em;
}

#main a { font-size: 90%; }

#main ul {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1ex;
  margin-bottom: 1ex;
}

#main ul li {
/*  margin-left: 1em;*/
/*  margin-right: 1em;*/
  margin-top: 0.2ex;
  margin-bottom: 0.4ex;
  line-height: 0.99;
}

#main tt {
  font-size: 100%;
}

table.contactForm {
  border: 1px solid  black;
  margin-left: 3%;
  width: 80%;
}

table.contactForm tr.head {
  background-color: black;
  color: white;
  font-weight: bold;
  font-size: 95%;
  padding-bottom: 6px;
  text-align: center;
}

table.contactForm tr.odd {
  border-top: 1px solid black;
  background-color: white;
}

table.contactForm tr.even {
  border-top: 1px solid black;
  background-color: #cacaca;
}

table.contactForm td.label {
  border-top: 1px solid black;
  width: 15%;
  text-align: right;
  font-weight: bold;
  border-right: 1px solid black;
  vertical-align: top;
  font-size: 90%;
  line-height: 0.99;
}

table.contactForm td.entry {
  border-top: 1px solid black;
  text-align: left;
  vertical-align: top;
}

table.contactForm tr.buttons {
  border-top: 1px solid black;
  text-align: center;
}

table.contactForm tr.buttons td {
  border-top: 1px solid black;
}
