body {
  background-color: #FFFFFF;
  font-family: Verdana, arial, sans-serif;
  margin: 10px 0px;
  padding: 0px;
  text-align: center;
}

.main {
  background-color: #FFFFFF;
  border: 1px solid #333333;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 825px;
}

.m_content {
  padding: 10px 10px 0px 10px;
}

.m_footer {
background: #84C621;
  background-image: url("images/footer.gif");  
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 40px;
  padding: 0px;
  font-size: 65%;
  font-weight: bold;
}

.m_footer div {
  background: #EFEFEF;
  border: 1px solid #333333;
  border-bottom: 2px solid #333333;
  margin: 3px 10px;
  padding: 2px 5px;
} 

.m_footer_by {
  float: right;
  text-align: right;
}

.m_footer_by a {
  color: #6E90AB;
}

.m_footer_copy {
  color: #6E90AB;
  float: left;
}

.m_header {
  background: #FFFFFF;
  background-image: url("images/header.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  height: 127px;
  padding: 78px 0px 0px 139px;
  text-align: right;
  vertical-align: top;
}

.m_navigation {
  background: #6E90AB;
  background-image: url("images/bg_nav.gif");
  border-bottom: 1px solid #4960A3;
  border-left: 1px solid #4960A3;
  border-top: 1px solid #4960A3;
  font-size: 10pt;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
  text-align: center;
}

.m_navigation_left {
  background: #6E90AB;
  background-image: url("images/bg_big.gif");
  border-bottom: 1px solid #4960A3;
  border-left: 1px solid #4960A3;
  border-top: 1px solid #4960A3;
  font-size: 10pt;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
  text-align: center;
}

.m_navigation a {
  color: #4960A3;
}

.m_navigation a:hover {
  color: #6E90AB;
  text-decoration: none;
}

.m_navigation table {
  height: 22px;
}

.m_navigation td {
  border-left: 1px solid #4960A3;
  border-right: 1px solid #4960A3;
  font-size: 10pt;
  font-weight: bold;
  padding: 0px 10px;
}

.m_search {
  text-align: right;
}