body
{
  background-color:#068106;
  text-align: center; /*centering hack for IE*/
}
#header
{
  background-color:#003300;
  position: relative;
  margin: 0 auto;
  margin-top:-10px;
  text-align: center; /*required due to IE centering hack*/
  width: 800px; /*adjust as needed*/
  height:300px;
}
#header a
{
  color:#FFFFFF;
  text-decoration:none;
}
#header a:hover
{
  color:#FFCC33;
}
#content
{
  background-color:#EEEEEE;
  position: relative;
  margin: 0 auto;
  text-align: left; /*required due to IE centering hack*/
  width: 800px; /*adjust as needed*/
  height:100%;
}
#footer
{
  position:relative;
  margin: 0 auto;
  width:800px;
  height:30px;
  background-color:#003300;
  color:#FFFFFF;
  font-size:9pt;
  text-align:right;
}
#footer a
{
  color:#FFFFFF;
  text-decoration:none;
}
#footer a:hover
{
  color:#FFCC33;
}
.question
{
   cursor:hand;
   color:#336699;
   text-decoration:underline;
   font-weight:bold;
   font-size:12pt;
   font-family:verdana;
}
.answer
{
   font-family:verdana;
   font-size:9pt;
}


