
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common browsers */
:link,:visited { text-decoration:none; color: inherit; }
ul,ol { list-style:none; }
li { display: block;}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; }


html
  {
    height: 100%;
  }

body
  {
    position: relative;
    min-height: 100%;
    font: 82%/1.4 Arial, Helvetica, sans-serif;
  }

* html body
  {
    height: 100%;
  }

div#wrapper
  {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 820px;
    height: 100%;
    margin-left: -410px;
  }

div#w2
  {
    position: relative;
    min-height: 100%;
  }

* html div#w2
  {
    height: 100%;
  }

div#header
  {
    position: relative;
    height: 120px;
  }

p#logo
  {
    position: absolute;
    left: 20px;
    top: 10px;
  }

p#nav1
  {
    position: absolute;
    left: 180px;
    top: 20px;
  }

p#nav2
  {
    position: absolute;
    left: 340px;
    top: 20px;
  }

p#nav3
  {
    position: absolute;
    left: 500px;
    top: 20px;
  }

p#nav4
  {
    position: absolute;
    left: 660px;
    top: 20px;
  }

p#nav5, p#nav6, p#nav7, p#nav8, p#nav9
  {
    display: none;
  }

div#subnav
  {
    height: 20px;
    margin-top: 3px;
    text-align: center;
    line-height: 20px;
  }

div#subnav span
  {
    margin: 0 auto;
    list-style: circle;
    padding: 0 20px;
  }

div#subnav span a
  {
    font-size: 0.8em;
  }

div#subnav span strong a
  {
    font-weight: normal;
    text-decoration: underline;
  }

div#subsubnav
  {
    position: absolute;
    left: 20px;
    top: 163px;
  }

div#subsubnav ul
  {
    list-style-type: none;
  }

div#subsubnav ul li
  {
    margin-bottom: 0.2em;
  }

div#subsubnav ul li a
  {
    font-size: 0.8em;
    font-weight: bold;
  }

div#subsubnav ul li strong a
  {
    text-decoration: underline;
  }

div#content
  {
    margin: 20px 0 40px 0;
    padding-bottom: 40px;
  }

div#content h3
  {
    margin: 0px 120px;
  }

div#content .csc-textpic,
div#content form,
div#content ul,
div#content ol,
div#content table,
div#content p,
div#content h1,
div#content h2,
div#content h3
  {
    margin: 0 180px 20px;
  }

div#content a
  {
    margin: 0;
  }

div#content * form,
div#content * p,
div#content * ul,
div#content * ol,
div#content * table
  {
    margin: 0 0 20px;
  }

div#content ul
  {
    list-style-type: circle;
  }

div#content ol
  {
    list-style-type: decimal;
  }

div#content li
  {
    display: list-item;
    margin-left: 3em;
    margin-bottom: 0.4em;
  }

div#content table
  {
    font-size: 100%;
  }

div#content td
  {
    padding: 0 1.5em 0.8em 0;
    vertical-align: top;
  }

div#content td p
  {
    margin: 0;
  }

div#content div.csc-textpic,
div#content div.csc-textpic-text
  {
    margin: 0 180px 20px;
  }

div#content div.csc-textpic div.csc-textpic-text
  {
    margin: 0;
  }

div#content div.csc-textpic p
  {
    margin: 0 0 20px;
  }

table.csc-mailform td
  {
    padding-right: 10px;
    padding-bottom: 4px;
  }

table.csc-mailform td.csc-form-labelcell
  {
    padding-top: 4px;
  }

table.csc-mailform td.csc-form-fieldcell input, select, textarea
  {
    border: solid;
    border-width: 0 0 1px 1px;
    padding: 2px 5px;
  }

table.csc-mailform td.csc-form-fieldcell input.csc-mailform-submit
  {
    border: 1px solid;
    padding: 2px 20px;
    cursor: pointer;
  }

div#footer
  {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 20px;
    font-size: 0.8em;
    text-align: center;
    line-height: 20px;
  }

div.rflow
  {
    display: inline;
    margin-left: 10px;
    margin-right: 180px;
    float: right;
  }

