/* GENERAL LAYOUT */
*
{
  border-width: 0;
  margin: 0;
  padding: 0;
}

html
{
  background-color: #e6e6e6;
  font-family: Verdana, Sans-Serif;
  font-size: small;
}

body
{
  width: 770px;
  position: relative;
  left: 50%;
  margin: 30px 0 10px -385px;
  background-color: white;
  background-image: url(/images/border-slice.png);
  background-repeat: repeat-y;
}

#head
{
  padding: 20px;
  background-image: url(/images/border-top.png);
  background-repeat: no-repeat;
}

#head a
{
  float: right;
  font-size: 12px;
  color: silver;
}

#menu
{
  width: 380px;
  height: 60px;
  margin: -20px 0 0 15px;
  list-style-type: none;
}

#menu li
{
  float: left;
  width: 105px;
  margin: 0 15px 10px 10px;
  padding-left: 19px;
  background-image: url(/images/menu.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

#menu li a
{
  color: black;
  font-size: smaller;
  text-transform: uppercase;
  text-decoration: none;
}

#menu li.selected
{
  background-image: url(/images/menu-selected.png);
}

#menu li a:hover, #menu li a:active
{
  color: #9f1e21;
}

#content
{
  border-top: 1px solid #e6e6e6;
  margin: 5px;
  padding: 15px;
  background-image: url(/images/watermark.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  min-height: 450px;
}

#foot
{
  padding: 8px;
  background-image: url(/images/border-bottom.png);
  background-repeat: no-repeat;
  background-color: #e6e6e6;
  text-align: center;
  font-size: smaller;
  font-style: normal;
  text-transform: uppercase;
  color: gray;
}

#foot span
{
  margin: 0 8px;
}

#foot br
{
  display: none;
}

/* TYPOGRAPHY */
#content h1
{
  margin: 0 0 .75em 0;
  font-family: Georgia, Serif;
  font-size: 155%;
  font-weight: normal;
}

#content h2
{
  margin: 0 0 .75em 0;
  font-family: Georgia, Serif;
  font-size: 145%;
  font-weight: normal;
}

#content p, #content ul, #content ol, #content dl
{
  margin: .75em 0;
  line-height: 1.65em;
}

#content a
{
  text-decoration: none;
  color: #063;
  border-bottom: 1px dashed Silver;
}

#content a:hover
{
  color: #9f1e21;
  border-bottom-style: solid;
}

#content li
{
  padding-left: 1em;
  margin-left: 1em;
  list-style-type: none;
  background-image: url(/images/bullet.png);
  background-repeat: no-repeat;
  background-position: 0 9px;
  padding-left: 15px;
}

#content strong
{
  color: #333;
}

#content em
{
  font-style: normal;
  color: #9F1e21;
}

#content dl dt
{
  margin-top: 1.5em;
  color: #9F1e21;
  font-weight: bold;
}

/* SPECIAL CLASSES */

a.exit, ul.exit a
{
  background-image: url(/images/exit.png);
  background-repeat: no-repeat;
  padding-left: 14px;
  margin-left: 2px;
  background-position: left 2px;
}

a.exit:hover, ul.exit a:hover
{
  background-image: url(/images/exit-hover.png);
}

ul.exit li
{
  background-image: none !important;
  padding-left: 0 !important;
}

dl.icons dt
{
  margin: 0 !important;
  float: left;
}

dl.icons dd
{
  margin: 1.5em 0;
  padding: .5em 0 .5em 53px;
  line-height: 1.65;
}


/* TEMPLATES */
#content.frontpage
{
  background-image: url(/images/watermark-opaque.png);
}

#content.frontpage .info
{
  margin: 22px -10px 0 315px;
  padding: 15px 10px 0 10px;
  border-top: 1px solid #e6e6e6;
  font-size: 90%;
}

#content.frontpage .illustrated
{
  position: relative;
  padding-right: 160px;
}

#content.frontpage .illustrated img
{
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.article
{
  position: relative;
  padding-left: 206px !important;
}

.article h2
{
  margin-top: 1.5em;
  padding-top: 1em;
  border-top: 1px solid #e6e6e6;
}

.article .sidebar
{
  position: absolute;
  top: 55px;
  left: 15px;
  width: 150px;
  border: 3px double #f3f3f3;
  padding: 10px;
  background-color: white;
  font-size: 85%;
  -left: -192px;
}

.article .sidebar h2
{
  border-width: 0;
  margin: 0;
  padding: 0;
}

.article img.fig
{
  position: absolute;
  right: 580px;
  margin-top: 15px;
}

.article span.fig
{
  position: absolute;
  left: 15px;
  width: 170px;
  text-align: center;
  -left: -192px;
}

.article span.fig a
{
  border-width: 0;
}
