html {
  height:100%;
}
body {
  background-color:#000000;
  margin:0px;
  height:100%;
}
body,table {
  font-size:13px;
  color:#cccccc;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-weight:normal;
  line-height:20px;
}
textarea,input,select {
  font-size:13px;
  color:#cccccc;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-weight:normal;
  background-color:#000000;
  border:#550000 solid 1px;
}
a:link, a:visited {
  color:#ffffff;
  text-decoration:underline;
}
a:active, a:hover {
  color:#ffffff;
  text-decoration:none;
}
hr {
  height:0px;
  border:solid #EEEEEE 1px;
  border-top-width:0px;
}
.Wrapper {
  width:100%;
  height:100%;
}
.bgLeft {
  background-image:url(../../images/framework/bg/l_middle.jpg);
  background-position:right;
  background-repeat:repeat-y;
  vertical-align:top;
}
.bgRight {
  background-image:url(../../images/framework/bg/r_middle.jpg);
  background-position:left;
  background-repeat:repeat-y;
  vertical-align:top;
}
.bgLeftTop {
  background-image:url(../../images/framework/bg/l_top.jpg);
  background-position:right;
  background-repeat:no-repeat;
  width:100%;
  height:559px;
}
.bgMiddle {
  background-image:url(../../images/framework/bg/m_bottom.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
  background-color:#220000;
  vertical-align:top;
}
.bgRightTop {
  background-image:url(../../images/framework/bg/r_top.jpg);
  background-position:left;
  background-repeat:no-repeat;
  width:100%;
  height:559px;
}
.Content {
  background-image:url(../../images/framework/bg/m_top_subpage.jpg);
  background-repeat:no-repeat;
  background-position:top;
  width:100%;
  position:relative;
}
.headerLogo {
  top:0px;
  left:0px;
  position:absolute;
}
.headerSpotlight {
  top:0px;
  left:0px;
  position:absolute;
}
.headerTheme {
  top:0px;
  left:0px;
  position:absolute;
}
.headerSection {
  top:220px;
  left:11px;
  position:absolute;
}
.headerNavigate {
  top:300px;
  left:54px;
  position:absolute;
}
.Main {
  padding:370px 15px 335px 15px;
}
.Subheader {
  margin-bottom:8px;
}
.Subimage {
  text-align:center;
  margin-bottom:12px;
}
.Leagal {
  clear:both;
}