body {
  font-family: Verdana, Arial,sans-serif;
  color: #333333;
  font-size: 80%;
  text-align: center; /* Hack To Keep IE5 Window Happy */
  background-color: #3D5BAC;
  /* background-color: #3366CC; Note: This is a web safe color*/
  /* background-color: #669999; */
  padding: 0;
  margin: 0;
}
.emphasize {
  color: red;
}
.bold {
  font-weight: bold;
}
div.MainPanel {
  text-align: left; /* Hack To Keep IE5 Windows Happy */
  margin: auto; /* Right And Left Margin Widths To Auto */
  width: 760px;
  background-color: white
}
div.TopPanelContainer {
  height: 134px; 
  background-color: gray;
  border-bottom: 2px solid black;
}
div.TopPanel {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}
div.RightPanelContainer {
  float: right;
  width: 638px;
  background-color: white;
  border-left: 2px solid black;
}
div.RightPanel {
  padding-top: 2px;
  padding-left: 16px;
  padding-right: 16px;
}
div.BottomPanelContainer {
  height: 46px;
  text-align: center;
  border-top: 2px solid black;
}
div.BottomPanel {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}
div.NewsletterHeaderContainer {
  height: 100px; 
  background-color: #D4261B;
  text-align: center;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
 }
div.NewsletterHeader {
  padding-top: 2px;
  padding-left: 16px;
  padding-right: 16px;
  }
H1.NewsletterHeader {
  color: black;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 4px;
  }
H2.NewsletterHeader {
  color: black;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 4px;
  }
hr.RightPanel {
  border-top-width: 2px;
  border-bottom: hidden;
  border-left: hidden;
  border-right: hidden;
  border-top-color: gray;
  border-top-style: dashed;
  margin-top: 1px;
  margin-bottom: 1px;
}
div.MenuPanelContainer {
  float: left;
  width: 120;
}
div.MenuPanel {
  font-size: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  background-color: white;
  font-style: bold;
}
br.clear {
  clear:both
}
p.BottomPanel {
  margin-top: 2px;
  margin-bottom: 2px;
 }
p.menu {
  color: #3366CC;
  margin-top: 8px;
  margin-bottom: 15px;
  font-weight: bold;
}
.submenu {
  color: #3366CC;
  margin-top: 8px;
  margin-bottom: 15px;
  font-size: 80%
}
a.menu:link, a.menu:visited {
  text-decoration: none;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 15px;
}
a.submenu:link, a.submenu:visited {
  text-decoration: none;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 80%
}
a.menu:hover {
  color: #3366CC;
  margin-top: 15px;
  margin-bottom: 15px;
}
a.submenu:hover {
  text-decoration: none;
  color: #3366CC;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 80%
}
H1.TopPanel {
  color: white;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 4px;
}
H2.TopPanel {
  color: white;
  font-size: 24px;
  margin-top: 4px;
}
H1.RightPanel {
  font-size: 150%;
  margin-top: 4px;
  margin-bottom: 4px;
}
H2.RightPanel {
  font-size: 130%;
  margin-top: 4px;
  margin-bottom: 4px;
}
img {
  border: none;
}
img.left {
  float: left;
  margin: 3px 3px 3px 0;
  padding: 3px 3px 3px 0;
}
img.right {
  float: right;
  margin: 3px 0 3px 3px;
  padding: 3px 0 3px 3px;
}
