html {
}
body {
  font-family: Arial,Helvetica,sans-serif;
}
#header {
  border-bottom: 2px solid #ff8e01;
  margin: 0 auto;
  width: 800px;
  height: 82px;
}
#footer {
  clear: both;
  width: 800px;
  background-image: url(../images/mgft.gif);
  padding-top: 2px;
  padding-bottom: 5px;
}
#container3 {
  clear: left;
  float: left;
  width: 800px;
  overflow: hidden;
  background-image: url(../images/mgbg.gif);
  background-repeat: repeat-y;
}
#container2 {
  clear: left;
  float: left;
  width: 100%;
  position: relative;
  right: 160px;
}
#container1 {
  float: left;
  width: 100%;
  position: relative;
  right: 480px;
}
#left_column {
  width: 160px;
  float: left;
  position: relative;
  left: 80%;
  overflow: hidden;
}
#page_wrap {
  float: left;
  width: 460px;
  position: relative;
  left: 81.25%;
}
#right_column {
  float: left;
  width: 160px;
  position: relative;
  left: 82.5%;
  overflow: hidden;
}
#right_column p {
  padding: 5px 7px 3px 10px;
  color: #835615;
  font-size: 12px;
  text-align: center;
}
#right_column a {
  color: #835615;
  font-weight: bold;
}
#right_column a:hover {
  color: #ff8e01;
}
#right_column label {
  padding: 5px 7px 3px 10px;
  color: #835615;
  font-size: 12px;
  text-align: center;
}
#footer p {
  color: #835615;
  font-size: 10px;
}
#menu_button h4 {
  margin: 0px 0px 5px;
  padding: 4px 0px 4px 5px;
  background-color: #ff8e01;
  font-size: 13px;
  color: #ffffff;
}
#menu_button ul {
  margin: 5px 0 0 -35px;
  width: 150px;
}
#menu_button li {
  display: block;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-align: left;
  font-size: 12px;
}
#menu_button li a {
  border-bottom: 1px dotted #835615;
  padding: 3px;
  color: #835615;
  width: 150px;
  text-decoration: none;
  display: block;
}
#menu_button li a:hover {
  color: #835615;
  font-weight: bold;
}
#web_page {
  width: 480px;
  text-align: left;
  margin-top: 10px;
}
#web_page h1 {
  padding: 0px 16px 0 10px;
  font-size: 16px;
  font-weight: bold;
}
#web_page h2 {
  padding: 16px 30px 0 10px;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
}
#web_page p {
  padding: 0 30px 0 10px;
  margin-top: 10px;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
}
#web_page ol {
  padding: 5px 30px 0 30px;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
}
#web_page ul {
  padding: 5px 30px 0 30px;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
}
#web_page li {
  margin: 0;
  padding-bottom: 5px;
}
#image {
  padding-left: 10px;
}
.webform input {
  width: 130px;
}
