﻿* { /* 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 {
  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 {
  height: 72px;
  width: 780px;
}

#SplashPage #Header {
  height: 90px;
}

#Header td img {
  display: block;
  margin: 0em;
  padding: 0em;
}

#TopMenu {
  background-color: #5171A3;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  height: 2.5em;
  width: 780px;
}

#TopMenu .MenuItem, #TopMenu .MenuItemOver, #TopMenu .MenuItemSelected {
  background-color: transparent;
  color: black;
  height: 2.5em;
  letter-spacing: 0.162em;
  padding-left: 0.84em;
  padding-right: 0.84em;
}

#TopMenu .Bullet {
  background-color: transparent;
  color: #A8C0D6;
  font-size: 0.8em;
}

#TopMenu a {
  color: #D4E8EF;
  font-size: 0.8em;
  text-decoration: none;
}

#TopMenu .MenuItemOver a {
  color: white;
  font-size: 0.8em;
  text-decoration: underline;
}

 #TopMenu .MenuItemSelected a {
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
}

/**************************************************/
/*                                        Body                                        */
#Body {
  background-color: white;
  height: 460px;
  width: 780px;
  margin: 0;
}

/**************************************************/
/*                                   Left column                                   */
#LeftColumn {
  background-color: #D4E8EF;
  border-color: #5171A3;
  border-style: solid;
  border-width: 1px;
  border-bottom: none;
  border-left: none;
  border-top: none;
  color: black;
  height: 100%;
  padding-left: 0.62em;
  padding-right: 0.62em;
  width: 160px;
}

#LeftMenu {
  background-color: transparent;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  letter-spacing: 0.162em;
  line-height: 1.0em;
  margin-top: 2.0em;
  margin-bottom: 2.0em;
  width: 141px;
}

#LeftMenu div.hr {
  margin-bottom: 0em;
  margin-top: 0em;
}

#LeftMenu .MenuItem, #LeftMenu .MenuItemOver, #LeftMenu .MenuItemSelected {
  padding-bottom: 0.55em;
  padding-top: 0.55em;
}

#LeftMenu .MenuItemOver {
}

#LeftMenu .MenuItemSelected {
}

#LeftMenu a, #LeftMenu .MenuItem a, #LeftMenu .MenuItemOver a, #LeftMenu .MenuItemSelected a {
  color: #39396F;
  font-size: 0.8em;
  text-decoration: none;
}

#LeftMenu .MenuItemOver a {
  color: #2C1B51;
  text-decoration: underline;
}

#LeftMenu .MenuItemSelected a {
  color: #2C1B51;
  font-weight: bold;
}

.LeftMenuItem {
  background-color: transparent;
  color: black;
}

.LeftMenuItem p {
  color: #4C4C7D;
  font-size: 0.62em;
}

.LeftMenuItem p b {
  letter-spacing: 0.062em;
}

.LeftMenuItem a {
  color: #39396F;
  text-decoration: none;
}

.LeftMenuItem a:hover, .LeftMenuItem a:active {
  color: #2C1B51;
  text-decoration: underline;
}

.LeftMenuItem a:visited {
  color: #5171A3;
  text-decoration: none;
}

/* Creats red highlight link */
.LeftMenuItem a.Highlight {
  color: red;
  text-decoration: none;
}

.LeftMenuItem a.Highlight:hover, .LeftMenuItem a.Highlight:active {
  color: red;
  text-decoration: underline;
}

.LeftMenuItem a.Highlight:visited {
  color: #5171A3;
  text-decoration: none;
}

#ChildMenu {
  background-color: transparent;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  letter-spacing: 0.162em;
  line-height: 1.0em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  width: 100%;
}

#ChildMenu .MenuItem, #ChildMenu .MenuItemOver, #ChildMenu .MenuItemSelected {
  margin-bottom: 0.25em;
  margin-top: 0.25em;
}

#ChildMenu .MenuItemOver {
}

#ChildMenu .MenuItemSelected {
}

#ChildMenu a, #ChildMenu .MenuItem a, #ChildMenu .MenuItemOver a, #ChildMenu .MenuItemSelected a {
  color: #39396F;
  font-size: 0.8em;
  text-decoration: none;
}

#ChildMenu .MenuItemOver a {
  color: #2C1B51;
  text-decoration: underline;
}

#ChildMenu .MenuItemSelected a {
  color: #2C1B51;
  font-weight: bold;
}

/* Grandchild Menu */
#ChildMenu .GrandChildMenuItem, #ChildMenu .GrandChildMenuItemOver, #ChildMenu .GrandChildMenuItemSelected {
  color: #6D739A;
  font-size: 0.8em;
  padding-bottom: 0.3em;
  padding-left: 0.5em;
  padding-top: 0.3em;
}

