/* mainpage.css */

#MainPage {
  margin: 10px auto;
  width: 957px;
  border-top: 7px solid #F04886;
  border-bottom: 7px solid #F04886;
  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: 18px;
  font-weight: bold;
  color: #001739;
  margin: 0 15px 15px 0;
  padding-left: 15px;
  line-height: 30px;
  background: #494542 url(/images/content/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-size: 14px;
  color: #001739;
  margin: 0 20px;
  border-bottom: 2px solid #F04886;
}

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

#MainContent td{
  font-size: 12px;
  font-weight: bold;
  color: #3C4D56;
  padding: ;
}