/* -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- */
/* Import the base style rules that are kept the same site wide        */

@import url("base.css");

/* -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- */
/* Following style rule defines the basic BODY element characteristics */

BODY.Article {
  background: #c3c4c9 url(../graphics/beacon-bg.jpg)
  top left fixed no-repeat; color: #000066;
}

/* -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- */
/* Following style rules defines rendering of the page area            */

DIV.SimpleSect1 {
  color: #000066; margin-right: 12px; margin-left: 212px;
  border-bottom: solid 2px #000066;
}

DIV.SimpleSect2 {
  color: #000066; margin-right: 12px; margin-left: 212px;
  border-bottom: solid 2px #000066; padding-bottom: 6px;
}

H1.BridgeHead {
  text-align: left;
}

H2.Subtitle {
  text-align: left;
}

P.SimPara1 {
  margin-right: 0; margin-bottom: 0;
}

P.SimPara {
  margin: 6px 0 0 12px; border: none; padding: 0;
  text-align: left; text-indent: 1em;
}

/* -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- */
/* Following style rules defines final position of the navigation area */

DIV.Sidebar {
  margin: 12px 24px 12px 224px;
}

/* -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- */
/* Following style rules defines rendering of the page footer          */

DIV.Colophon {
  color: #000066; margin-left: 216px;
  border-top-color: #000066; border-bottom-color: #000066;
}

/* -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- */
