body {
  font-family: verdana, helvetica, sans-serif;
  background-image: url(images/bg2.png);
  background-repeat:repeat-x;
  background-position:bottom;
  background-attachment:fixed;
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
}

div#header {
  position:fixed;
  top:0px;
  left:0px;
  height:90px;
  width:100%;
  text-align:left;
  color:white;
  font-size:0.8em;
  background:url(/images/titlebg.png);
  text-align:right;
  margin-left:0px;
  padding-left:0px;
}

div#header a {
  color:#ccf;
}
div#header img {
  display:inline;
  margin-left:0px;
  padding-left:0px;
}

a {
  color:#007;
  text-decoration:none;
}

a:hover {
  color:#99f;
  text-decoration:underline;
}

div#content {
  position:fixed;
  top:120px;
  bottom:55px;
  left:40px;
  right:40px;
  height:auto;
  width:auto;
  overflow:auto;
  border:1px solid #ddf;
  padding:1em;
}

div#header span.sel {
  color:#ffc;
}

#sections {
  position:fixed;
  top:90px;
  left:0px;
  text-align:center;
  width:100%;
}

#sections ul {
  list-style:none;
  display:inline;
  margin-top:0px;
  margin-bottom:0px;
  padding-left:0em;
}

#sections li {
  display:block;
  float:left;
  background-color:#bbf;
  border:2px solid #99c;
  text-align:center;
  margin-left:1em;
  width:100px;
}

#sections li :hover, #sections li.current {
  background-color:#ddf;
}

#sections a {
  display:block;
}

#sections li.current {
  color:blue;
  font-weight:bold;
  border:2px solid #bbf;
}

#navigation {
  position:fixed;
  top:150px;
  left:5px;
  clear:both;
  border:2px solid yellow;
  background-color:#ffe;
  width:90px;
  padding:3px;
  z-index:2;
}

#navigation ul {
  margin:0px;
  padding:0px;
  list-style:none;
}

#navigation li {
  padding:0px;
}

#navigation .current {
  font-weight:bold;
}

#navigation a {
  color:#c93;
  display:block;
}

#navigation.empty {
  display:none;
}

a img {
  border:none;
}

div#footer {
  position:fixed;
  top:auto;
  height:20px;
  right:0px;
  left:0px;
  bottom:0px;
  color:white;
  text-align:center;
  font-size:0.8em;
}

#footer a {
  color:#ddf;
}

div.top {
  text-align:right;
/*  float:right; */
}

div.bottom img {
  float:left;
  margin-right:1em;
  clear:left;
  margin-bottom:0.5em;
}

dl.links dt {
  font-weight:bold;
}

dl.links a {
  color:#990;
}

dl.links a:hover {
  color:#dd0;
}

div.image {
  text-align:center;
}

a.myexternal {
  background-image: url(/images/external.png);
  background-position:right center;
  background-repeat:no-repeat;
  padding-right:14px;
}

div.new {
  border: 2px solid blue;
  padding: 1em;
  background-color: black;
  color: white;
}
div.new a {
  color:#9f9;
};
