html, body {
  background: #fbfcfc url(../img/bg_site.png) repeat-x top;
}
div#doc4 {
  background: #fff;
}
div#hd {
  height: 170px;
}
div#top {
  width: 100%;
  height: 170px;
  background: #fff url(../img/bg_header.png) repeat-x top;
  border-bottom: 1px solid #fff;
}
div#hd div#logo {
  display: inline;
  float: left;
  clear: left;
}
div#hd div#top-tab {
  display: inline;
  float: right;
  clear: right;
  width: 400px;
  height: 85px;
  background: #fff;
}
div#top_tab ul {
}
div#top-tab ul li {
  list-style: none;
  display: inline;
  float: right;
}
div#top-tab ul li a {
  text-decoration: none;
}
div#top-tab ul li a img {
  border: none;
}
div#top-nav {
  clear: both;
  height: 57px;
  text-align: center;
}
div#top-nav ul {
  display: inline;
  list-style-type: none;
}
div#top-nav li {
  display: inline;
}
div#top-nav a {
  text-transform: uppercase;
  line-height: 65px;
  color: #555;
  text-decoration: none;
  font-size: 100%;
  padding: .6em .9em;
  font-weight: bold;
}
div#top-nav a:hover {
  color: #000;
}
span.nav-divider {
  padding: 1em 0;
  background: url(../img/nav_divider_t.png) no-repeat top;
}
div#banner {
  display: block;
  height: 260px;
  clear: both;
}
div#bd {
  clear: both;
  border-left: 2px solid #3e5662;
  border-right: 2px solid #3e5662;
}
div#left-col {
  padding: 0 1em 1em 8px;
}
div#left-col-content {
  width: 290px;
  border: 1px solid #999;
  border-top: none;
}

div#main {
  padding: 1em 1em 1em 0;
}
div#main-content {
  background: #fff url(../img/bg_right_content.png) no-repeat top left;
} 
div#left-col-content {
  background: #fff url(../img/bg_left_content.png) no-repeat top;
}
div#main-content {
  border: 1px solid #999;
  padding: 1.5em 2em;
}
div#main-content h1 { color: #3e5662; font-size: 200%; padding: 0 0 .3em 0; font-weight: bold; }
div#main-content h2 { color: #999999; font-size: 165%; padding: 0 0 .3em 0; font-weight: bold; }
div#main-content h3 { color: #333333; font-size: 125%; padding: 0 0 .3em 0; font-weight: bold; }
div#main-content  p, div#main-content li { 
  color: #333333; font-size: 100%; padding: .3em 0 1em 0; font-weight: bold; line-height: 1.5em; text-align: justify; 
}
div#main-content ul {
  padding-bottom: 1em;
}
div#main-content li {
  list-style: disc inside;
  color: #333333; 
  font-size: 100%; 
/*
  padding: .3em 0 0 1em; 
  font-weight: bold; 
  line-height: 1.5em; 
  text-align: justify; 
*/
}
div#main-content a {
  color: #666;
  text-decoration: underline;
  padding: 1px;
}
div#main-content a:hover {
  color: #3e5662;
}
div#ft {
  border-left: 2px solid #3e5662;
  border-right: 2px solid #3e5662;
  border-bottom: 8px solid #3e5662;
  background: #fff url(../img/bg_nav.png) repeat-x top;
  text-align: center;
}
div#ft p, div#ft ul {
  color: #444;
  line-height: 23px;
}
div#ft ul {
  display: inline;
  list-style-type: none;
}
div#ft ul li {
  display: inline;
}
div#ft ul li a {
  line-height: 23px;
  color: #666;
  text-decoration: none;
  font-size: 100%;
  padding: .5em .9em;
  font-weight: bold;
}
div#ft ul li a:hover {
  color: #333;
}
div#ft-top {
  height: 10px;
  background: #f0f0f0;
}
div#ft-bottom {
  height: 17px;
  background: #af1c07 url(../img/bg_ft_red.png) repeat-x;
}
div#left-col-content div.left-section { padding: 2em 2em 1.5em 2em; }
div#left-col-content div.left-section h1  { color: #777777; font-size: 100%; padding: 0 0 0 0; }
div#left-col-content div.left-section h2  { color: #3e5662; font-size: 135%; padding: 0 0 .1em 0; }
div#left-col-content div.left-section h3  { color: #333333; font-size: 120%; padding: 0 0 .1em 0; }
div#left-col-content div.left-section p   { color: #000000; font-size: 100%; padding: 0 0 .3em 0; text-align: justify; }
div#left-col-content div.left-section p a { 
  font-size: 100%; 
  padding: 0 3px;
  color: #9d0a0a;
  text-decoration: none;
}    
div#left-col-content div.left-section p a:hover { 
  color: #fff; 
  background: #9d0a0a;
}
strong {
  font-weight: bold;
  color: #000;
}
div#main-content p.indent {
  padding-left: 1.5em;
}

ul.example_list {
  padding: 1em 1em;
  overflow: hidden;
}
ul.example_list li {
  list-style: none;
  display: inline;
  float: left;
  margin: 0 0 0 1em;
}
