#WebsiteTitle {
  position: absolute;
  height: 420px; width: 56%; top: 75px; left: 22%;
  border: 1px solid #666;
  color: #e3fdbc; background-color: #008500;
  font: 20px Georgia, Times, serif;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  z-index: 10;
}
#WebsiteTitle b {
  display: block;
  margin-top:135px;
}

ul#SiteNav li { list-style: none; cursor: pointer; }

#InfoToolsForms, #Community, #FirstShare, #Articles, #Research, #Choices, #Books, #InvestMete {
  position: absolute;
  height: 154px; width: 19.5%;
  border: 1px solid #666;
  text-align: center;
  z-index: 20;
}

#InfoToolsForms, #Community, #FirstShare { top: 50px; }
#Articles, #Research                                         { top: 210px; }
#Choices, #Books,  #InvestMete                     { top: 370px; }
#InfoToolsForms, #Articles, #Choices { left: 20%; }
#Community, #Books                                     { left: 40%; }
#FirstShare, #Research, #InvestMete   { left: 60%; }

#InfoToolsForms div.SectionTitle, #Community div.SectionTitle, #FirstShare div.SectionTitle, #Articles div.SectionTitle, #Research div.SectionTitle, #Choices div.SectionTitle, #Books div.SectionTitle, #InvestMete div.SectionTitle {
  margin-top: 60px;
  font: 22px Georgia, Times, serif;
  color: #e3fdbc; background-color: transparent;
}
#Articles div.SectionTitle, #Research div.SectionTitle { color: #008500; }

#InfoToolsForms a, #Community a, #FirstShare a, #Articles a, #Research a, #Choices a, #Books a, #InvestMete a {
  display: block;
  height: 126px;
  padding: 14px;
  text-decoration: none;
  line-height: 1.4em;
}

#InfoToolsForms { background-color: #04376c; }
#Community           { background-color: #26517c; }
#FirstShare         { background-color: #4188d2; }
#InfoToolsForms_Selected a, #Community_Selected a, #FirstShare_Selected a { color: #fff; }
#InfoToolsForms_Selected a { background-color: #26517c; }
#Community_Selected a           { background-color: #4188d2; }
#FirstShare_Selected a         { background-color: #04376c; }

#Articles { background-color: #8da100; }
#Research { background-color: #e3fc3f; }
#Articles_Selected a, #Research_Selected a { color: #000; }
#Articles_Selected a { background-color: #e3fc3f; }
#Research_Selected a { background-color: #8da100; }

#Choices       { background-color: #a60000; }
#Books           { background-color: #bf3030; }
#InvestMete { background-color: #ff4040; }
#Choices_Selected a, #Books_Selected a , #InvestMete_Selected a { color: #fff; }
#Choices_Selected a       { background-color: #bf3030; }
#Books_Selected a           { background-color: #ff4040; }
#InvestMete_Selected a { background-color: #a60000; }

#OtherWebsites {
  position: relative;
  top: 550px;
}
