h2 {
  font-weight: bold;
  font-size: 20px;
}
.whitetitle {
  font-style: normal;
  color: white;
  background-color: transparent;
  font-size: 96px;
  font-weight: bold;
  position: fixed;
  z-index: 3;
  font-family: tahoma;
  top: -12pt;
}
.bluetitle {
  font-weight: bold;
  font-family: tahoma;
  position: fixed;
  background-color: transparent;
  color: #000099;
  font-size: 29px;
  z-index: 4;
}
.menu1 {
  border-left: 6pt solid #4081ce;
  border-right: 3pt none #4081ce;
  border-bottom: 3pt none #4081ce;
  background-color: #4081ce;
  color: white;
  font-size: 16px;
  font-family: tahoma;
  font-weight: normal;
  position: fixed;
}
body {
  border-left-width: 16px;
  list-style-image: url();
  font-family: tahoma;
  font-size: 13px;
  list-style-type: disc;
}
#header {
  margin-top: 0px;
  margin-left: 8px;
  padding-top: 0px;
  padding-left: 0px;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 2;
  right: 0px;
  bottom: 0px;
  width: 950px;
  height: 100px;
}
#panemenu {
  top: 105px;
  width: 175px;
  left: 8px;
  height: 800px;
  position: fixed;
  background-color: #4081ce;
}
#mainpane {
  padding-left: 8px;
  height: 700px;
  margin-right: 8px;
  top: 114px;
  z-index: 1;
  width: 492px;
  left: 193px;
  position: absolute;
}
#hottopics {
  border: 1pt solid #000099;
  position: fixed;
  visibility: visible;
  top: 110px;
  left: 700px;
  width: 185px;
}
#bluetext {
  left: 480px;
  top: 60px;
  position: fixed;
  z-index: 4;
  width: 250px;
  height: 40px;
}
#whitetext {
  height: 75px;
  font-family: Tahoma;
  width: 175px;
  left: 680px;
  position: fixed;
  font-weight: bold;
  line-height: 80px;
  z-index: 4;
}
a.b:link {
  text-decoration: none;
  color: white;
}
a.b:visited {
  text-decoration: none;
  color: white;
}
a.b:hover {
  font-weight: bold;
  color: white;
  text-decoration: none;
}
a.c:link {
  border-left: 19px solid #4081ce;
  font-size: 13px;
  color: white;
  font-weight: normal;
  text-decoration: none;
}
a.c:visited {
  border-left: 19px solid #4081ce;
  font-weight: normal;
  font-size: 13px;
  color: white;
  text-decoration: none;
}
a.c:hover {
  border-left: 19px solid #4081ce;
  text-decoration: none;
  color: white;
  background-color: #4081ce;
  font-weight: bold;
  font-size: 13px;
}
a.blue:link {
  color: #000099;
  text-decoration: none;
}
a.blue:visited {
  color: #000099;
  text-decoration: none;
}
.fixed {
  position: fixed;
}
.hidden {
  display: none;
}
.unhidden {
  margin-left: 40px;
  display: block;
}
.indent1 {
  margin-left: 40px;
}
.indent2 {
  margin-left: 20px;
}
.hottopicheader {
  font-family: tahoma;
  font-size: 16px;
  color: white;
}
table.projectframe {
  table-layout: fixed;
}
@media screen {
  * html, * html body { margin: 0;
  padding: 0;
  overflow-y: auto ! important;
  height: 100%;
}
  * html #mainpane { height: auto;
  overflow-y: hidden;
  position: relative;
  }
  * html div#header, * html div#bluetext, * html div#whitetext, * html div#panemenu, * html div#mainpane, * html div#hottopics { position: absolute;
  }
}
