body {
  margin: 30px 0 300px;
  padding: 0;
  font-family: verdana,helvetica,sans-serif;
  font-size: small;
  color: #000;
  background-color: #fff;
  text-align: center;
}
* html body {
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small; /* for other versions of IE */
}
#wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 760px;
  text-align: left;
  background: url(/debt/images/bg_wrapper_default_lng.png) center top repeat-y;
  font-size: 110%;
}
#header {
  clear: both;
  position: relative;
  margin: 0;
  padding: 0;
  height: 89px;
  width: 100%;
  background: transparent url(/debt/images/bg_header_lng.jpg) bottom center no-repeat;
}
#navcontainer {
  position: absolute;
  bottom: 87px;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 80%;
  text-align: right;
}
html>body div#wrapper div#header div#navcontainer {
  bottom: 89px;
}
#globalnav {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  text-align: right;
}
#banner {
  position: relative;
  margin: 0;
  padding: 0;
  background: #206BA6 url(/debt/images/bg_banner_homepage_lng.jpg) bottom right no-repeat;
  color: #fff;
  width: 760px;
  height: 238px;
}
#slogan {
  margin: 0 0 0 2px;
  padding: 0;
  text-align: center;
  background: #206BA6 url(/debt/images/bg_slogan_default_lng.jpg) bottom right no-repeat;
  color: #fff;
  text-transform: uppercase;
}
#colleft {
  float: left;
  margin: 0;
  padding: 20px 10px 0;
  width: 164px;
  \width: 184px;
  w\idth: 164px;
  font-family: georgia, 'times new roman',serif;
}
#colright {
  float: right;
  margin: 0;
  padding: 0;
  width: 128px;
  text-align: center;
}
#content {
  margin: 0 0 0 190px;
  padding: 0 20px 10px;
}
#footer {
  clear: both;
  margin: 0 0 0 2px;
  padding: 4px 10px;
  background: #206BA6 url(/debt/images/bg_footer_lng.png) bottom right no-repeat;
  color: #fff;
}

/* =/body.secure rule */
body.secure #wrapper {
  background-image: url(/debt/images/bg_wrapper_secure_lng.png);
}
body.secure #slogan {
  background-image: url(/debt/images/bg_slogan_secure_lng.png);
}
body.secure #content {
  margin-left: 150px;
  margin-right: 75px;
}
body.secure #colleft {
  width: 140px;
}

/* =/body.homepage rules */
body.homepage #wrapper {
  width: 760px;
  background-image: none;
}
body.homepage #header {
  background: transparent url(/debt/images/bg_header_homepage_lng.jpg) bottom right no-repeat;
}
body.homepage #content {
  margin: 0;
  padding: 0;
  background: #fff url(/debt/images/bg_content_homepage_lng.png) bottom right no-repeat;
}
body.homepage #content * {
  margin: 0;
  padding: 0;
}
body.homepage #footer {
  background-color: #fff;
  background-image: none;
  text-align: right;
}

/* =/body.colthree rules */
body.colthree #wrapper {
  background: url(/debt/images/bg_wrapper_colthree.jpg) left top repeat-y;
}

body.colthree #slogan {
  background-image: url(/debt/images/bg_slogan_colthree_lng.jpg);
}

.colthree #content {
  margin: 0 142px 0 190px;
  padding: 0 20px 10px;
}