/* $Id: Blue.css, v 2.0 $ */


/*--------------- Body ---------------*/

BODY {
  background: #036 url();
  color: #fff;
  scrollbar-base-color: #069;
  scrollbar-track-color: #369;
}

/*------------- Divisions ------------*/

DIV {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #000;
  color: #fff;
}
.main {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 0;
  margin: 0 auto;
  padding: 0;
  width: 70%;
}
.siteNavigation, .format {
  background-color: #900;
  padding: 0;
}
.head, .head6 {
  background-color: #360;
}
.format {
  padding: 1px 3px 2px 2px;
}
.ftxt {
  float: right;
  margin-top: 6px;
  text-align: left;
}
.fsel {
  text-align: left;
}
HR {
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 80%;
}

/*--------------- Text ---------------*/

P, .imlab {
  text-indent: 1em;
  text-align: justify;
}
P {
  margin: .5em 0;
}
DIV.head H1 {
  padding-left: 10px;
  text-align: left;
}
.txttop {
  text-align: left;
}
CODE {
  background-color: #369;
}
BLOCKQUOTE {
  background-color: #360;
  text-align: justify;
}

/*--------------- Lists --------------*/

SELECT {
  color: #fff;
  background-color: #369;
}

/*---------- Site Navigation ---------*/

.siteNavigation {
  text-align: left;
}

/*-------------- Images --------------*/

IMG.blue, IMG.whiteonwhite {
  float: right;
  margin-left: 15px;
}
BR.nomo, BR.blue {
  display: none;
}
.whiteonwhite {
  color: #000;
  background-color: transparent;
}

/*--------------- Links --------------*/

A, A.hrim {
  border-color: #036;
  color: #ff3;
  text-decoration: none;
}
A:visited, A.sdimg {
  color: #69c;
}
A.hrim:link, A.hrim:visited,
A.OIimg:link, A.OIimg:visited,
A.sdimg:link, A.sdimg:visited {
  border-color: #036;
}
#curpg, A:active, A:hover,
A.hrim:active, A.hrim:hover,
A.OIimg:active, A.OIimg:hover,
A.sdimg:active, A.sdimg:hover,
A.words:active, A.words:hover {
  background-color: #369;
  border-color: #369;
  color: #fff;
}
DIV.head6 A.OIimg, DIV.head6 A.OIimg:visited {
  border-color: #360;
}
DIV.head A.words:active, DIV.head A.words:hover,
DIV.head6 A.OIimg:active, DIV.head6 A.OIimg:hover {
  background-color: #036;
  border-color: #036;
  color: #fff;
}
