/* mainpage.css */

#MainPage {
  margin: 10px auto;
  width: 957px;
  border-top: 7px solid #3F3F40;
  border-bottom: 7px solid #99C100;
  background: white;
}

#MainPage .content {
  background: white;
  width: 100%;
  clear: both;
  padding: 10px 12px 8px 0;
  _border-bottom: 8px solid white; /* ie6 hack */
  _border-right: 12px solid white; /* ie6 hack */
}

#MainContent {
  min-height: 400px;
  _height: 350px; /* ie6 hack */
  _display: table; /* ie6 hack */
}

#MainContent h1 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #001739;
  margin: 10px 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 {
  font-size: 14px;
  margin-bottom: 10px;
}

#MainContent p {
  font-size: 12px;
}

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