﻿body {
  background-color: white;
  color: black;
  margin-left: 17%;
  margin-top: 0px;
}

/**************************************************/
/*                      header                    */
#Header {
  display: none;
}

/**************************************************/
/*                   Left column                  */
#LeftColumn {
  display: none;
}

/**************************************************/
/*                  Center column                 */
#CenterColumn {
  background-color: transparent;
  color: black;
  width: 460px;
  height: 100%;
}

#Content {
  background-color: transparent;
  color: black;
  margin-bottom: 1.0em;
  margin-left: 1.0em;
  margin-right: 1.0em;
  margin-top: 1.0em;
}

h1, h2, h3, h4 {
  background-color: transparent;
  color: #990000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.4em;
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}

h2 {
  font-size: 0.8em;
  font-style: italic;
  font-weight: lighter;
  letter-spacing: normal;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

h3 {
  font-size: 0.8em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 0.3em;
  margin-top: 1.3em;
}

h3 a, h3 a:link, h3 a:visited {
  color: #990000;
  font-size: 1.0em;
  text-decoration: none;
}

h3 a:hover, h3 a:active {
  color: #990000;
  font-size: 1.0em;
  text-decoration: underline;
}

h3 a:visited {
  color: #CC6666;
}

b.BoldSpaced {
  font-size: 1.2em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.3em;
}

h4 {
  font-size: 0.8em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}

h4 a, h4 a:link, h4 a:hover, h4 a:active, h4 a:visited  {
  font-size: 1.0em;
}

a, a:hover, a:active, a:visited {
  background-color: transparent;
  color: 333399;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  text-decoration: underline;
}

a:hover, a:active {
  color: #990000;
}

a:visited {
  color: #CC6666;
}

p {
  background-color: transparent;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  line-height: 1.5em;
  margin: 0em;
  margin-bottom: 0.3em;
  orphans: 2;
  widows: 2;
}

p.Indent {
  text-indent: 1.0em;
}

p.Center {
  text-align: center;
}

p.Image {
  margin-top: 1.0em;
  text-align: center;
}

p.Quote {
  font-style: normal;
  margin-left: 2.0em;
  margin-right: 2.0em;
  margin-top: 2.0em;
}

p.QuoteAttribution {
  margin-bottom: 2.0em;
  margin-right: 5.0em;
  text-align: right;
}

ul {
  margin-bottom: 1.0em;
  margin-left: 2.0em;
  margin-top: 1.0em;
}

ul li {
  background-color: transparent;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  line-height: 1.5em;
  list-style-image: url(../images/redbullet.gif);
  margin: 0em;
  margin-bottom: 0.5em;
}

ul ul {
  margin-bottom: 0.5em;
  margin-left: 2.0em;
  margin-top: 0.5em;
}

ul li ul li {
  font-size: 1.0em;
  list-style-image: url(../images/greenbullet.gif);
}

ul ul ul {
  margin-bottom: 0.5em;
  margin-left: 2.0em;
  margin-top: 0.5em;
}

ul li ul li ul li {
  font-size: 1.0em;
  list-style-image: url(../images/bluebullet.gif);
}

sup {
  font-size: 0.85em;
  line-height: 1.5em;
}

img {
  border-style: none;
  border-width: 0px;
}

img.Left {
  margin: 0em;
  margin-bottom: -0.3em;
  margin-right: 0.7em;
  margin-top: 0.5em;
}

img.Right {
  margin: 0em;
  margin-bottom: -0.3em;
  margin-left: 0.7em;
  margin-top: 0.5em;
}

#Page h1 {
  margin-bottom: 0.7em;
}

#Page h2 {
  font-size: 0.7em;
  line-height: 1.5em;
  margin: 0.7em;
  margin-left: 0em;
  white-space: nowrap;
}

#Page h3 {
  color: #333399;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin-bottom: 0.7em;
  margin-top: 0.7em;
}

#Page p.PageDescription {
  margin-top: -0.4em;
  margin-bottom: 1.0em;
}

#ContactInformationPage p {
  margin-bottom: 1.0em;
}

/**************************************************/
/*                  Right column                  */
#RightColumn {
  display: none;
}

/**************************************************/
/*                      Footer                    */
#Footer {
  display: none;
}
