/* modified based on
   http://www.stunicholls.myby.co.uk/menu/background2.html */

* html {
  overflow:hidden;
}

body {
  background-color: #fc9;
  color: #600;
  margin: 0;
  padding: 0 10px 0 10px;
  height: 100%;
  overflow: auto;
}

#menu {
  position: fixed;
  display: block;
  top: 10px;
  left: 10px;
  width: 190px;
  background: transparent;
}

* html #menu {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  width: 190px;
  height: 200px;
  background: transparent;
}

body {
  font-family:verdana, arial, sans-serif;
  font-size:12px;
}

div#menu a.legend {
  display:block;
  width:180px;
  height:25px;
  color:#000;
  background:transparent;
  text-decoration:none;
  border:1px solid #600;
  text-align:center;
  line-height:25px;
  margin-top:5px;
}

div#menu a.legend:link {
  display:block;
  width:180px;
  height:25px;
  color:#000;
  background:transparent;
  text-decoration:none;
  border:1px solid #600;
  text-align:center;
  line-height:25px;
  margin-top:5px;
}

div#menu a.legend:visited {
  display:block;
  width:180px;
  height:25px;
  color:#600;
  background:transparent;
}

div#menu a.legend:hover {
  color:#000;
  background: #c96;
}

div#menu a.legend:active {
  color:#c00;
  background:transparent;
}

#main {
  display:block;
  margin-left: 200px;
  width: 500px;
  border-left: 2px solid #600;
  padding: 5px 0 0 20px;
}

#main p {
  width: 500px;
  text-align: justify;
}

ul {
  width: 450px;
}

/* Local additions */

div#menu h1 {
  margin-top: 0;
  padding-top: 0.1em;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

div#menu h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

div#main h2 {
  padding: 0.2em 2em 0.2em 2em;
  background-color: #c96;
  text-align: center;
}

td.fieldname {
  font-weight: bold;
  padding: 0 5em 0 1em;
}

tr {
  padding: 0 0 0.75em 0;
}

hr { /* IE */
  width: 500px;
  /* this will align & colour it for IE */
  color: #600;
  text-align: left;
  border: none;
}

html>body hr { /* Opera & Gecko */
  /* this will align & colour it for Opera/Gecko */
  background-color: #600;
  margin: 20px auto 0 0;
  border: 1px solid #600; /* Opera */
}

span.field {
  font-weight: bold;
}

ul {
  list-style-type: disc;
}

ul li {
  margin: 0.3em 0 0.3em 0;
}

table.main {
  border: thin solid #c96;
  border-collapse: collapse;
}

table.main th {
  color: #600;
  padding: 0.2em 1em 0.2em 3em;
  background-color: #c96;
}

table.main td {
  color: #600;
  padding: 0.2em 0 0.2em 3em;
  border-top: thin solid #c96;
}

div.sub {
  margin-left: 2em;
}

a.button { /* validation buttons */
  display: inline;
  border: none;
  width: 100px;
}

img {
  border: 0;
}

div.frontpageimg {
  margin: 10px 10% 10px 10%;
}

div.frontpageimg img {
  text-align: center;
  border-color: #c96 #600 #600 #c96;
  border-width: 3px;
  border-style: solid;
}

#main p.copyright {
  font-size: xx-small;
  text-align: center;
}
