body
{
  text-align: left;
  background: #fff url("/images/bluefade.png") repeat-x;
  color: #555;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}

/* text-level elements */
p, ol, ul, dt, dd
{
  line-height: 160%;
  text-align: left;
  font-size: 12px;
}

td, input, textarea
{
  line-height: 120%;
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}

h3
{
  font-size: 14px;
}

h4
{
  margin-bottom: 0px;
  font-size: 12px;
}

pre, code, tt
{
  font-family: courier-new, courier;
}

sub
{
  font-size: 9px;
}

a:link, a:visited
{
  color: #3576b2;
  text-decoration: none;
  border-bottom: 1px dotted #3576b2;
}

a:hover
{
  color: #6a9ee3;
  border-bottom: 1px dotted #6a9ee3;
}

img, #content a.imglink:link, #content a.imglink:visited
{
  border: 0px;
  padding: 0px;
}

a.imglink:hover
{
  background: transparent;
}

h3 a, h3 a:link, h3 a:hover
{
  color: #3576b2;
  border: 0px;
}

dt
{
  margin-left: 30px;
  padding-bottom: 16px;
}

dd
{
  margin: -16px 0px 16px 60px;
}

.error
{
  color: #f66;
}

.footnote
{
  font-size: 9px;
}

/* block elements */

#title
{
  position: absolute;
  top: 15px;
  left: 90px;
  right: 30px;
  margin: inherit;
  padding: inherit;
  z-index: 2;
}

#title h1
{
  height: 40px
  left: 0px;
  top: 0px;
  margin: inherit;
  padding: inherit;
  font-size: 32px;
  color: #336;
  text-shadow: #bbb 3px 3px 2px;
}

#galaxy
{
  position: absolute;
  background-image: url("/images/galaxytop.png");
  background-repeat: no-repeat;
  top: 0px;
  left: -20px;
  height: 80px;
  width: 116px;
  margin: inherit;
  padding: inherit;
  z-index: 1;
}

#nav
{
  background: url("/images/navtop.png") top left no-repeat;
  position: absolute;
  top: 70px;
  left: 0px;
  width: auto;
  height: 287px;
  margin: 0px;
  padding: 14px 45px 0px 20px;
  z-index: 2;
}

#navlist
{
  margin: 0px;
  padding: 10px 0px;
  list-style: none;
}

#navlist li
{
  font: 10px/16px Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}

#navlist a
{
  padding: 0px;
  text-decoration: none;
  border: none;
}

#navlist a:hover, #nav a:active
{
  border-bottom: 1px dotted #3576b2;
}

#nav .subsection
{
  margin-top: 6px;
  font-weight: bold;
}

#content
{
  position: absolute;
  top: 70px;
  left: 180px;
  margin: 0px 20px 0px 0px;
  padding: 0
  width: 600px;
}

#content h2
{
  margin: 0px 0px 12px 0px;
  padding: 0px;
  font-size: 24px;
  color: #336;
  text-shadow: #bbb 3px 3px 2px;
}

#content p
{
  margin: 0px 0px 12px 0px;
  padding: 0px;
}

#content ul
{
  list-style-image: url( /images/bluebullet.png ) !important;
}

#content ul ul
{
  padding-left: 20px;
}

#copyright
{
  margin: 20px 20px 0px 0px;
  width: 600px;
  color: #bbb;
}

#copyright p
{
  font-size: 9px;
}

.rightpullquote
{
  float: right;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}

.rightpullquote table
{
  background: #fff;
  border: solid 1px #666;
}

.rightpullquote th, .rightpullquote td
{
  padding: 3px 10px 5px;
}

.rightpullquote th
{
  background: #ccc url(/images/tabhead.png) repeat-x;
  color: #000px;
  text-align: center;
  font-size: 12px;
}

.even
{
  background: #edf3fe
}