html{
  height: 100%;
}

body{
  height: 100%;
  padding: 0px;
  margin: 0px;
  background-image: url("../images/background.gif");
  background-repeat: repeat;
  font-family : Arial;
}

td.tdSiteHolder{
  width : 840px;
  padding-left: 17px;
  padding-right: 18px;
  height : 100%;
  background-image: url("../images/content_bg.png");
  background-repeat: repeat-y;
  text-align: left;
}
div.divBannerHolder{
  position: absolute;
  top: 0px;
  width: 840px;
}
div.divBanner{
  position: absolute;
  top: 330px;
  left: 583px;
  width: 201px;
  height: 645px;
  background-color: #d7001b;
}
div.divBannerImage{
  position: absolute;
  top: -170px;
  left: -79px;
  width: 359px;
  height: 317px;
}
div.divBannerText{
  position: absolute;
  top: 440px;
  left: 0px;
  width: 181px;
  height: 317px;
  padding-left: 10px;
  padding-right: 10px;
  color: #FFFFFF;
  font-size: 11px;
}
ul.ulBanner{
  margin: 0;
  padding: 0;
  margin-left: 10px;
  text-align: left;
  list-style-type: disc;
  padding-bottom: 5px;
}
ul.ulBanner li {
  display: list-item;
  margin: 0;
  padding: 0; 
  padding-left: -5px; 
}
hr.hrBanner{
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ef99a4;
  width: 171px;
}


td.tdHeader{
  width : 840px;
  height : 100px;
  background-image: url("../images/logo.jpg");
  background-repeat: no-repeat;
  text-align: left;
}
div.divHeaderLinks{
  position: relative;
  top: 0px;
  left: 0px;
  text-align: right;
}
td.tdVisual{
  width : 840px;
  height : 464px;
  background-image: url("../images/visual.jpg");
  background-repeat: no-repeat;
}
td.tdContent{
  text-align: left;
  padding-left: 50px;
}
td.tdContentColumn{
  padding-right: 27px;
  height: 270px;
}
td.tdTitle{
  padding-bottom: 27px;
}
td.tdHead{
  height: 16px;
  padding-bottom: 5px;
}
td.tdText{
  padding-bottom: 17px;
}
h3{
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 12px;
  width: 240px;
}
td.tdFirststop{
  padding-bottom: 14px;
}
ul.ulTop{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  padding-right: 75px;
  padding-top: 64px;
}
ul.ulFooter{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
ul li {
  display: inline;
  margin: 0;
  padding: 0;  
}

li.liText{ 
  text-align: center;
  font-size : 9px; 
  color: #848484;
  font-weight: bold;
}
li.liSpacer{ 
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  color: #848484;
  font-size : 9px;
  font-weight: bold;
}

td.tdFooterHolder{
  width: 738px;
  padding-left: 51px;
  padding-right: 51px;
}
td.tdFooter{
  width: 738px;
  border-top: 1px solid #848484;
}

a{
  color: #000000; 
  text-decoration: none;
}
a:hover{ 
  text-decoration: underline;
}

a.greyLink{
  color: #848484; 
  text-decoration: none;
}
a.greyLink:hover{ 
  text-decoration: underline;
}
a.whiteLink{
  color: #FFFFFF; 
  text-decoration: none;
}
a.whiteLink:hover{
  text-decoration: underline;
}