body {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: arial, helvetica;
  font-size: 0.75em;
  background: #e6ebf2 url(../img/bg-body.gif) repeat-x;
}

/* PNG Fix for IE6 */
img, div, a { behavior: url(iepngfix.htc) }

a          { text-decoration: none; }
#content a { text-decoration: underline; }
a:link, a:visited { color: #01109d; }
a:active, a:hover { color: #01109d; }
a:visited:hover   { color: #01109d; }

img {
  border: 0;
}

p {
  text-align: justify;
  line-height: 1.5em;
}

#content ul, ol {
  line-height: 1.5em;
}

h1, h2, h3 {
  margin: 1.5em 0 1em 0;
  font-family: arial, helvetica;
}

h1 {
  margin-top: 0;
  font-size: 22px;
  font-weight: normal;
  color: #ff420b;
}

h2, h3 {
  color: #01109d;
}

h2 {
  font-size: 18px;
  font-weight: normal;
}

h3 { font-size: 14px; }

#container {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  background: transparent url(../img/bg-container.png) no-repeat;
}

#headerwrap {
  margin: 0 auto;
  padding: 0 15px;
  width: 760px;
  overflow: hidden;
}

#headerwrap {
  height: 100px;
  background: transparent url(../img/bg-header-wrap.png) repeat-y;
}

#header {
  width: 760px;
  height: 100px;
  background-image: url(../img/bg-header.jpg)
}

#logo {
  float: left;
  margin: 5px 0 0 15px;
}

#headerrght {
  float: right;
  width: 550px;
  height: 158px;
  overflow: hidden;
}

ul#navmain {
  list-style: none;
  margin: 32px 0 0 0;
  padding: 12px 0;
  overflow: hidden;
}

ul#navmain li {
  float: left;
  margin: 0;
  padding: 0;
  border-right: 1px solid #648ee9;
}

ul#navmain li.last {
  border: 0;
}

ul#navmain li a {
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

ul#navmain li a:hover {
  color: #e6ebf2;
}

#main {
  margin: 0 auto;
  padding: 0 15px;
  width: 760px;
  overflow: hidden;
}

#main {
  background: transparent url(../img/bg-main.png) repeat-y;
}

#mainbot {
  display: block;
  margin: 0 auto;
  padding: 0;
}

#sidebar {
  float: left;
  margin: 30px 0;
  padding: 0 15px 30px 10px;
  width: 156px;
  background: transparent url(../img/bg-sidebar.gif) repeat-y;
}

ul#navcatside {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  width: 156px;
}

ul#navcatside li a {
  display: block;
  width: 156px;
  height: 50px;
}

ul#navcatside li a#indu, ul#navcatside li a#induoff:hover { background-image: url(../img/nav-indu.jpg); }
ul#navcatside li a#cons, ul#navcatside li a#consoff:hover { background-image: url(../img/nav-cons.jpg); }

ul#navcatside li a#induoff { background-image: url(../img/nav-indu-off.jpg); }
ul#navcatside li a#consoff { background-image: url(../img/nav-cons-off.jpg); }

ul#navcatside li a span {
  display: none;
}

ul.navside {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.navside li {
  padding: 5px 0;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #01109d;
}

ul.navside li span {
  font-size: 11px;
  font-weight: normal;
}

ul.navside li a:hover {
  text-decoration: underline;
}



#content {
  float: left;
  width: 519px;
  padding: 30px;
}

.fltrght {
  float: right;
  margin: 0 0 15px 30px;
}

table.standard {
  border-collapse: collapse;
}

table.standard th {
  text-align: left;
}

table.standard th.cntr {
  text-align: center;
}

table.standard th, table.standard td {
  padding: 5px;
}

table.tdcntr td {
  text-align: center;
}

ul.inlinegal {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.inlinegal li {
  float: left;
  margin: 10px;
}

p.testitext {
  margin-bottom: 0;
  font-style: italic;
}

p.testiauth {
  padding-left: 2em;
  margin: 0.5em 0 2.5em 0;
}

#footer {
  margin: 40px auto;
  width: 760px;
}

#footer p {
  text-align: center;
  font-size: 11px;
  color: #4d6378;
}

#footer a {
  color: #4d6378;
}

ul#navftr {
  list-style: none;
  margin: 0;
  padding: 0 0 0 170px;
  overflow: hidden;
}

ul#navftr li {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 11px;
  border-right: 1px solid #cfdce7;
}

ul#navftr li.last {
  border: 0;
}

ul#navftr li a {
  padding: 2px 10px;
}