body {
  background: #FFF;
  font: normal 90%/125% Verdana, sans-serif;
  color: #000;
}

body, th, td { text-align: left; }

a:link { color: #006 }
a:visited { color: #666 }
a:active, a:hover { color: #00F }

small, .small, .caption, p.topLink { font-size: 75%; }
big, .big { font-size: 125%; }

.special     { display: none }

.note { color: #D00; font-weight: bold; }

li           { margin-top: 0.5em }

h1, h2, h3, #nav-heading { font-family: Bookman Old Style, serif; margin-top: 2em; }
h1 { font-size: 160%; color: #008; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
#nav-heading { font-weight: bold; }
#nav-heading a { color: #000; text-decoration: none; }

.caption { text-align: center; }

blockquote {
  float: left;
  background: transparent url('images/quote0.png') scroll no-repeat left top;
  padding-left: 15px;
}

blockquote.floatR { float: right; }
blockquote.floatL { float: left; }
blockquote.floatL, blockquote.floatR {
  font: bold 110% Bookman Old Style, serif;
  color: #008;
}

table.defaultPadding td,
table.defaultPadding th { padding: 3px; }

.indent,
table.defaultPadding td,
table.defaultPadding th { padding-left: 2em; }
table.defaultPadding th { text-transform: uppercase; }

#footer { margin-top: 3em; }

#navigation {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  cursor: default;
}
#navigation ul, #navigation ul li {
  display: inline;
  list-style: none;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
#navigation ul li a {
  color: #000;
  font-size: 80%;
  text-decoration: none;
  line-height: 200%;
  padding: 2px 6px;
  border-right: 1px solid #000;
}
#navigation ul li.end a {
  border-right: none;
}
#navigation a:hover {
  background-color: #EEE;
}
p.page-pic {
  float: right;
  margin: 3em 0px 10px 20px;
}

@media screen {
  html {
    background: #555;
    overflow-y: scroll;
  }
  body {
    max-width: 930px;
    min-width: 700px;
    margin: 0 auto;
    padding: 15px 35px;
  }
  p.topLink a { background: transparent url('images/icon_up.gif') scroll no-repeat left center; padding-left: 20px; }
  p.topLink { margin-bottom: 5em ! important; }
}

@media print {
  p.topLink, #navigation { display: none; }
  h1 { margin-top: auto; }
}
