/* G E N E R I C   S E L E C T O R S */

body {
  font-family: Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
  /*font-size: 1em;*/
  line-height: 1.2;
  color: #333333;		
  background-color: #ffffff;
}

h1, h2 {
  color: #00cc00;
}

#navigation ul {
  /* For IE6 */
  margin-left: 0.6em;
  padding-left: 0;

  /*padding-left: 0.8em; This works in Firefox 0.9.2 but not in IE6 */
}

#navigation ul li {
  line-height: 1;
  margin-bottom: 0.5em;
  list-style-type: none;
}

/* C L A S S E S */

.box {
  padding: 0 0.5em;
  margin-bottom: 1em;
  border: solid thin #00cc00;
}

.box-published {
  font-style: italic;
  font-size: small;
  text-align: right; 
  margin-bottom: 0.3em;
}

/* P S E U D O   C L A S S E S */

#index :link, #index :visited {
  color: #00cc00;
  text-decoration: none;
}

#index :link:hover, #index :visited:hover {
  background: #dddd00;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  text-decoration: none;
}

/* I D S */

#navigation {
  /*position: fixed; doesn't work in IE6 :( */
  position: absolute;
  top: 10px;
  left: 10px;
  width: 300px;
  /*border: solid thin black;*/
}

#text {
  position: absolute;
  top: 10px;
  left: 340px;
  max-width: 40em; /* not supported by IE6 */
  /*border: solid thin black;*/
}

#index {
  font-size: 150%;
  font-weight: bold;
  font-variant: small-caps;
}

#textlogo {
  margin-bottom: 23px;
}
