<!--
html, body {margin: 0; background: #000 url(/backgrounds/chain.gif); font-family: "times new roman",serif; color: #99f99f; text-align: center;}

a {text-decoration: none}
a img {border: 0;}
a:link {color: #ff0;}
a:visited {color:#eec288;}
a:hover {color: #f4ab71;}
a:active {color: #fff;}

/* Border */
.border {margin: 0.5em auto; background: #000 url(/backgrounds/back-rock.jpg);}
 .bdr-t {background: url(../borders/top.gif) 0 0 repeat-x;}
 .bdr-b {background: url(../borders/bottom.gif) 0 100% repeat-x}
 .bdr-l {background: url(../borders/left.gif) 0 0 repeat-y}
 .bdr-r {background: url(../borders/right.gif) 100% 0 repeat-y}
 .bdr-bl {background: url(../borders/bl-corner.gif) 0 100% no-repeat;}
 .bdr-br {background: url(../borders/br-corner.gif) 100% 100% no-repeat;}
 .bdr-tl {background: url(../borders/tl-corner.gif) 0 0 no-repeat;}
 .bdr-tr {background: url(../borders/tr-corner.gif) 100% 0 no-repeat; padding: 33px;}
 .bdr-tr2 {background: url(../borders/tr-corner.gif) 100% 0 no-repeat; padding: 23px;}
 .bdr-xlrg {width: 95%; max-width: 50em;}
 .bdr-lrg {width: 602px;}
 .bdr-med {width: 26em;}


/* Text */
h1 {font: x-large "comic sans ms",sans-serif; color: #f0ffff; padding: 10px 0 0 0; margin: 0;}
h2 {font: large "Copperplate Gothic Bold",sans-serif; margin: 0; padding: 0;}
.alt-title {display: none;}
.p1 {text-align: justify; text-indent: 1em;}
.pnm {margin: 0; padding: 0;}


/* Lists */
.hlist ul, .hlist li, .hlist dl {list-style: none; margin: 0; padding: 0;}
.hlist2 ul, .hlist2 li, .hlist2 dl {list-style: none; margin: 0.3em 0; padding: 0;}
.hlist li, .hlist dl, .hlist2 li, .hlist2 dl {display: inline;}
.nav-text {font: bold small Verdana,sans-serif;}
.divider {font-weight: bold; color: #8b008b; margin: 0 0.1em;}
.gap {padding: 1em;}


/* Other */
.bars {display: block;}
.left {text-align: left;}
.left-image {float: left; margin-right: 1ex;}
.right-image {float: right; margin-left: 1ex;}


/* Units pages */
.border-units {margin: 0.5em auto; background: #fff;}
.units {width: 100%; margin-bottom: 1em; font-weight: bold;}
 .units td {vertical-align: bottom;}
 .units a {display: block;}
 .units a:link {color: #f00;}
 .units a:visited {color:#000;}
 .units a:hover {color: #aa143c;}
 .units a:active {color: #20b2aa;}
.sketch {border: 3px double #fff;}
.sgap {margin-top: 0.5em;}


/* Navigation bar */
.nav-bar {width: 602px; height: 36px; margin: 0.5em auto; background: url(../nav-bar/background.png) no-repeat;}
.halves {width: 49.6%; float: left; font: bold 12px Verdana,sans-serif;}
.thirds {width: 33.3%; float: left; font: bold 12px Verdana,sans-serif;}


/* Dropdown menu */
.normal {font: normal 12px Verdana,sans-serif;}
#dropmenudiv {
 position:absolute;
 border: 2px solid #000;
 text-align: left;
 font: bold 12px Verdana,sans-serif;
 line-height: 140%;
 z-index: 100;
}

#dropmenudiv a {
 width: 100%;
 display: block;
 text-indent: 3px;
 padding: 1px 0;
 text-decoration: none;
}

#dropmenudiv a:hover {
 background: #1d1d1d;
 opacity: 1.0; filter:alpha(opacity=100);
}
.dmenu {text-decoration: underline;}


.footer {width: 100%; position: relative; clear: both;}
 .index {margin-top: 1ex;}
 .stats {font-family: verdana,arial,sans-serif; font-size: 11px; color: #808080; white-space: nowrap; text-align: left; position: absolute; bottom: 0; left: 0;}
 div.icons {position: absolute; bottom: 0; right: 0;}
  div.icons .t {opacity: .7;}


@media print {
html, body, .border {background: #fff; color: #000;}

h1, h2, h3 {color: #000;}
.alt-title {display: block; margin-bottom: -1em;}

a:link, a:visited {color: #000;}

/* Don't display while printing */
h1 img, .icons, .phide {display: none;}
.nav-bar {visibility: hidden;}
}
-->