﻿* { /* Ignore different browser default padding and margin settings */
  padding: 0em;
  margin: 0;
} 

body {
  background-color: #7D99BC;
  color: black;
  margin: 0;
  padding: 0;
  width: 100%;
}

/**************************************************/
/*                                  div, table, td                                   */
div, table, td {
  border-color: black;
  border-style: solid;
  border-width: 0px;
}

div {
  border-color: red;
}

table {
  border-color: black;
}

td {
  border-color: green;
}

table.Border {
  background-color: #B8B8B8;
  margin-bottom: 0.75em;
  margin-top: 0.75em;
}

table.Border td {
  background-color: white;
  padding: 0.3em;
}

table.Border td.Header {
  background-color: #7D99BC;
}

table.Border td.Header p {
  color: white;
}

table.Border td.Stripe {
  background-color: #E8E8E8;
}

/**************************************************/
/*                                        Lines                                        */
.VerticalLine {
  background-color: black;
  color: black;
  width: 1px;
}

.HorizontalLine {
  background-color: black;
  color: black;
  height: 1px;
}

div.hr {
  background-color: transparent;
  background-image: url("../images/dots.gif");
  height: 1px;
  margin-bottom: 0.75em;
  margin-top: 0.75em;
}

                                               /************************/
/*div.hr hr {                              <-- Note: Remmed out for printing
  display: none;
}*/

#Webpage, #SplashPage {
  background-color: #7D99BC;
  color: black;
  margin-bottom: 0;
  margin-left:auto;
  margin-right:auto;
  margin-top: 0;
  text-align: center;
  width: 100%;
/*  height: 100%; */
}

/**************************************************/
/*                                       header                                      */
#Header {
  display: none;
}

#SplashPage #Header {
  display: inline;
  height: 90px;
}

/**************************************************/
/*                                        Body                                        */
#Body {
  background-color: white;
  height: 460px;
  width: 650px;
  margin: 0;
}

/**************************************************/
/*                                   Left column                                   */
#LeftColumn {
  display: none;
}

/**************************************************/
/*                                 Center column                                  */
#CenterColumn {
  background-color: white;
  color: black;
  height: 100%;
  width: 650px;
}

#Content {
  background-color: transparent;
  color: black;
  margin: 1.0em;
}

h1, h2, h3, h4 {
  background-color: transparent;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
}

h1 {
  color: #39396F;
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 0.3em;
}

h2 {
  color: #5171A3;
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.162em;
  margin-bottom: 0.5em;
  margin-top: 0;
}

h3 {
  color: #39396F;
  color: #00732F;
  font-size: 0.9em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.3em;
  margin-top: 1.3em;
}

.HomePage h3 {
  color: #39396F;
  margin-top: 0;
}

.SplashPage h3 {
  margin-bottom: 0.4em;
  margin-top: 0.8em;
}

.SplashPage p.Big {
  margin-bottom: 1.0em;
}

b.BoldSpaced {
  font-size: 1.2em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.3em;
}

h4 { /* Old h4 */
  font-size: 0.8em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.062em;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}

h4 {
  color: #5171A3;
  font-size: 0.8em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.3em;
  margin-top: 1.5em;
}

h4 a, h4 a:link, h4 a:hover, h4 a:active, h4 a:visited  {
  font-size: 1.0em;
}

p {
  background-color: transparent;
  color: #444444;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  line-height: 1.75em;
  margin: 0em;
  margin-bottom: 0.3em;
}

p.Indent {
  text-indent: 1.0em;
}

p.Center {
  text-align: center;
}

p.Image {
  font-size: 0.6em;
  margin-bottom: 1.0em;
  margin-top: 1.5em;
  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;
}

a, a:hover, a:active, a:visited {
  background-color: transparent;
  color: #39396F;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  text-decoration: underline;
}

a:hover, a:active {
  color: #00732F;
}

a:visited {
  color: #5171A3;
}

ul {
  background-color: transparent;
  color: #444444;
  margin-bottom: 0.5em;
  margin-left: 1.25em;
  margin-top: 0.5em;
  padding: 0px;
}

ul li {
  background-color: transparent;
  color: #444444;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  line-height: 1.5em;
  margin: 0em;
  margin-bottom: 0.75em;
  margin-top: 0.25em;
}

