/* mainpage.css */
.SiteLeft {
  width: 33%;
}
 
.SiteContent {
  padding-top: -20px;
}

#Content {
  border: 1px solid white;
  background: white;
  //margin-top: 20px;
  background: #06275C;
}

.SiteMenuSection {

}

.SiteRight {
  width: 33%;
}

#StructureTable td {
  vertical-align: top;
}

#StructureTable {
  height: 600px;
  display: table-cell;
}

#AdBanner {
  width: 120px;
}

#MainContent {
  margin: 5px;
}

#MainContent p a {
  color: #CFE7FF;
}

.link-title a {
  color: #9FBAD3;
  text-decoration: none;
  font-size: 10px;
  position: absolute;
  margin: -5px 0 0 440px;
  width: 500px;
  text-align: right;
  overflow: hidden;
}

.download {
  text-align: center;
  margin: 10px 0;
}

iframe {
  border: 0;
  scroll: auto;
}

/* SlideBar */

.SlideBar a {
  color: #CFE7FF;
}
.SlideBar a:hover {
  color: white;
}  