/* -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- */
/* 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: #7b1818 url(../graphics/meeting-bg.gif)
  top left fixed repeat-y; color: #b0f3f4;
}

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

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

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

H1.BridgeHead {
  text-align: left;
}

H2.Subtitle {
  text-align: left;
}

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

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

IMG.limage {
  margin: 0.2em 1em 0 0; border: outset 3px #000000; padding: 0;
  float: left;
}

IMG.rimage {
  margin: 0.2em 0 0 1em; border: outset 3px #000000; padding: 0;
  float: right;
}

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

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

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

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

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