.HomePage li {
  color: #39396F;
}

.HomePage ul li a {
  color: #39396F;
  text-decoration: none;
}

.HomePage ul li a:hover, .HomePage ul li a:active {
  color: #00732F;
  text-decoration: underline;
}

.HomePage ul li a:visited {
  color: #5171A3;
  text-decoration: none;
}

ul ul {
  margin-bottom: 0.5em;
  margin-left: 2.5em;
  margin-top: 0.5em;
}

ul li ul li {
  font-size: 1.0em;
}
ul ul ul {
  margin-bottom: 0.5em;
  margin-left: 2.5em;
  margin-top: 0.5em;
}

ul li ul li ul li {
  font-size: 1.0em;
}

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;
}



p.Image a, p.Image a:hover, p.Image a:active, p.Image a:visited {
  background-color: transparent;
  color: #39396F;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  text-decoration: underline;
}

p.Image a:hover, p.Image a:active {
  color: #00732F;
}



a .Map, a:hover .Map, a:active .Map, a:visited .Map {
  border-color: #39396F;
}

a:hover .Map, a:active .Map{
  border-color: #00732F;
}

a:visited .Map{
  border-color: #5171A3;
}

img.Map {
  border-style: solid;
  border-width: 1px;
}



#SectionLinksPage div.hr {
  margin-bottom: 0.3em;
  margin-top: 1.0em;
}

#SectionLinksPage td.SectionLinksRightColumn {
  padding-left: 1.0em;
}

#SectionLinksPage p.SectionLinksTitle {
  color: #39396F;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.062em;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
}

#SectionLinksPage img.SectionLinksImage {
  margin: 0em;
}

#SectionLinksPage p.SectionLinks {
  width: 152px;
}

#NewsPage h1 {
  margin-bottom: 0.7em;
}

#NewsPage div.hr {
  margin-bottom: 0em;
  margin-top: 0em;
}

#NewsPage h2 {
  color: #00732F;
  font-size: 0.7em;
  line-height: 1.5em;
  margin: 0.7em;
  margin-left: 0em;
  white-space: nowrap;
}

#NewsPage h3 {
  color: #455589;
  line-height: 1.5em;
  margin-bottom: 0.7em;
  margin-top: 0.7em;
}

#NewsPage h3 a, #NewsPage h3 a:link {
  color: #39396F;
  letter-spacing: 0.062em;
  font-size: 0.84em;
  font-weight: normal;
  text-decoration: none;
}

#NewsPage h3 a:hover, #NewsPage h3 a:active {
  color: #00732F;
  text-decoration: underline;
}

#NewsPage h3 a:visited {
  color: #5171A3;
  text-decoration: none;
}

p.Big { /* Used on the News Item, and Press Release pages */
  color: #393939;
  font-size: 0.8em;
}

p.IndentBig { /* Used on the News Item and Press Release pages */
  color: #393939;
  font-size: 0.8em;
  text-indent: 1.0em;
}

#NewsPage h4.Description { /* Used on the Press Release page */
  font-weight: normal;
  letter-spacing: 0.062em;
  margin-bottom: 0.5em;
  margin-top: 0.7em;
}

#NewsPage h3 a.Events { /* Used on the Events pages */
  font-weight: bold;
  font-size: 0.8em;
  letter-spacing: 0.162em;
}

p.TabularTitle {
  color: #455589;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.062em;
  margin: 0em;
}

p.Tabular {
  letter-spacing: 0.062em;
  margin: 0em;
}

td p.Tabular {
  padding-right: 0.7em;
}

span.Green {
  color: #00732F;
}

div.Resource {
  margin-bottom: 2.25em;
  margin-top: 2.25em;
}

#ContactInformationPage p.Big { /* Used on the Contact Information and Join pages */
  margin-bottom: 1.75em;
}

#Page p.PageDescription {
  margin-top: -0.4em;
  margin-bottom: 1.0em;
}



/**************************************************/
/*                                  Right column                                   */
#RightColumn {
  display: none;
}

/**************************************************/
/*                                      Footer                                       */
#Footer {
  display: none;
}



p.ReviewComment {
  color: #990000;
}