HTML
{
  height: 100%;
}

BODY
{
  height: 100%;
  margin: 0px;
  background-image: url(images/background.gif);
  background-repeat: repeat;
}

A,BODY,DIV,INPUT,P,SELECT,SPAN,TEXTAREA,TD
{
  font-family: Arial;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  font-weight: normal;

}

IMG
{
  border: none;
  display: block;
}

IMG.logo
{
  width: 520px;
  height: 209px;
  margin: 8px auto 8px auto;
}

IMG.photo
{
  width: 178px;
  height: 134px;
}

LI
{
  list-style-image: url(images/bullet.gif);
}

TABLE.foundation
{
  width: 780px;
  margin: 0px auto 0px auto;
}

TABLE.menubar
{
  width: 780px;
  height: 34px;
  background-image: url(images/menubar.jpg);
  background-repeat: no-repeat;
}

TABLE.textbody
{
  width: 722px;
  margin: 15px auto 15px auto;
}

TABLE.imagebody
{
  width: 722px;
  margin: 0px auto 0px auto;
}

.size12
{
  font-size: 12px;
}

.size14
{
  font-size: 14px;
}

.bold
{
  font-weight: bold;
}

.underline
{
  text-decoration: underline;
}

.italic
{
  font-style: italic;
}

.white
{
  color: #FFFFFF;
}

.blue
{
  color: #034B80;
}

.white-backing
{
  background-color: #FFFFFF;
}

.blue-backing
{
  background-color: #034B80;
}

.maxwidth
{
  width: 100%;
}

.maxheight
{
  height: 100%;
}

.hcenter
{
  text-align: center;
}

.hright
{
  text-align: right;
}

.hleft
{
  text-align: left;
}

.vcenter
{
  vertical-align: middle;
}

.vtop
{
  vertical-align: top;
}

.vbottom
{
  vertical-align: bottom;
}