html { 
  margin: 0;
  padding: 0;
  background-color: white;
  background-image: url('/images/fill.gif');
  background-repeat: repeat;
}

body {
  margin-top: 0;
  color: black;
  font-family: sans-serif;
/*  background-position: right top; */
}

#main {
  top: 0px;
/*
  margin-left: 10%;
  margin-right: 10%;
*/
  width: 980px;
  margin-top; 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  background: white;
}

dt {
  font-weight: bold;
  font-size: 0.9em;
}

a {
  color: #0022AA;
}

a img {
  border: 0;
}

#menu ul li {
  display: inline;
  padding: 0.25em;
/*  border: solid 1px black;
  background: #d0ddd0; */
}

#menu ul li a {
  text-decoration: none;
  border-bottom: 1px dotted blue; 
}

#menu ul li a:hover {
  border-bottom: 1px solid blue;
}

#menu ul li.current strong {
  border-bottom: 1px dashed black;
}

.note {
  border-top: solid 1px gray;
  border-left: solid 1px gray;
  border-bottom: solid 1px silver;
  border-right: solid 1px silver;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 25px;
  background: #f0f3ff;
  padding-left: 8px;
  padding-right: 8px;
  clear: both;
}

.decor {
  float: right;
}

#banner {
  border-bottom: solid 1px silver;
  margin-bottom: 25px;
  background-color: #f0f3ff;
  background-image: url(/images/new-background.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding-left: 8px;
  padding-right: 8px;
}

#banner h1 {
  font-size: 3em;
  margin-top: 0;
  padding-top: 2px;
  margin-bottom: 2px;
  padding-bottom: 0;
}

#banner img {
  margin-top: 0;
  padding-top: 1px;
  margin-bottom: 1px;
  padding-bottom: 0;
}

#page {
  margin-left: 4em;
  margin-right: 4em;
  margin-bottom: 0;
}

#page h1 {
  font-size: 1.2em;
  border-bottom: dotted 1px silver;
}

#page h2 {
  font-size: 1.1em;
  color: gray;
}

#page p {
  margin-bottom: 0;
  padding-bottom: 4px;
}

#footer {
  margin-top: 0;
  background: url(/images/footer-shadow.png) no-repeat 50% 0;
  min-height: 150px;
}

#footer p {
  font-size: 0.8em;
  font-size: 0.8em;
  color: silver;
  text-align: center;
  margin-top: 0;
  padding-top: 2px;
}

#footer a {
  color: #99aaff;
}

td.buttons {
  text-align: right;
}

td.optional {
  font-style: italic;
}

.note {
  font-size: 0.8em;
  color: gray;
}

