html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  font-size: normal; }

q, blockquote {
  quotes: "" ""; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

a img {
  border: none; }

html {
  height: 100%;
  background-color: #00416A; }

body {
  behavior: url(style/csshover3.htc);
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  padding: 0 20px;
  overflow: visible;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, Helvetica, sans_serif;
  color: #333333;
  font-size: 75%; }
  body {
    display: block; }

.header {
  display: inline;
  float: left;
  margin-right: 0;
  width: 950px;
  padding: 2em 0;
  position: relative;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans_serif; }
  * html .header {
    overflow-x: hidden; }
  .header h1 {
    height: 89px;
    width: 198px; }
  .header h1 a {
    text-indent: -9999em;
    overflow: hidden;
    text-align: left;
    display: block;
    float: left;
    height: 100%;
    width: 100%;
    background: url('/i/logo.png') no-repeat 0 50%; }
  .header .breadcrumbs {
    position: absolute;
    bottom: 10px;
    left: 248px;
    color: black; }
    .header .breadcrumbs li, .header .breadcrumbs h1 {
      display: inline; }
    .header .breadcrumbs li {
      color: #565656;
      font-size: 2.5em; }
    .header .breadcrumbs a {
      color: #565656;
      text-decoration: none; }
      .header .breadcrumbs a:hover {
        color: #222222; }
    .header .breadcrumbs h1 {
      font-size: 1.1em;
      color: #222222; }

.menu {
  display: inline;
  float: left;
  margin-right: 0;
  width: 950px;
  position: relative;
  z-index: 100;
  margin-top: 20px; }
  * html .menu {
    overflow-x: hidden; }
  .menu li {
    float: left;
    vertical-align: middle;
    display: inline-block; }
    .menu li {
      display: block; }
    .menu li:hover {
      position: relative;
      z-index: 102;
      cursor: default; }
      .menu li:hover > ul {
        visibility: visible; }
  .menu a {
    display: block; }
  .menu ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 101;
    width: 15em; }
    .menu ul li {
      float: none; }
    .menu ul ul {
      top: 1px;
      left: 99%; }
  .menu li {
    font-weight: bold;
    line-height: 1.3em;
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans_serif;
    border-width: 1px;
    border-style: solid;
    padding: 0.4em 1em 0.4em 0.8em;
    vertical-align: middle;
    font-family: menu_font_family;
    background-color: #f5f5f5;
    border-color: #eeeeee #dedede #dedede #eeeeee;
    color: #565656; }
    .menu li:hover {
      background-color: #dff4ff;
      border-color: #d2f1ff #c2e1ef #c2e1ef #d2f1ff;
      color: #336699; }
  .menu a {
    text-decoration: none;
    color: #565656; }
    .menu a:hover {
      color: #336699; }
  .menu ul {
    margin-top: 1px; }
    .menu ul li {
      font-weight: normal; }
  .menu li {
    margin-right: 1em; }

.toc {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 150px;
  margin-top: 6em;
  padding-bottom: 5em;
  padding-right: 5px;
  margin-left: -6px;
  border-right: 1px #cccccc dashed; }
  * html .toc {
    overflow-x: hidden; }
  .toc li {
    padding: 2px 0;
    list-style: none;
    border-bottom: 1px solid #cccccc; }
    .toc li ul {
      padding-left: 1em;
      margin-top: 2px; }
    .toc li li {
      border: none;
      border-top: 1px solid #cccccc; }
  .toc a {
    text-decoration: none;
    display: block; }
  .toc a:hover {
    text-decoration: underline; }
  .toc a {
    color: #663300; }
  .toc .page a {
    color: #264d00; }
  .toc .closed ul {
    display: none; }

.content.main {
  display: inline;
  float: left;
  margin-right: 0;
  width: 950px; }
  * html .content.main {
    overflow-x: hidden; }

.content {
  display: inline;
  float: left;
  margin-right: 0;
  width: 790px;
  margin-top: 3.5em;
  padding-left: 5px;
  margin-right: -5px;
  /* ul */
  /*   +ul-bullet-style */
  /* ol */
  /*   +ol-bullet-style */ }
  * html .content {
    overflow-x: hidden; }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-weight: normal;
    color: #222222; }
    .content h1 img, .content h2 img, .content h3 img, .content h4 img, .content h5 img, .content h6 img {
      margin: 0; }
  .content h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.50em; }
  .content h2 {
    font-size: 2em;
    margin-bottom: 0.75em; }
  .content h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1.00em; }
  .content h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em; }
  .content h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.50em; }
  .content h6 {
    font-size: 1em;
    font-weight: bold; }
  .content p {
    margin: 0 0 1.5em; }
    .content p img.left {
      display: inline;
      float: left;
      margin: 1.5em 1.5em 1.5em 0;
      padding: 0; }
    .content p img.right {
      display: inline;
      float: right;
      margin: 1.5em 0 1.5em 1.5em;
      padding: 0; }
  .content a {
    text-decoration: underline;
    color: #000099; }
    .content a:visited {
      color: #000067; }
    .content a:focus {
      color: black; }
    .content a:hover {
      color: black; }
    .content a:active {
      color: #cc0099; }
  .content blockquote {
    margin: 1.5em;
    color: #666666;
    font-style: italic; }
  .content strong {
    font-weight: bold; }
  .content em {
    font-style: italic; }
  .content dfn {
    font-style: italic;
    font-weight: bold; }
  .content sup, .content sub {
    line-height: 0; }
  .content abbr, .content acronym {
    border-bottom: 1px dotted #666666; }
  .content address {
    margin: 0 0 1.5em;
    font-style: italic; }
  .content del {
    color: #666666; }
  .content pre {
    margin: 1.5em 0;
    white-space: pre; }
  .content pre, .content code, .content tt {
    font: 1em Consolas, "Lucida Console", Monaco, monospace;
    line-height: 1.5; }
  .content li ul, .content li ol {
    margin: 0; }
  .content ul, .content ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 3.333em; }
  .content ul {
    list-style-type: disc; }
  .content ol {
    list-style-type: decimal; }
  .content dl {
    margin: 0 0 1.5em 0; }
    .content dl dt {
      font-weight: bold; }
  .content dd {
    margin-left: 1.5em; }
  .content table {
    margin-bottom: 1.4em;
    width: 100%; }
  .content th {
    font-weight: bold; }
  .content thead th {
    background: #c3d9ff; }
  .content th, .content td, .content caption {
    padding: 4px 10px 4px 5px; }
  .content tr.even td {
    background: #f1f5fc; }
  .content tfoot {
    font-style: italic; }
  .content caption {
    background: #eeeeee; }
  .content .quiet {
    color: #666666; }
  .content .loud {
    color: #111111; }
  .content pre {
    border: dashed #b3b3b3;
    border-width: 0 0 0 1px;
    padding-left: 0.8em;
    margin-left: 2em; }
  .content code {
    color: #666666; }
  .content table {
    border: 1px solid #666666;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center; }
    .content table th, .content table td {
      border-right: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6;
      border-left-width: 0px;
      border-top-width: 0px; }
      .content table th:last-child, .content table th.last, .content table td:last-child, .content table td.last {
        border-right-width: 0px; }
    .content table tbody tr:last-child th, .content table tbody tr:last-child td,
    .content table tbody tr.last th,
    .content table tbody tr.last td, .content table tfoot tr:last-child th, .content table tfoot tr:last-child td, .content table tfoot tr.last th, .content table tfoot tr.last td {
      border-bottom-width: 0px; }
    .content table thead th {
      border-bottom: 1px solid #666666; }
    .content table tfoot th, .content table tfoot td {
      border-top: 1px solid #666666; }
    .content table th:first-child {
      border-right: 1px solid #666666; }
  .content td, .content th {
    vertical-align: middle; }
  .content th {
    background: #c3d9ff; }
  .content a[href^="http:"] {
    background: url('/i/external.png') no-repeat right top;
    padding-right: 10px;
    color: #336600; }
  .content a[rel="footnote"] {
    position: relative;
    bottom: 0.5em;
    font-size: 0.8em;
    color: #994d00; }
  .content object {
    overflow: hidden; }

body {
  position: relative;
  display: inline-block; }
  body:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  body {
    display: block; }

.content {
  padding-bottom: 6em; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6em;
  clear: both; }

.footer {
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans_serif;
  background: #00416A;
  margin-left: -20px; }
  .footer strong {
    text-align: right;
    display: block;
    color: white;
    border-top: 2px white dashed;
    margin-top: 2em;
    padding-top: 0.8em; }
  .footer a {
    color: white; }
