BODY	{
  background-color: #051a3c;
  background-image: url(../images/watermark.png);
  color: #ffff44;
  font-family: Arial, Verdana;
}

BODY#noWatermark	{
  background-image: none;
}

DIV#containerBG	{
  position: relative;
  width: 800px;
  height: 600px;
  font-family: Arial, Verdana;
  font-size: 12pt;
  font-weight: normal;
  color: #ffff44;
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-position: 210px center;
}

DIV#container	{
  position: relative;
  width: 800px;
  height: 600px;
  font-family: Arial, Verdana;
  font-size: 12pt;
  font-weight: normal;
  color: #ffff44;
}

H1#pageTitle {
  font-size: 36pt;
  font-weight: bold;
  font-style: italic;
  color: #FFAA44;
  text-align: center;
} 

A, A:active, A:visited {
  text-decoration: none;
  color: #ffff44;
}

DIV#leftNav	{
  position: absolute;
  width: 260px;
  left: 0;
  top: 0;
  text-align: center;
}

DIV#rightNav	{
  position: absolute;
  width: 260px;
  right: 0;
  top: 0;
  text-align: center;
}

DIV#leftTextColumn {
  position: absolute;
  left: 0;
  top: 100px;
  width: 190px;
  text-align: left;
}

DIV#rightTextColumn {
  position: absolute;
  right: 0;
  top: 100px;
  width: 190px;
  text-align: left;
}

DIV#rightTextColumn P A {
  font-size: 10pt;
  text-decoration: underline;
}

DIV.bottomNav	{
  position: absolute;
  width: 800px;
  bottom: 0;
  left: 0;
}

TABLE.bottomNav {
  width: 100%;
}

TABLE.bottomNav	TD {
  text-align: center;
  font-family: Arial, Verdana;
  font-size: 12pt;
  font-weight: normal;
  color: #ffff44;
}

TABLE.men	{
  width: 100%;
}

TABLE.men TD	{
  width: 50%;
  text-align: center;
}

DIV.men {
  text-align: center;
  margin-right: 20px;
  font-size: 12pt;
  font-weight: normal;
  color: #ffff44;
}

SPAN.heading {
  font-family: Arial, Verdana;
  font-size: 18pt;
  font-weight: normal;
  color: #ffff44;
}