#ChildMenu .GrandChildMenuItemOver {
  color: #2C1B51;
}

#ChildMenu .GrandChildMenuItemSelected {
  color: #2C1B51;
}

#ChildMenu .GrandChildMenuItem a, #ChildMenu .GrandChildMenuItemOver a, #ChildMenu .GrandChildMenuItemSelected a {
  color: #39396F;
  font-size: 0.8em;
  text-decoration: none;
}

#ChildMenu .GrandChildMenuItemOver a {
  color: #2C1B51;
  text-decoration: underline;
}

#ChildMenu .GrandChildMenuItemSelected a {
  color: #2C1B51;
  font-size: 0.9em;
  font-weight: bold;
}

/* Great-grandchild Menu */
#ChildMenu .GreatGrandChildMenuItem, #ChildMenu .GreatGrandChildMenuItemOver, #ChildMenu .GreatGrandChildMenuItemSelected {
  color: #6D739A;
  font-size: 0.8em;
  padding-bottom: 0.3em;
  padding-left: 1.8em;
  padding-top: 0.3em;
}

#ChildMenu .GreatGrandChildMenuItemOver {
  color: #2C1B51;
}

#ChildMenu .GreatGrandChildMenuItemSelected {
  color: #2C1B51;
}

#ChildMenu .GreatGrandChildMenuItem a, #ChildMenu .GreatGrandChildMenuItemOver a, #ChildMenu .GreatGrandChildMenuItemSelected a {
  color: #39396F;
  font-size: 0.8em;
  text-decoration: none;
}

#ChildMenu .GreatGrandChildMenuItemOver a {
  color: #2C1B51;
  text-decoration: underline;
}

#ChildMenu .GreatGrandChildMenuItemSelected a {
  color: #2C1B51;
  font-weight: bold;
}

/**************************************************/
/*                                 Center column                                  */
#CenterColumn {
  background-color: white;
  color: black;
  height: 100%;
  width: 100%
}

#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 {
  background-color: white;
  color: black;
  height: 100%;
  padding-right: 1.0em;
  padding-top: 1.0em;
  text-align: left;
  width: 160px;
}

.RightMenu {
  background-color: #D4E8EF;
  border-color: #5171A3;
  border-style: solid;
  border-width: 1px;
  color: black;
  margin-bottom: 1.0em;
  width: 160px;
}

.RightMenuHeader {
  background-color: transparent;
  color: black;
  height: 1.5px;
}

.RightMenuHeader p {
  color: #39396F;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.162em;
  margin: 0.5em;
}

.RightMenu div.hr {
  font-size: 0.8em;
  margin: 0em;
  margin-bottom: 0.05em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.RightMenuItem {
  background-color: transparent;
  color: black;
}

.RightMenuItem p {
  color: #39396F;
  font-size: 0.62em;
  margin: 0.5em;
  margin-left: 0.62em;
  margin-right: 0.3em;
}

.RightMenuItem p b {
  letter-spacing: 0.062em;
}

.RightMenuItem a {
  color: #39396F;
  text-decoration: none;
}

.RightMenu ul {
  background-color: transparent;
  color: #39396F;
  margin-top: -0.3em;
}

.RightMenu ul li {
  background-color: transparent;
  color: #39396F;
  font-size: 0.62em;
  margin: 0em;
  margin-left: 0.1em;
}

.RightMenu ul li a {
  margin-left: -0.5em;
}

.RightMenuItem a:hover, .RightMenuItem a:active {
  color: #2C1B51;
  text-decoration: underline;
}

.RightMenuItem a:visited {
  color: #5171A3;
  text-decoration: none;
}

.RightMenuImage {
  margin: 0em;
  margin-bottom: -0.3em;
  margin-left: 0.45em;
  margin-top: 0.1em;
}

/**************************************************/
/*                                      Footer                                       */
#Footer {
  background-color: #DDDDDD;
  border-color: #777777;
  border-style: solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-width: 1px;
  color: #555555;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.62em;
  height: 3.5em;
  letter-spacing: 0.062em;
  text-align: left;
  width: 780px;
}

#LeftCorner {
  background-image: url("../images/footer/leftcorner.gif");
  background-position: bottom;
  background-repeat: no-repeat;
  height: 20px;
  width: 32px;
}

#Footer .Bullet {
  display: inline;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

#Footer a {
  color: #555555;
  text-decoration: none;
}

#Footer a:hover {
  color: #333333;
  text-decoration: underline;
}

#RightCorner {
  background-image: url("../images/footer/rightcorner.gif");
  background-position: bottom;
  background-repeat: no-repeat;
  height: 20px;
  width: 32px;
}

p.ReviewComment {
  color: #990000;
}