
body
{
  margin: 0px;
  background-color: white;
}

div
{
  font-size: 13px;
  font-family: Arial, Verdana;
  color: black;
}

div#content a
{
  text-decoration: none;
  font-weight: bold;
  color: #54832F;
}

div#content a:hover
{
  text-decoration: underline;
}

div#content h1
{
  padding: 0px;
  font-size: 17px;
  font-family: Arial, Verdana;
  text-decoration: underline;
  color: #54832F;
  font-weight: bold;
}

td
{
  vertical-align: top;
  font-size: 13px;
}

#contentFrame
{
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -375px;
  width: 750px;
}

#header
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 138px;
  border: 1px solid black;
}

#headerBottom
{
  position: absolute;
  bottom: -36px;
  left: 0px;
  height: 35px;
  width: 100%;
  background-image: url('../image/r3s1.jpg');
}

#logo
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 118px;
  background-image: url('../image/r1s1.jpg');
}

div#header div#ximg
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 340px;
  height: 118px;
  background-image: url('../image/r1s2.gif');
}

#navigationLine
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 20px;
  border-top: 1px solid black;
  background-image: url('../image/r2s1.jpg');
}

#navigation
{
  position: absolute;
  top: 2px;
  left: 0px;
  width: 100%;
  height: 18px;
  text-align: center;
}

div#navigation a
{
  color: black;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: bold;
}

div#navigation a:hover
{
  text-decoration: underline;
}

#leftBox
{
  position: absolute;
  left: 0px;
  top: 175px;
  width: 133px;
  height: 371px;
  background-image: url('../image/xtra_ibox.jpg');
}

#content
{
  position: absolute;
  left: 137px;
  top: 175px;
  width: 613px;
  text-align: justify;
}

#footer
{
  position: absolute;
  width: 750px;
  height: 50px;
  left: -137px;
  bottom: -70px;
  text-align: center;
  font-size: 10px;
  color: black;
}

div#footer a
{
  font-size: 11px;
  color: #54832F;
  text-decoration: none;
  font-weight: normal;
}

div#footer a:hover
{
  text-decoration: underline;
}

div#content table tr td a#box
{
  font-weight: normal;
  text-decoration: none;
  color: white;
}

div#content table tr td a#box:hover
{
  text-decoration: underline;
}

