.Index_Container_Holder {
  border-style: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: static;
}
.Index_Container-Left {
  border-style: groove ridge ridge groove;
  border-color: black;
  border-width: 3px;
  padding: 0;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0;
  margin-left: 45px;
  display: block;
  width: 200px;
  float: left;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 8px;
  line-height: 8px;
  position: static;
}
.Index-Container-Right {
  border-style: groove ridge ridge groove;
  border-color: black;
  border-width: 3px;
  margin: 0px 0px 0 40px;
  padding: 0;
  overflow: hidden;
  width: 200px;
  top: 0;
  bottom: 0;
  font-size: 8px;
  position: static;
  display: block;
  float: left;
  right: 0;
  left: 0;
  line-height: 8px;
}
.Index_Title {
  border-style: none none groove;
  border-bottom: 4px groove #cccccc;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-image: url(../MainMenu/images/Index-HeaderBackground.PNG);
  width: 200px;
  text-align: center;
  line-height: 30px;
  background-position:  center center;
  color: white;
  display: block;
  font-size: 15px;
  font-family: Verdana;
  font-weight: bold;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.Index_Title a:link {
  border-style: none;
  font-style: normal;
  color: white;
  font-weight: bold;
}
.Index_Title a:visited {
  border-style: none;
  color: white;
  font-weight: bold;
  font-style: normal;
}
.Index_Title a:hover {
  border-style: none;
  color: #33ff33;
  font-weight: bold;
  text-decoration: none;
}
.Index_Icon {
  border:  none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  background-position:  center center;
  display: block;
  position: static;
  width: 200px;
  line-height: 8px;
  font-size: 8px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.Index_Description {
  border-style: ridge none none;
  border-top: 4px ridge #cccccc;
  padding: 10px;
  overflow: hidden;
  position: static;
  font-weight: normal;
  background-color: white;
  line-height: 15px;
  font-size: 11px;
  vertical-align: top;
  color: black;
  display: block;
  background-image: url(../MainMenu/images/paper_old.png);
  text-align: left;
  width: 280px;
  font-family: Verdana;
}
.Space {
  border-style: none;
  overflow: hidden;
  width: 800px;
  height: 30px;
}
#Title {
  border-style: none;
  border-color: silver;
  overflow: hidden;
  position: static;
  background-position:  center center;
  margin-left: auto;
  height: 70px;
  font-weight: inherit;
  min-height: 0px;
  color: black;
  text-align: center;
  display: block;
  width: 1000px;
  margin-right: auto;
  font-family: verdana;
  font-size: 11px;
  line-height: 45px;
}

