body
{
  background-color: #eedc82;
  background-image: url(background.jpg);
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

body, div, p, textarea, input
{
  font-family: "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
  font-size: 12pt;
  color: black;
}

p
{
  margin: 0 0 20px 0;
  text-align: left;
}

#container
{
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#content
{
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  background-color: white;
  width: 760px;
  height: 100%;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

#logo
{
  margin-top: 10px;
  margin-bottom: 20px;
}

#images
{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  width: 100%;
  background-color: lightblue;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#footer
{
  margin-top: 50px;
  padding-bottom: 30px;
  font-size: 10pt;
}

img
{
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}

img.image
{
 border: 1px solid black;
}

p
{
 margin: 10pt 10pt 10pt 10pt;
 text-justify: left;
}

a
{
 color: #d90000;
 text-decoration: none;
}

a:hover
{
 color: #d90000;
 text-decoration: underline;
}

h2
{
 background-color: lightblue;
 width: 100%;
 border-top: 1px solid black;
 border-bottom: 1px solid black;
 margin-top: 50px;
 font-size: 18pt;
}

h3
{
 text-jusify: left;
 font-size: 14pt;
}

td
{
 text-justify: left;
 justify: left;
 text-align: left;
 padding-left: 10px;
 padding-right: 10px;
}
