body {
  font: 85% arial, calibri, sans-serif;
  color: #000080;
  background: #FFFFF0;
  margin-top: 20px;
}

#container {
  position: relative;
  width: 1005px; /* width + border for IE 5.x */
  w\idth: 1000px; /* real width */
  border: solid #004488;
  border-width: 2px 2px;
  margin: auto;
 }

#header {
  font-size: 1.5em;
  background: #004488;
  padding: 1px 30px 1em 30px;  
  color: #FFFFFF;
  height: 40px;
}
		
#content {
  xbackground: #F4F4F4;
  xpadding: 1px 1em 2em 1em;
  border-left: 0px solid #069;

  background: #F4F4F4;
  padding: 1px 30px 1em 30px;
}

h2 {
  font-size: 1.5em;
  color: #004488;
}
		
h3 {
  font-size: 1.25em;
  color: #004488;
}

a:link  {
    color: blue;
    text-decoration: none;
}

a:visited  {
    color: darkblue;
    text-decoration: none;
}

a:hover  {
    color: purple;
    text-decoration: underline;
}

a:active  {
    color: darkviolet;
    text-decoration: underline;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}


th {
    text-align: left;
}