html,
body
{
  font-family: sans-serif;
  font-size: 10pt;
  background-color: #fff;
  color: #000;
}

#header-center,
#header-right
{
  visibility: hidden;
  position: absolute; /* fix for IE */
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#header,
#header-left
{
  display: block;
  position: relative;
  height: 50px !important;
  width: 100%;
}

#content-top
{
  width: 100%;
  padding-bottom: 2em;
  display: block;
  position: relative;
  float: left;
  margin-bottom: 0;
  border-top: 2px solid black;
  padding-top: 2ex;
  margin-top: -2ex;
}

* html #content-top
{
  margin-top: 0; /* fix for IE */
}

#page-options
{
  display: inline;
  position: absolute;
  top: 2ex;
  right: 0;
  float: right;
  white-space: normal;
  text-align: right;
}

#breadcrumb
{
  display: block;
  position: relative;
  left: 0;
  top: 0;
}

#breadcrumb ul
{
  display: inline;
  list-style-type: none;
  padding: 0;
  margin: 0;
  white-space: auto;
}

#breadcrumb li
{
  display: inline;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: 2ex;
  white-space: auto;
}

#breadcrumb a
{
  text-decoration: underline;
  color: #000;
}

#greet-wrapper
{
  display: block;
  padding-top: 0;
  width: 100% !important;
  height: 82px;
  text-align: center;
  vertical-align: top;
}

#greet
{
  margin: 0;
  padding: 0;
  width: 292px;
  height: 82px !important;
}

#greet img
{
  border: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

#sidebar
{
  visibility: hidden;
  position: absolute;
}

#copyright
{
  border-top: 2px solid black;
  margin-top: 2ex;
  clear: both;
}

a#left-image
{
  margin-left: -10px;
}

h1
{
  font-size: 120%;
}

h2
{
  font-size: 110%;
}

h3
{
  font-size: 100%;
}

img
{
  border: none;
  /*margin-top: 20px;*/
}

pre
{
  border: 1px solid black;
  padding: 2ex;
}

table
{
  border: 1px solid black;
  padding: 2ex;
}

div.two-columns
{
  display: table-row;
  width: 100%;
  float: left;
}

div.two-columns-column
{
  display: table-cell;
  width: 50%;
  padding-right: 2em;
}

div.three-columns
{
  display: table-row;
  width: 100%;
}

div.three-columns-column
{
  display: table-cell;
  width: 33%;
  padding-right: 2em;
}

div.four-columns
{
  /*display: table-row;*/
  overflow: hidden;
  display: inline;
  float: left;
  position: relative;
  max-width: 101%;
  height: 100%;
  width: 100%;
}

div.four-columns-column
{
  width: 25%;
  padding-right: 2em;
  overflow: hidden;
  display: block;
  float: left;
  position: relative;
  height: 100%;
  max-width: 22%;
}

* html div.two-columns
{
  display: inline;
  float: left;
  position: relative;
  width: 101%;
  height: 100%;
}

* html div.two-columns-column
{
  display: inline;
  float: left;
  position: relative;
  width: 50%;
  height: 100%;
}

* html div.three-columns
{
  display: inline;
  float: left;
  position: relative;
  width: 101%;
  height: 100%;
}

* html div.three-columns-column
{
  display: inline;
  float: left;
  position: relative;
  width: 33%;
  height: 100%;
}

* html div.four-columns
{
  display: inline;
  float: left;
  position: relative;
  width: 101%;
  height: 100%;
}

* html div.four-columns-column
{
  display: block;
  float: left;
  position: relative;
  width: 25%;
  height: 100%;
}

.caption
{
  width: 50%;
  margin-left: 25%;
}

.email-wrapper
{
  display: block;
  position: relative;
  height: 1em;
  font-family: 'Courier New', Courier, monospace;
  padding-left: 50%;
}

.email-jumble
{
  display: inline;
  position: absolute;
  float: left;
  width: 1em;
  height: 1em;
}

.code-kw
{
  font-weight: bold;
}

.code-ident
{
  font-weight: bold;
}

div.code pre
{
  font-size: 80%;
}

