/* mainpage.css */

#MainPage {
  margin: 0 auto;
  width: 957px;
  border-bottom: 2px solid white;
  background: white;
}

#MainContent {
  min-height: 400px;
  padding: 10px 0 0 0;
}

/* hack ie6 and below */
* html #MainContent {
  height: 350px;
  display: table;
}
#MainContent h1 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: black;
  width: 942px;
  margin: 0 0 10px -2px;
  padding: 0 0 0 15px;
  line-height: 30px;
  background: #7c0126 url(/images/background-h1.gif) repeat-y; 
}

#MainContent h1 .arrow {
  background: url(/images/content/arrow.gif) no-repeat left;
  padding-left: 15px; 
}

#MainContent h2 {
  font-weight: bold;
  font-size: 16px;
  color: #7c0126;
  margin: 20px 20px 10px 10px;
}

#MainContent .text{
  font-size: 13px;
  margin: 20px;
}

#MainContent td{
  font-size: 12px;
  font-weight: bold;
  padding: ;
}
#MainContent .agencyInfos {
  font-size: 11px;
  color: gray;
}
