
* {
  margin: 0;
  padding: 0;

}
body {
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: center top;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #222222;
  background-color: white;
}
a {
  text-decoration: none;
  color: #75b03c;
}
a:hover {
  text-decoration: underline;
  color: #111111;
}
#wrap {
  margin: 0 auto;
  width: 800px;

}
#header {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0% 50%;
  height: 90px;
  background: url(images/header1.png);
}
#header h1 {
  padding: 15px 0 0 20px;
  font-size: 28px;
  letter-spacing: -1px;
  color: #ffffff;
}
#header h1 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 100;
  letter-spacing: -2px;
}
#header h1 a:hover {
  color: #000000;
}
#header h2 {
  padding: 5px 0 0 20px;
  font-size: 19px;
  color: #e1c70e;
  letter-spacing: -1px;
  font-weight: 100;
}

#menu-container{padding:0px 15px 0 15px;background: #02a715}
ul#menu{list-style-type:none;width:100%;position:relative;height:27px;font-family:"Trebuchet MS",Arial,sans-serif;font-size:13px;font-weight:bold;margin:0;padding:11px 0 0 0;}
ul#menu li{display:block;float:left;margin:0 0 0 4px;height:27px;}
ul#menu li.left{margin:0;}
ul#menu li a{display:block;float:left;color:#fff;background: #02a715;text-decoration:none;padding:0 17px 0 18px;height:27px;}
ul#menu li a.right{padding-right:19px;}
ul#menu li a:hover{background: yellow; color:#000000;}
ul#menu li a.current{color:#2E4560;background:#fff;}
ul#smenu li a.current:hover{color:#2E4560;background:#fff;}

#content {
  padding: 5px 5px 5px 5px;
}

.right {
  float: right;
  width: 570px;
  text-align: justify;
  padding-top: 10px;
}
.right h2 {
  background: #ffffff url(images/contenth2.jpg) no-repeat scroll 0% 50%;
  font-size: 18px;
  font-weight: 100;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
}
.right h2 a {
  text-decoration: none;
  color: #ffffff;
}
.right h2 a:hover {
  color: #111111;
}
.left {
  /* background-color:#FFF9C5; */
  padding-top: 10px;
  width: 180px;
  float: left;
}
.left h2 {
  margin:2px 2px 2px 2px;
  background-color:#02a715;  
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 13px;
}
.left ul {
  padding: 10px 0 15px 20px;
  list-style-type: square;
  color: #75b03c;
}
.left ul li a {
  text-decoration: none;
  font-weight: 600;
}
.left ul li a:hover {
}
.footer {
  border-top: 1px dotted #aaaaaa;
  text-align: center;
  font-size: 11px;
  color: #aaaaaa;
  margin-top: 40px;
  padding-top: 10px;
}
.footer a {
  color: #aaaaaa;
}
.footer a:hover {
  color: #111111;
}
