﻿#HomeImage
{
  width: 550px;
  height: 320px;
  background: url("/images/home_image.jpg") no-repeat;
  cursor: pointer;
}

#HomeSideNav
{
  width: 240px;
  height: 320px;
  background: url("/images/side_nav_bak.jpg") no-repeat;
}

#HomeSideNav a
{
  text-decoration: none;
  font: bold 16px Verdana,sans-serif;
  color: #FFFFFF;
}

#HomeSideNav tr
{
    background-repeat: no-repeat;
}

#HomeSideNav td
{
  height: 64px;
  font: bold 24px Verdana,sans-serif;
  color: #FFFFFF;
}

#HomeText
{
  width: 790px;
  height: 220px;
  vertical-align: top;
}

#HomeText table
{
    position: relative;
    top: -10px;
    background-color: #FFFFFF;
}

#HomeText div
{
  position: relative;
  top: 8px;
}

#HomeText .HomeTextTitle
{
  position: relative;
  top: 10px;
  font: bold 16px/12px Arial;
  color: #133464;
  background-color: #FFFFFF;
}

#HomeText td
{
  padding: 6px;
  text-align: justify;
  vertical-align: top;
  font: 14px/21px Arial;
  color: #133464;
  background-color: #FFFFFF;
}


#HomeText0 { display: block; }
#HomeText1 { display: none; }
#HomeText2 { display: none; }
#HomeText3 { display: none; }
#HomeText4 { display: none; }

