body
{
  color: #000000;
  background: #00CCFF url("curvebg.png") top left no-repeat;
}

a
{
  color: #0000CC;
}

a:hover
{
  color: #990000;
}

h1, h2, h3
{
  text-align: center;
}

.matrix, .matrix td
{
  border: solid #000000 1px;
}

.bodyDiv
{
  width: 900px;
  margin: 10px auto auto 53px;
}

.logoDiv
{
  width: 900px;
  margin: 0px 0px -5px 0px;
}

.menuDiv
{
  width: 900px;
  height: 25px;
  margin: 0px;
  padding-bottom: 5px;
  font-size: 20px;
  background: url("bevelbgtop.png") bottom left no-repeat;
}

.menuDiv ul
{
  width: 693px;
  height: 25px;
  list-style: none;
  margin: 0px;
  padding-bottom: 5px;
  float: left;
  background: #99CCFF url("bevelbgtop.png") bottom left no-repeat;
}

.menuDiv ul li
{
  float: left;
  margin: 0px;
  padding: 0px 10px;
}

.menuDiv a
{
  color: #0000CC;
}

.menuDiv a:hover
{
  color: #000000;
}

.content
{
  clear: both;
  padding: 5px 10px;
  text-indent: 20px;
  background: url("bevelbg.png");
}

.footer
{
  width: 900px;
  padding-top: 20px;
  background: url("bevelbgbottom.png") top left no-repeat;
}

.contactInfo
{
  width: 300px;
  min-height: 90px;
  margin: 0px auto;
  padding: 10px 0px;
  font-size: 12px;
  text-align: center;
  background: url("contactFade.png") no-repeat;
  
}

.companyName
{
  font-weight: bold;
  font-family: "Britannic Bold";
}