/*

 CSS Style sheet for the TACO project homepage
 2004-11-30 - Jeremy Buisson

 */

html, body {
  background: #fff;
  color: #000;
}

#title {
  background: #fff;
  color: #000;
  border: none;
  font-weight: bold;
  text-align: center;
  font-family: sans, sans-serif;
}

p {
  text-indent: 0;
  font-size: medium;
  text-align: justify;
  text-indent: 2em;
}

h2.header {
  text-align: left;
  font-size: medium;
  font-weight: normal;
  font-family: sans, sans-serif;
  background: #405080;
  color: #fff;
  text-indent: 1em;
  margin-top: 0;
  border: none;
}

div.panel {
  width: 100%;
}

div.navbar {
  float: left;
  position: fixed;
  width: 25%;
  border: 1px solid;
  margin-right: 0;
}

div.content {
  float: right;
  width: 73%;
  border: 1px solid;
  margin-left: 0;
  padding: 0;
}

.hide {
  visibility: hidden;
  margin: 0;
  clear: both;
  background: #fff;
  color: #fff;
}

p.sf {
  font-size: small;
  text-align: center;
}

div.navbar ul li {
  font-size: medium;
  font-family: sans, sans-serif;
}

div.navbar ul li.active {
  color: #000;
}

div.content p {
  padding-left: .5em;
  padding-right: .5em;
  padding-top: 0;
}
