body
{
  margin: 0;
  padding: 0;
  font-family: lucida grande, verdana, arial, helvetica, sans-serif;
  font-size: 85%;
  color: #000;
  background-color: #fff;
  /*    background-image: url(http://);
     background-repeat: no-repeat;
     background-position: top left; */
}

#header {
  margin: 12px;
  background-color:#ddd;
}

#banner {
  padding: 0;
}

#nav {
  display:none;
}

#content
{
  margin: 0em;
  padding: 0em 6em 2em 6em;
  width:750px;
}

.narrow1
{
  width: 50%;
  line-height: 1.3em;
}

.narrow2
{
  width: 50%;
  line-height: 1.5em;
}

/*typography*/
a
{
  text-decoration: none;
  font-weight: normal;
}

a:link
{
}

a:visited
{
}

a:active
{
}

a:hover
{
  text-decoration: underline;
}

/*
a[href^="http:"]
{
  background: transparent url('/images/icons/aoutside.gif') 100% 50% no-repeat;
  padding-right: 10px;
}
*/

h1,h2,h3,h4,h5,h6
{
  color:#333;
  clear: both;
}

h1,h2,h3,h4,h5,h6,p
{
  margin: 1em 0em 1em 0em;
}
h1
{
  font-size: 2.0em;
  font-weight: normal;
}
h2
{
  font-size: 1.7em;
  font-weight: normal;
}
h3
{
  font-size: 1.4em;
  font-weight: normal;
}
h4
{
  font-size: 1.2em;
  font-weight: bold;
}
h5
{
  font-size: 1.0em;
  font-weight: bold;
}
h6
{
  font-size: 0.8em;
  font-weight: bold;
}
img
{
  border: 0;
}
ol, ul, li
{
  /* list-style: none;*/
  font-size: 1.0em;
  line-height: 1.8em;
  margin-top: 0.2em;
  margin-bottom: 0.1em;
}

ul.minimal li {
  list-style: none;
  font-size: 1.0em;
  line-height: normal;
  margin:0;
  padding:0;
  text-indent:-2.0em;
}

ul.minimal-pictures li {
  list-style: none;
  font-size: 1.0em;
  line-height: normal;
  margin:0;
  padding:1.0em 0;
}

p
{
  font-size: 1.0em;
  line-height: 1.3em;
}
li > p
{
  margin-top: 0.2em;
}
pre, code
{
  font-family: monospace;
  font-size: 1.0em;
}
code
{
  white-space: pre;
}
strong, b
{
  font-weight: bold;
}
.filePath
{
  font-family: monospace;
}
.hilite
{
  background-color:#ff9;
}
.picFloatLeft
{
  margin:1em 1em 1em 0em;
  float:left;
  font-weight:bold;
}

.picFloatRight
{
  margin:1em 0 1em 1em;
  float:right;
  font-weight:bold;
}

div.captionedImage
{
  margin: 1em;
  padding: 1em;
  border: 1px solid #999;
}