html, p, a, td, li, div, span {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:normal;
  line-height: 14px;
  text-align: left;
  padding: 0px;
  margin:0px;

}
img {
  padding: 0pt;
  margin: 0pt;
  border: solid 3px #ea6210;
}

a {
  color: #ea6210;
  font-weight: bold;
  text-decoration: none;

}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

h2 {
  color: #ea6210;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 16px 0px 8px 0px;
}

h3 {
  color: #ea6210;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  margin: 16px 0px 8px 0px;
}

h4 {
  color: #498b2c;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  text-align: left;
  margin: 0;
}

table.tcontent {
  width: 100%;
  margin: 10px 5px 5px 25px;
  table-layout: fixed;

}
table.tcontent tr td {
  color:#498b2c;
  text-align: justify;
  vertical-align: top;
  font-size: 12px;
  line-height:19px;
}
ul {
  list-style-type: square;
  list-style-position: outside;
  margin:0px;
}

ul li {
  text-align: left;
  line-height:14px;
  padding: 0px 0px 6px 0px;
}

table.menu {
  color: #498b2c;
  width: 170px;
  padding:0px;
  margin: 30px 0px 0px 25px;
  table-layout:auto;
  border-top:1px solid #498b2c;
  border-bottom:1px solid #498b2c;
}

table.menu tr td {
  font-weight: bold;
  margin:0px;
  padding: 4px;

/* IE specific code */
  h: expression( onmouseover=new Function("this.style.backgroundColor='#ea6210'; this.style.color='#fff';"),
                 onmouseout =new Function("this.style.backgroundColor='#b4d17a'; this.style.color='#498b2c';"));
}

table.menu tr td:hover, table.menu tr td:hover a, table.menu tr td a:hover {
  color:#fff;
  background-color:#ea6210;
}

table.menu tr td.active {
  color: #fff;
  background-color: #ea6210;

/* IE specific code */
  h: expression( onmouseover=new Function("this.style.backgroundColor='#498b2c'; this.style.color='#ffff';"),
                 onmouseout =new Function("this.style.backgroundColor='#ea6210'; this.style.color='#fff';"));
}

table.menu tr td.active:hover, table.menu tr td.active:hover a, table.menu tr td.active a:hover {
  color:#fff;
  background-color:#498b2c;
}

table.menu tr td a {
  color: #498b2c;
  display: block;
  width: 100%;
}

table.menu tr td.active a {
  color: #fff;
  background-color: #ea6210;
}

table.menu tr td.filler {
        width:15px;
}

body.body {
  background-image: url(../img/tile_watercolor_background.jpg);
  text-align: left;

}
div.head_content {
  background-color: #e86210;
  position: absolute;
  top: 30px;
  left: 50%;
  width: 860px;
  height: 84px;
  z-index: 0;
  margin: 0px 0px 0px -430px;
  padding: 10px 0px 0px 0px;

}
div.body_content {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #b4d17a;
  position: absolute;
  top: 130px;
  left: 50%;
  width: 860px;
  margin: 0px 0px 0px -430px;
  padding:0px;
}
div.menue {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-repeat: no-repeat;
  text-align: left;
  vertical-align: top;
  position: relative;
  top: -10px;
  left: 0;
  padding:0px;
  margin:0px;
  width: 200px;
  height: 100%;
  float: left;

}
div.content {
  text-align: left;
  position: relative;
  top: -10px;
  left: -65px;
  width: 560px;
  float: right;
  margin-left: 0px;
  padding-left: 0px;
  border-left: 1px solid #ea6210;

}
div.foot_content {
  color: #fff;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #ea6210;
  text-align: center;
  vertical-align:middle;
  position: relative;
  float:right;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  margin: 0px;
  padding: 12px 0px 0px 0px;
}


span.orang_border {
  position: absolute;
  z-index: 1;
  border: none;

}
span.green_border {
  position: absolute;
  z-index: 1;
  border: solid 2px #b4d17a;

}
span.no_border {
  position: absolute;
  z-index: 1;
  border-style: none;
}

span.logo {
        color: #4fa828;
        font-size: 8pt;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: left;
        position: absolute;
        top: -220px;
        left: 25px;
        width: 137px;
        height: 200px;
        z-index: 1;
}

span.webdesign {
  text-align: center;
  position:absolute;
  font-size:10px;
  line-height:12px;
  top:35%;
  left:3%;
}

span.copyright {
  text-align: center;
  position: absolute;
  font-size:10px;
  line-height:12px;
  top:35%;
  left:40%;
}

span.webdesign a {
  font-size:10px;
  line-height:12px;
}

span.madeonmac {
  position:absolute;
  background-color: #ea6210;
  top:10%;
  left:89%;
}


.footer {
  color: #fff;

}
.orange {
  color: #ea6210;

}
.lgreen {
  color: #b4d17a;

}
.dgreen {
  color: #498b2c;

}
.bold {
  font-weight: bold;

}