/* comment */
body { margin-left:15px; background: #eeeeee; }
td {padding-left:15px;padding-top:15px;}
a:link {color: #0000FF;text-decoration: underline;}
a:visited {color: #800080;text-decoration: underline;}
a:hover {color: #ff0000;text-decoration: underline;}
h1 {font-size: large;}

/* navigation box - left aligned */
#navigation {
  float: left;
  position: relative;
  border: 0;
} 
#navigation ul {
  padding: 0;
  margin-left: 15px;
  margin-top: 15px;
  list-style-type: none;
  font: 75% Verdana, Helvetica, sans-serif;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
}
#navigation a {
  display: block;
  padding: 2px;
  padding-left: 6px;
  width: 12em;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5em;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
#navigation a:hover {
  background-color: #33DD33;
  color: #000000;
}
#current a {
  background: #cccccc;
}

/* content box - left aligned next to navigation, which is defined FIRST */
#content{
  float: left;
  position: relative;
  padding: 0;
  padding-top: 15px;
  border: 0;
  margin: 0;
}
/* footer goes below everything else */
#footer{
  clear: both;
}
#header h1 {
  font-size: large;
  margin-bottom: 0px;
  margin-left: 15px;
}

#debugbox{ border: 1px solid #cc0000; }
