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

#ContentBox {
  border: 1px solid #455661;
}

.SiteMenuSection {
  background: #ECEEEF;
  height: 600px;
  display: table-cell;
}

.SiteRight {
  width: 33%;
}

#StructureTable td {
  vertical-align: top;
}

#AdBanner {
  width: 120px;
}

#MainContent {
  width: 100%;
}

.link-title a {
  font-size: 12px;
  text-decoration: none;
  color: #666666;
  line-height: 20px;
}

h1 {  
  padding: 10px 0;
  color: #F66F2B;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
