
a, a:hover, a:visited {
  color: #248a66;
}
a:hover {
  text-decoration: underline;
}
#mp_footer a, #mp_footer a:hover, #mp_footer a:visited {
  color: white;
}
.tabhead a, .tabhead a:hover, .tabhead a:visited {
  color: white;
}
a.stdbutton {
  display: inline-block;
  padding: 2px;
  padding-right: 15px;
  padding-left: 15px;
  border: 3px white outset;
  font-weight: bold;
  color: white;
  background-color: #006867;
}
a.stdbutton:hover {
  background-color: #008887;
  color: white;
  text-decoration: none;
}
a.stdbutton:visited {
  color:white;
}

h1 {
    font-size: 16px;
    text-align: center;
}
h2 {
    font-size: 14px;
}
h1, h2 {
  margin: 10px;
  margin-left: 0px;
}
p {
  margin-bottom: 10px;
}
table {
  margin-bottom: 0px;
}
body {
  text-align: center;
}
td {
    vertical-align: top;
    padding: 3px;
}
#mp_main {
  text-align: left;
  width: 960px;
  position: relative;
}

#mp_banner_1 {
  position: relative;
  color: white;
  text-align: center;
  positon: relative;
  background-image: url(/html/new/img/banner.png);
  height: 154px;
}
#mp_content {
  border-top: 2px solid #cccccc;
  padding: 10px;
  position: relative;
  z-index:1;
  background-color: white;
  top: -50px;
  min-height: 600px;
}
#mp_top_search {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: transparent;
  color: white;
}
input {
  margin-left: 0px;
}
#mp_login {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  right: 3px;
  top: 50px;
  background-color: white;
  z-index:1000;
  border: solid black 1px;
  color: black;
}
#mp_left {
  border-right: 1px solid #cccccc;
  padding: 10px;
  width: 183px;
}
#mp_center {
  padding: 0px;
}
#mp_right {
  border-left: 1px solid #cccccc;
  padding: 10px;
}
#mp_right_empty {
  padding: 0px;
}
.mp_top_button {
  text-align: center;
  padding-top: 12px;
  width: 130px;
  margin: 0px;
  display: inline-block;
}
.mp_top_button a {
  color: white;
}
.mp_top_button a:visited {
  color: white;
}
#mp_top_nav {
  background-image: url(/html/new/img/menubkgd.png);
  width: 100%;
  height: 44px;
}

.bg_white {
  background-color: white;
}
#mp_main_table {
  width: 960px;
  border-width: 0px;
  padding: 0px;
  margin: 0x;
  background-color: none;
}
#mp_bottom {
  border-left: 1px solid #cccccc;
  background-color: white;
}
#mp_footer {
  font-size:12px;
  color: white;
  width: 960px;
}
#mp_footer div {
  padding-left: 100px;
  padding-right: 100px;
}

.tabhead {
  -webkit-border-radius: 4px;
  color: white;
  background-color: #339966;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid white;
}
a.linktabhead, .tabhead > a {
  color: white;
}

.tabrow1 {
  background: #FFFFFF;
}

.tabrow2 {
  background: #EEEEEE;
}

.lsmall {
  font-size: 11px;
}

