#header {
  width: 100%;
  background-color: #336699;
  color: #ffff99;
  border-bottom: 1px solid #000000;
  font-family: verdana, arial, helvetica;
  font-size: 10pt;
  text-align: center
}

#menu {
  width: 100%;
  background-color: #336699;
  color: #ffffff
}

#home {
  float: left;
  width: 75%
}

#loginBanner {
  background-color: #6699ff;
  text-align: center
}

#copy {
  font-size: 9pt;
  text-align: center
}

#error {
  font-family: verdana, arial, helvetica;
  font-size: 10pt;
  color: #9966633;
  background-color: #ff9966;
}


span.error {
  font-family: verdana, arial, helvetica;
  font-size: 10pt;
  color: #ff0000;
}

a {
  font-family: verdana, arial, helvetica;
  text-decoration: none;  
  font-size: 10pt;
  color: #6699ff
}

a.menu {
  font-weight: bold;
  color: #ffff99
}

thead {
  background-color: #6699ff
}

td.number {
  text-align: right;
}

td.centered {
  text-align: center;
}

body, div, p, td, th, li, pre {
  font-family: verdana, arial, helvetica;
  font-size: 10pt;
}

pre {
  width: 100%;
}

h2, h3 {
  font-family: verdana, arial, helvetica;
  margin-bottom: 0px;
  color: #336699
}

h2.header {
  margin-bottom: 2px;
  color: #ffff99
}

hr {
  color: #336699;
  margin-top: 0px
}

table {
  border: 1px solid #336699
}

p.news {
  background-color: #ffffcc;
  border: 1px dashed #336699
}
