html {
 height: 100%;
}

body {
  background-color: #FFFFFF;
  margin: 0px;
  height: 100%;
}

form {
  margin: 0px;
  padding: 0px;
}

.requiredfield, .requireddigit, .field
{
  border: solid 1px #cccccc;
  height: 15px;
  font-size: 12px;
  color: #454545;
  background: #ffffff;
}
.invalidfield, .invaliddigit{
  border: solid 1px #ed1c24; 
  height: 15px;
  font-size: 12px;
  background: #fff1f2;
}

textarea {
  border: solid 1px #cccccc;
  background: #ffffff;
  font-size: 12px;
  color: #454545;
}

.mbutton {
  height: 17px;
  background: url(btn_bg.gif) repeat-x 0px 0px;
  color: #666666;
  font-size: 11px;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #b5b5b5;
  border-left: 1px solid #ececec;
}

#topbg {
  min-width: 995px;
  height: 243px;
  background: #129346 url(topbg.gif) repeat-x 0px 0px;
}

#tophdr {
  height: 243px;
  background: url(logoarea.png) no-repeat 47px 0px;
}

#tophdr1 {
  padding: 0px 50px 0px 50px;
  height: 243px;
  background: url(tophdr.jpg) no-repeat 338px 25px;
}

#topnav {
  padding-left: 49px;
}

#topnav div {
  height: 11px;
  width: 13px;
  margin-right: 50px;
  float: left;
}

#home_img a {
  background: url(home_img.gif) no-repeat center center;
  display: block;
}

#home_img a:hover {
  background: url(home1_img.gif) no-repeat center center;
}

#mail_img a {
  background: url(mail_img.gif) no-repeat center center;
  display: block;
}

#mail_img a:hover {
  background: url(mail1_img.gif) no-repeat center center;
}

#map_img a {
  background: url(map_img.gif) no-repeat center center;
  display: block;
}

#map_img a:hover {
  background: url(map1_img.gif) no-repeat center center;
}

#authorize {
  font-size: 11px;
}

#mmenu {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 0px 0px 50px;
  color: #000000;
}

#mmenu span {
  padding: 0px 8px 0px 8px;
}

#mmenu a {
  padding: 0px 8px 0px 8px;
  color: #ffffff;
}

#mmenu a:hover {
  color: #e5e5e5;
}

#workarea {
  padding: 0px 50px 20px 50px;
}

#workbody {
  margin: 10px 25px 0px 0px;
}

.right_hdr {
  padding: 5px 5px 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #129346;
  margin-bottom: 5px;
}

.right_body {
  border: 1px solid #cccccc;
  background: url(grad.jpg) no-repeat 0px 0px;
  padding: 10px;
  margin-bottom: 20px;
}

#search_area .field {
  width: 153px;
}

#mselect {
  margin: 10px 0px 0px 10px;
  padding: 0px 0px 0px 8px;
  width: 63px;
  height: 23px;
  display: inline-block;
  background: url(selectbg.gif) no-repeat 0px 0px;
}

#mselect a {
  padding: 0px 2px 0px 2px;
  text-decoration: none;
  border-bottom: 1px dashed;
  color: #ffffff;
}

#mselect a:hover {
  color: #e5e5e5;
}

#mselect1 {
  margin-left: 10px;
  padding: 3px 0px 0px 12px;
  height: 20px;
  display: inline-block;
}

#mselect1 a {
  padding: 0px 2px 0px 2px;
  text-decoration: none;
  border-bottom: 1px dashed;
}

#msubject {
  font-size: 18px;
  color: #009900;
  padding-right: 17px;
  background: url(ar.gif) no-repeat 100% 7px;
}

.tblhdr {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  background: #129346;
}

.tblsmall {
  font-size: 11px;
  font-style: italic;
  border-bottom: 1px solid #129346;
}

.tblsmall span {
  color: #000000;
}

#region_select {
  background: url(rsbg.gif) repeat-y 0px 0px;
  width: 610px;
  font-size: 11px;
}

#region_select div {
  background: url(rst.gif) no-repeat left top;
}

#region_select div div {
  background: url(rsb.gif) no-repeat left bottom;
  padding: 15px 10px 10px 5px;
}

#region_select a {
  padding-left: 10px;
  display: block;
}

#region_select a:hover {
  background: url(link_arrow.gif) no-repeat 2px 4px;
}

#footer {
  padding-right: 47px;
  height: 100px;
  font-size: 11px;
  background: url(footer_bg.gif) repeat-x 0px 0px;
}

#footer_img {
  background: url(footer_img.png) no-repeat 0px 0px;
}

#footer div {
  height: 38px;
}

#nav_string {
  margin: 0px 0px 10px 0px;
}

#nav_string td {
  font-size: 11px;
  color: #666666;
}

#nav_string a {
  padding-left: 2px;
  padding-right: 10px;
  background: url(li_marker.gif) no-repeat 100% 5px;
}

#home1_img {
  background: url(li_marker.gif) no-repeat 90% 5px;
}

#home1_img a {
  padding: 0px 12px 1px 0px;
  background: url(home_img.gif) no-repeat 0px 0px;
}

#home1_img a:hover {
  background: url(home1_img.gif) no-repeat 0px 0px;
}

#nav_string span {
  padding-left: 3px;
}

.mform {
  background: #f2f2f2;
}

.mform div {
  padding: 17px;
}

#contact_form {
  width: 415px;
  font-weight: bold;
}

#contact_form .requiredfield, #contact_form .requireddigit, #contact_form .field, #contact_form .invalidfield, #contact_form .invaliddigit {
  width: 257px;
}

#contact_form textarea {
  width: 365px;
  height: 100px;
}

a#medit {
  padding: 0px 10px 2px 20px;
  background: url(edit.gif) no-repeat 0px 0px;
}

a#medit:hover {
  background: url(edit1.gif) no-repeat 0px 0px;
}

#errormsg {
  font-size: 11px;
  font-weight: normal;
  color: #ff0000;
}

#authorize_user {
  margin-bottom: 20px;
  font-size: 11px;
}

#authorize_user a {
  background: url(che.gif) no-repeat 0px 0px;
  padding-left: 16px;
  display: block;
}

#output_count {
  text-align: right;
}
