﻿body {
  margin: 0;
  background-color: Black;
  background-image: url(StdImages/BackgroundRepeat.jpg);
  background-repeat: repeat-x;
  background-position: top;
  font-family: Tahoma, Geneva, Sans-Serif;
  color: #AAEEFF;
  scrollbar-base-color: #99DDFF;
  scrollbar-arrow-color: Black;
  scrollbar-track-color: #668899;
  scrollbar-shadow-color: #99CCFF;
  scrollbar-lightshadow-color: #99CCFF; 
  scrollbar-darkshadow-color: Black;
  scrollbar-highlight-color: #99CCFF;
  scrollbar-3dlight-color: #99CCFF;
}


h2 {
  color: #FFFF99;
  font-family: Trebuchet MS, Sans-Serif;
  font-weight: bold;
  margin-bottom: 0px;
}

a:link {
  color: #DDFFFF;
}

a:visited {
  color: #FFDDFF;
}

li {
  list-style-image: url(StdImages/Bullet_Green.png);
}

input {
  border: solid black;
  border-width: 1px;
  background-color: #CCEEFF;
}

select {
  border: solid black;
  border-width: 1px;
  background-color: #CCEEFF;
}

textarea {
  border: solid black;
  border-width: 1px;
  background-color: #CCEEFF;
}



.PageBlock {
  width: 971px;
  height: 700px;
  background-image: url(StdImages/Background.jpg);
}


.PageNavBlock {
  width: 205px;
  text-align: left;
  vertical-align: top;
}


.NavBlock {
  width: 157px;
  margin-top: 35px;
  margin-left: 16px;
}


.NavLogoBlock {
  height: 215px;
  vertical-align: top;
}


.NavLogo {
  width: 177px;
  height: 194px;
  border: none;
}


.NavButtonBlock {
  height: 190px;
  vertical-align: top;
}


.NavButton {
  width: 177px;
  height: 33px;
  padding-left: 10px;
  background-image: url(StdImages/NavButton.png);
  cursor: pointer;
}

.NavButtonText {
  text-decoration: none;
  color: #334455;
  font-weight: bold;
  font-size: 15px;
}

.NavButtonText:Link {
  text-decoration: none;
  color: #334455;
  font-weight: bold;
  font-size: 15px;
}

.NavButtonText:Visited {
  text-decoration: none;
  color: #334455;
  font-weight: bold;
  font-size: 15px;
}

.NavButtonSelected {
  width: 177px;
  height: 33px;
  padding-left: 10px;
  background-image: url(StdImages/NavButtonSelected.png);
  cursor: pointer;
}

.NavButtonSelectedText {
  text-decoration: none;
  color: White;
  font-weight: bold;
  font-size: 15px;
}

.NavButtonSelectedText:Link {
  text-decoration: none;
  color: White;
  font-weight: bold;
  font-size: 15px;
}

.NavButtonSelectedText:Visited {
  text-decoration: none;
  color: White;
  font-weight: bold;
  font-size: 15px;
}

.NavButtonGap {
  height: 3px;
}


.NavHighlightBlock {
  padding-left: 3px;
  text-align: center;
  vertical-align: top;
  color: Black;
}


.FeaturedSite {
  padding-bottom: 4px;
  color: #990000;
}


.PageContentsTd {
  vertical-align: top;
  text-align: left;
  padding-left: 22px;
}


.PageContentsTable {
}


.PageTitleBlock {
  height: 94px;
  text-align: center;
  vertical-align: bottom;
}


.PageContentsBlockTd {
  text-align: left;
  padding-top: 20px;
}


.PageContentsBlock {
  width: 705px;
  height: 500px;
  padding-right: 10px;
  text-align: left;
  vertical-align: top;
  overflow: auto;
}


.PageNotice {
  padding: 10px;
  background-color: #FFEEEE;
  color: #883333;
  border: solid #660000;
  border-width: 3px;
  font-size: 1.4em;
  text-align: center;
  font-weight: 600;
}


.CopyrightBlock {
  padding-top: 50px;
  vertical-align: top;
  color: #224455;
  font-size: 0.8em;
  text-align: right;
}


