body
{
  min-width: 800px;
  text-align: left;
  background: #ccb ;
  color: #002;
  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%;
  font-size: 12px;
}

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

h2
{
  font-size: 24px;
}

h3
{
  font-size: 14px;
  margin-top: 0;
}

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

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

sub, sup
{
  font-size: 8px;
}

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

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

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: #330;
  border: none;
}

a.li-connect-link
{
  border: 0px;
}

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

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

.error
{
  color: #f66;
}

.footnote
{
  font-size: 9px;
}

/* block elements */

#container
{
  background: #ccc;
  margin: 10px auto;
  width: 800px;
  -moz-box-shadow: 0px 5px 10px #666;
  -webkit-box-shadow: 0px 5px 10px #666;
}

#containertwo
{
  background: #ffe;
  border: 1px solid #333;
  border-top: 0;
}

#title
{
  background: #ccc url("images/particle-tracks-banner.png");
  height: 125px;
}

#title h1
{
  height: 40px;
  font-size: 32px;
}

#content
{
  background: #ffe;
  float: left;
  width: 608px;
  min-height: 405px;
  padding-left: 20px;
  padding-top: 10px;
}

#content h2
{
  color: #330;
  margin: 0px 0px 12px 0px;
}

#content .item
{
  margin: 0px;
  padding: 10px 20px;
  background: #dda;
  margin-bottom: 10px;
}

#content ul
{
  padding: 0px 15px;
}

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

#content td
{
  color: #002;
}

#nav
{
  background: #ffe;
  float: right;
  width: 160px;
  min-height: 405px;
  padding-top: 10px;
  padding-left: 10px;
  /*display: inline; /* So IE plays nice */
}

#nav ul
{
  margin: 0px;
  padding-left: 10px;
  list-style: none;
}

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

#nav a
{
  padding: 0px;
  text-decoration: none;
  border: none;
  color: #663;
}

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

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

#copyright
{
  padding: 4px 0px 2px 0px;
  color: #aa9;
  clear: both;
  text-align: center;
}

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

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

.rightpullquote table
{
  background: #ffe;
  border: solid 1px #002;
}

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

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

.even
{
  background: #ddc;
}