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

#Content {
  border: 1px solid white;
  width: 923px;
  border-bottom: none;
  background: white url(/images/contenue/background.gif) no-repeat bottom;
}

.TitleOrangeArrow {
  padding: 0 0 0 10px;
  font-size: 22px;
  font-weight: bold;
  color: #E73800;
}

.title {
  margin: 10px 10px 5px 0px;
  font-size: 14px;
  padding: 0 0 2px 20px;
  color: #127DC9;
  border-bottom: 1px solid #C3CED4;
  text-decoration: none;
  background: url(/images/contenue/arrow.gif) no-repeat 0 2px;
}  

.title a {
  margin: 10px 10px 5px 10px;
  font-size: 14px;
  padding: 0 0 2px 20px;
  color: #127DC9;
  border-bottom: 1px solid #C3CED4;
  text-decoration: none;
  background: url(/images/contenue/arrow.gif) no-repeat 0 2px;
}

.TitleRedDark {
  padding: 0px 10px;
  font-size: 22px;
  font-weight: bold;
  color: #E73800;
}

h3.rubric {
    margin: 10px;
  padding-left: 8px;
  font-size: 12px;
  text-decoration: underline;
  background: url(/images/contenue/arrow-h3.gif) no-repeat 0px 4px;
}

.articleTitle {
  margin: 10px;
  padding-left: 8px;
  font-size: 12px;
  text-decoration: underline;
  background: url(/images/contenue/arrow-h3.gif) no-repeat 0px 4px;
}

.articleTitle span {
  margin: 10px;
  font-weight: normal;
  font-size: 10px;
}

p {
  margin: 10px;
  font-size: 12px;
}

#MainContent #Content a {
  color: #127DC9;
}

.SiteMenuSection {

}

.SiteRight {
  width: 33%;
}

#StructureTable td {
  vertical-align: top;
}

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

#AdBanner {
  width: 120px;
}

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

iframe {
  border: 0;
  scroll: auto;
}

.SlideBar a {
  color: #127DC9;
}

.SlideBar a:hover {
  color: #9e2a02;
}  