html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body,li,td {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  line-height: 130%;
  color: #e9e9e9;
}

body {
  background-color: #1a4f53;
  background-image:  url(../x-images/bkg_body.jpg);
  background-repeat: repeat-x;
  text-align: center; /* centered positioning */
}

#bodycenter {
  position: relative;
  min-height: 100%; /* Bkg extends length of page */
  background-image: url(../x-images/bkg_bodycenter.jpg);
  background-position: center;
  background-repeat: repeat-y;
}

* html #bodycenter {
  height: 100%; /* Bkg extends length of page in IE */
}

#container {
  width: 912px;
  margin: 0 auto; /* centered positioning */
  text-align: left; /* centered positioning */
  background-image:  url(../x-images/bkg_container.jpg);
  background-position: -1 135px;
  background-repeat: no-repeat;
}

#header {
  width: 912px;
  height: 135px;
  background-image: url(../x-images/bkg_header.jpg);
  background-position: -1 0;
  background-repeat: no-repeat;
}

h2 {
  font-size: 16px;
  color: #efdc99;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

ul {
  margin: 5px 0 20px 0;
  padding-left: 0;
}

li {
  margin-bottom: 3px;
  margin-left: 30px;
}

.catchphrase {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  margin: 20px 0 15px 0;
}

a {
  color: #efdc99;
}

a:visited {
  color: #efdc99;
}

a:hover {
  color: #ffffff;
}

a:active {
  color: #000000;
}

#content {
  width: 100%;
}

#td-contentleft {
  width: 220px;
  vertical-align: top;
}

#td-contentcenter {
  vertical-align: top;
  text-align: center;
}

#td-contentright {
  width: 220px;
  vertical-align: top;
}

#td-contentbottom {
  background-image:  url(../x-images/bkg_contentbottom.jpg);
  background-position: -1 0;
  background-repeat: no-repeat;
}


/* ====== Left Box ====== */
#leftbox {
  margin: 40px 0 30px 0; /* first value dist from top */
  padding: 0 0 0 55px; /* last value dist from left */
  vertical-align: top;
}


/* ====== Center Box ====== */
#centerbox {
  margin: 30px auto; /* first value dist from top */
  padding: 0 0 0 0; /* last value dist from left */
  vertical-align: top;
}


/* ====== Right Box ====== */
#rightbox {
  margin: 40px 0 30px 0; /* first value dist from top */
  padding: 0 0 0 20px; /* last value dist from left */
  vertical-align: top;
}

#btncontainer ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

#btncontainer li
{
  margin: 0 0 10px 0;
}


/* ====== Ad Box ====== */
#table-adbox {
  width: 100%;
  margin: 30px 0 30px 0; /* first value dist from top */
  padding: 0 0 0 0; /* last value dist from left */
  vertical-align: top;
}

#td-adleft {
 text-align: left;
 padding: 0 0 0 52px;
}

#td-adright {
 text-align: right;
 padding: 0 50px 0 0;
}


#footer {
  clear: both;
  padding: 20px 10px 10px 10px;
}

#footer p {
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  margin: 0;
}

#footer p.first {
  border-top: 1px solid #246a6c;
  padding: 10px 0 0 0;
  margin: 0 50px 0 50px;
}

#footer a {
  color: #ffffff;
}
