
/* 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; }


body
  {
    position: relative;
    font: 80%/1.3 Arial, Helvetica, sans-serif;
    background: right 120px no-repeat;
  }

div#wrapper
  {
    min-height: 100%;
  }

* html body div#wrapper
  {
    height: 100%;
  }

div#header
  {
    height: 120px;
    background: right top no-repeat;
    text-align: right;
  }

div.subheader
  {
    margin-top: 26px;
    padding-left: 20px;
    height: 26px;
    line-height: 26px;
    font-size: 1.1em;
    font-weight: bold;
  }

div.topnavimg
  {
    position: absolute;
    top: 0px;
    left: 20px;
  }

div#topnav
  {
    position: absolute;
    left: 20px;
    top: 100px;
  }

div#topnav ul
  {
    list-style: none;
  }

div#topnav ul li
  {
    display: inline;
    float: left;
    border: solid;
    border-width: 4px 0 0 4px;
    margin-right: 20px;
    width: 116px;
    height: 26px;
  }

div#topnav ul li a
  {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 26px;
    padding-left: 6px;
  }

div#subnav
  {
    position: absolute;
    left: 20px;
    top: 172px;
    width: 240px;
  }

div#subnav ul
  {
    margin-top: 1.4em;
    list-style: none;
  }

div#subnav ul li
  {
    padding-bottom: 0.5em;
  }

div#subnav li a
  {
    font-size: 1.1em;
    font-weight: bold;
  }

div#content
  {
    margin: 1.4em 160px 1.4em 280px;
  }

div#left
  {
    display: inline;
    float: right;
    margin: 1.4em 60px 1.4em 20px;
  }

div#left div dl
  {
    margin: 0;
    padding: 0;
  }

div.csc-textpic-clear
  {
    clear: left;
  }

