#banner {
  background-image: url(/images/bg_dm_d.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#logo {
  background-image: url(/images/waferthin_logo.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#left_column {
  background-color: #e5e9ec;
  text-align: left;
  vertical-align: top;
}
.sub_nav a {
  font-size: 10px;
  padding-left: 20px;
}
.navigation {
  color: white;
  background-color: #666;
  padding: 3px;
}
.navigation a:link,a:visited {
  color: white;
  text-decoration: none;
}
.navigation td {
  color: white;
  padding: 3px;
}
.navigation td a {
  color: white;
  text-decoration: none;
}
.navigation td a:visited {
  color: white;
  text-decoration: none;
}
.navigation td a:hover {
  text-decoration: underline;
}
.main_content {
  text-align: left;
  vertical-align: top;
  padding: 10px;
}
.main_content a {
  color: #91B61B;
  font-weight: bolder;
}
.main_content a:visited {
  color: #91B61B;
  font-weight: bolder;
}
.main_content a:hover {
  text-decoration: underline;
}
body,html {
  color: #333;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #d0d0d0;
}
table.center {
  margin-left: auto;
  margin-right: auto;
  border-color: #999999;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
}  
.green_divider {
  background-color: #a3aa71;
  background-repeat: repeat-x;
  background-position: 0 3px;
}
.blue_divider {
  background-color: #729fab;
  background-repeat: repeat-x;
  background-position: 0 3px;
}
.footer {
  font-size: 10px;
  background-color: #d0d0d0;
  text-align: center;
  padding: 10px;
}
.signature {
  color: white;
  font-size: 10px;
  background-image: url(/images/bg-grad.gif);
  background-repeat: repeat-x;
  padding: 12px;
}
.signature a:link {
  color: white;
}
.signature a:visited {
  color: white;
}
.signature a:hover {
  text-decoration: underline;
}
.footer alink,a:visited {
  color: #666666;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  background:url(/images/a2.gif) no-repeat 0px 5px;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 14px;
}
li a {
  font-family: Tahoma;
  font-size: 11px;
  line-height: 14px;
  color: #0083AE;
  text-decoration: none;
} 
li a:hover {
  text-decoration: underline;
}
.ul1 li {
  background: url(/images/a1.gif) no-repeat left center;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  color: #7D9F11;
}
.ul1 li a {
  color: #7D9F11;
  text-decoration: underline;
}
.ul1 li a:hover {
  color: #7D9F11;
  text-decoration: none;
}
.form {
  height: 25px;
  margin-top: 5px;
} 
.form input {
  width: 141px;
  height: 22px;
  border-color: #999999;
  border-width: 1px;
  background-color: #ffffff;
  border-style: solid;
  padding-left: 5px
}
textarea {
  width: 141px;
  height: 84px;
  border-color: #999999;
  border-width: 1px;
  background-color: #ffffff;
  border-style:  solid;
  padding-left: 5px;
  overflow: hidden;
  margin-top: 6px
}
.interstitial {
  padding: 15px;
}
.main_boxes {
  border-color: #ddd;
  border-width: 2px 0px 0px 0px;
  border-style: solid;
  margin: 10px;
}
.main_left_box {
  border-color: #ddd;
  border-width: 0px 2px 0px 0px;
  border-style: solid;
  padding: 0px 5px 0px 0px;
}
.main_right_box {
  padding: 0px 0px 0px 5px;
}
.buttons {
  padding: 100px 0px 0px 25px;
}
h3 {
  font-size: 120%;
  font-weight: bolder;
  color: #0091C2;
  margin: 5px 0px 5px 0px;
}
fieldset {
  border: 1px solid #0091C2;
  margin: 10px;
  padding: 8px;
  background: #eee;
}
legend {
  color: #fff;
  background: #0091C2;
  border: 1px solid #000;
  padding: 2px 6px;
}
input,textarea {
  color: #000;
  background: #fff;
  border: 1px solid #0091C2
}
.submit {
  color: #fff;
  background: #0091C2;
  border: 1px outset #000;
  margin: 1px;
  font-weight: bold;
}
