/* *** basics *** */

.stream { display: none; }

body {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;  _font-size : 75.00%;
  background: url(i/body-bg.gif) repeat-x;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.2;
  color: #12283F;
}

.bodywrap {
  width: 618px;
  background: #fff url(i/bw-bg.gif) no-repeat;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  padding-top: 40px;
}

h2 {
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: .7em;
  padding: 5px 0 0 0;
  font-weight: normal;
}

p {
  padding: 0;
  margin-top: 0;
  margin-bottom: 1em;
}

ul {
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
}

ul li {
  background: url(i/check.gif) no-repeat 0 .22em;
  padding: 3px 20px;
  font-size: .92em;
}

a {
  color: #0F2940;
  text-decoration: none;
}


/* *** layout *** */

.pagebody .wrapper {
  padding: 0 30px;
}

.pageextra5 {
  clear: both;
  text-align: center;
}


/* *** box *** */

.box {
  width: 181px;
  float: right;
  background: #D5D5D5 url(i/box-bottom.gif) no-repeat 0 100%;
  margin-left: 20px;
}

.box .boxhd {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width: 181px;
  height: 88px;
  background: url(i/box-boxhd.gif) no-repeat;
  margin-bottom: 0;
}

.box .content {
  font-size: .83em;
  padding: 0 12px;
}


/* *** footer *** */

.footer .content {
  padding: 50px 0;
}



/* *** tenglar *** */

.wrapper a:hover,
.wrapper a:focus,
.wrapper a:active {
  color: #0F2940;
  text-decoration: underline;
}



