html
{
  width: 100%;
  height: 100%;
}
body
{
  background-image: url('bottom_shrim.jpg');
  background-repeat: repeat-y;
  color: #f7f1ce;
  margin: 0;
  font-family: 'Arial', sans-serif;
  font-size: 9pt;
  width: 100%;
  height: 100%;
}
div#main
{
  background-image: url('background.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  margin: 0;
  width: 100%;
  min-height: 100%;
}
#mainForm
{
  width: 700px;
  padding: 20px 15px 40px 90px;
}
p
{
  text-align: justify;
  margin: 1em 0 1em 0;
  line-height: 1.5em;
}
h1
{
  margin-left: 120px;
  margin-bottom: 40px;
  font-size: 12pt;
  font-weight: bold;
}
h2
{
  font-size: 11pt;
  font-weight: bold;
}
img
{
  float: left;
  margin: 0px 20px 10px 0px;
}

table#questions
{
  vertical-align: baseline;
}
input[type=radio]
{
  margin-left: 0.2em;
  margin-right: 0.2em;
  
}
td
{
  padding: 1em;
}
td.answer
{
  text-align: center;
}
div.submit
{
  width: 100%;
}
input[type=submit]
{
  padding: 0.1em 0.3em 0.1em 0.3em;
}
a, a:visited
{
  color: #f7f1ce;
}
