/*******************************************************************************
 * print.css -  styles for printable media
 ******************************************************************************/
body
{
  padding: 2em;
}
h1
{
  font-size: 3em;
  border-bottom: 1px solid #000;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
}
h2
{
  font-size: 1.1em;
  font-weight: lighter;
  padding-bottom: 10px;
}
div#header img
{
  display: none;
}
ul#nav
{
  display: none;
}
div#footer
{
  font-size: 0.8em;
  text-align: right;
  border-top: 1px solid #000;
  padding-top: 5px;
  margin-top: 1em;
}

.left
{
  float: left;
}
.right
{
  float: right;
}
.imgLeft
{
  float: left;
  margin: 2px 15px 10px 0;
}
.imgRight
{
  float: right;
  margin: 2px 0 10px 15px;
}
.textLeft
{
  text-align: left;
}
.textRight
{
  text-align: right;
}
.clearAll
{
  clear: both;
}
.clearLeft
{
  clear: left;
}
.clearRight
{
  clear: right;
}