body
 {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
 }



/***********************************
  DIVISION STYLE
************************************/

div#header
 {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  z-index: 3;
 }

div#courtesypanel
 {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  width: 100%;
  height: 90px;
  display: block;
  z-index: 2;
 }

div#body
 {
  position: absolute;
  top: 88;
  height: 100%;
  width: 100%;
  z-index: 1;
 }




/**********************************************
    TABLE DATA STYLE
***********************************************/

td
 {
  vertical-align: top;
 }

td.left
 {
  border-right: solid 1px #ccc;
  width: 175;
  background-color: #eee;
  vertical-align: top;
 }

td.right
 {
  border-left: solid 1px #ccc;
  width: 175;
  background-color: #eee;
  vertical-align: top;
 }


/********************************************
    PARAGRAPH, HEADER, & LINK STYLE
*********************************************/

h1, h2, h3, h4, h5, h6
 {
  color: #666;
  margin: 0 8;
  padding: 12 0;
 }

p
 {
  margin: 0 8;
  border-bottom: solid 1px #ccc;
  padding: 12 4;
  font-size: 10pt;
  color: #666;
 }

p.footer
 {
  margin: 80 8 20;
  border-top: dashed 1px #ccc;
  border-bottom: none;
  padding: 8 40;
  font-size: 10pt;
  color: #666;
 }

p#descriptions
 {
  font-family: Arial;
  font-style: italic;
  font-size: 10pt;
  text-align: center;
  color: #666;
  border: none;
  margin: 30 0 0 0;
  padding: 0;
  width: 175;
 }



/******************************************
   SIDE PANEL LINKS
*******************************************/
a.sidepane
 {
  text-decoration: none;
  display: block;
  font-size: 10pt;
  color: #666;
  margin: 0 8;
  padding: 4 0;
  border-bottom: solid 1px #ccc;
  text-align: center;
 }

a:visited.sidepane
 {
  text-decoration: none;
  display: block;
  font-size: 10pt;
  color: #666;
  margin: 0 8;
  padding: 4 0;
  border-bottom: solid 1px #ccc;
  text-align: center;
 }

a:hover.sidepane
 {
  background-color: #fff;
  color: #00f;
  text-decoration: none;
 }


