body
{
  font: 10pt Verdana, Arial, Helvetica;
}

div#super
{
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 750px;
  background-color: #1867B1;
} 

/* buttons */

div#buttonbar
{
  background-image: url("/images/buttonbar.jpg");
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-left: 8px;
  font: 16px Tahoma, Arial, Helvetica;  
  line-height: 27px;
}

span#leftend
{
  padding-top: 4px;
  padding-bottom: 4px;
  border-right: 1px solid #3F3F3F;
}

span.button
{
  background-image: url("/images/button.jpg");
  color: white;
  padding-left: 20px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-left: 1px solid white;
  border-right: 1px solid #3F3F3F;
}

a.button
{
  text-decoration: none;
}

span#rightend
{  
  padding-top: 4px;
  padding-bottom: 4px;
  border-left: 1px solid white;
}

img#title
{
  border-top: 1px solid white;
  display: block;
}

div#banner
{
  padding-top: 8px;
}

div#content
{
  clear: both;
  background-color: white;
  border-top: 8px solid #003F7F;
  padding: 8px;
}

div.article
{
  clear: both; 
  width: 100%; 
  overflow: visible;
}

div#footerbar
{
  background: white url("/images/footerbar.jpg") repeat-x bottom left;
  border-top: 1px solid #BFBFBF;
  border-bottom: 8px solid #1867B1;
  padding-left: 8px;
  padding-right: 8px;
  height: 70px;  /* This is only for IE */
  font-size: 80%;
}

div>div#footerbar
{
  height: auto; /* Other browsers than IE use this */
}

div#leftfooter
{
  margin-top: 4px;
  margin-bottom: 4px;
  float: left;
}

div#rightfooter
{
  margin-top: 4px;
  margin-bottom: 4px;
  float: right;
}

div#footermain
{
  clear: both; 
  overflow: visible; 
  width: 100%;
  padding-bottom: 8px;
}

li.link
{
  margin-bottom: 8px;
}

span.linktitle
{
  font-weight: bold;
}

img.left
{
  float: left;
  margin-right: 8px;
}

img.icon
{
  border: 0px;
}

h1
{
  margin-top: 4px;
  font: italic 20pt Georgia;
  background-image: url("/images/bigdots.jpg");
  background-position: left bottom;
  background-repeat: repeat-x;
}

h2
{
  margin-top: 4px;
  font: italic 16pt Georgia;
}

span.reference
{
  color: teal;
}

span.quote
{
  color: blue;
  font-style: italic;
}

span.comment
{
  color: #7F7F7F;
  font-style: italic;
}

span.editbutton
{
  background-color: #DFDFDF;
  padding: 2px;
}