body
{
}

div.mat
{
  background: url(./background.gif);
  background-color: white;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  height: 888px;
}

.header
{
  font-family: arial, sans-serif;
  font-size: 9pt;
  color: black;
  border-bottom: solid;
  border-width: 1px;
  border-color: olive;
  margin-bottom: 0;
  width: 450px;
}

div.header li
{
  display: inline;
}

div.header h1
{
  font-family: arial, sans-serif;
  font-size: 9pt;
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 10px;
}

.bodytext
{
  margin: 0;
  margin-left: 180px;
  padding: 0;
  background: url(./jodi-bleached.gif);
  background-repeat: no-repeat;
  background-position: top right;
  width: 620px;
  min-height: 270px;
}

h2
{
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 150px;
  width: 300px;
  font-family: arial;
  font-size: 20pt;
  padding: 0;
  color: darkblue;
}

h3
{
  color: olive;
}

.nav
{
  width: 180px;
  min-height: 200px;
  padding-top: 220px;
  font-family: arial;
  font-size: 10pt;
  text-align: right;
  float: right;
}

.nav ul
{
  border-right: solid olive;
  list-style-type: none;
  padding-right: 20px;
  line-height: 20px;
}

a
{
  text-decoration: none;
  font-weight: bold;
  color: darkblue;
}

a:hover
{
  color: olive;
}

.footer
{
}

