/* mainpage.css */

#MainPage {
  margin: 10px auto 0 auto;
  width: 957px;
  border-bottom: 5px solid #5D4E55;
  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: #29abe2 url(/images/background-h1.gif) repeat-y; 
}

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

#MainContent h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  color: #2b8bbb;
  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;
}