body {
  margin: 20px 0;
  padding: 0;
  background: #f5f5f5 none repeat scroll 0% 50%;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: small;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #666666;
}
#tlc, #trc {
}
#box {
  padding: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  text-align: left;
  width: 78em;
  background-color: #ffffff;
}
#header {
  border-bottom: 1px solid #c7c7c7;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-right: 20px;
  margin-left: 10px;
}
#footer {
  border-top: 1px solid #c7c7c7;
  padding-top: 6px;
  margin-right: 20px;
  text-align: right;
  padding-bottom: 17px;
  margin-left: 10px;
  padding-right: 1.5em;
  color: #c7c7c7;
}
#content {
  padding: 1em;
}
#content h1 {
  color: #0354c2;
  font-weight: bold;
  font-size: 1.2em;
  font-family: helvetica,geneva,arial,sans-serif;
}
#content p {
  color: #3b3b3b;
  font-size: 1em;
  line-height: 1.3em;
  font-family: arial,helvetica,sans-serif;
}
#tlc, #trc, #blc, #brc {
  background-color: transparent;
  background-repeat: no-repeat;
}
#tlc {
  background-image: url(images/tlc.png);
  background-position:  0% 0%;
}
#trc {
  background-image: url(images/trc.png);
  background-position: 100% 0%;
}
#blc {
  background-image: url(images/blc.png);
  background-position: 0% 100%;
}
#brc {
  background-image: url(images/brc.png);
  background-position:  100% 100%;
}
#tb, #bb {
  background-color: transparent;
  background-repeat: repeat-x;
}
#tb {
  background-image: url(images/top.png);
  background-position:  0% 0%;
}
#bb {
  background-image: url(images/btm.png);
  background-position: 50% 100%;
}
#rb {
  background-image: url(images/rth.png);
  background-position: 100% 0%;
  background-repeat: repeat-y;
}
#lb {
  background-image: url(images/lft.png);
  background-position: 0% 100%;
  background-repeat: repeat-y;
}
