html {
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: #60c020;
  text-decoration: none;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
}
a:hover {
  color: #00a000;
  text-decoration: none;
}
p {
  margin-bottom: 6px;
}
.style1 {
                 
  font-family: "Times New Roman",Times,serif;
  color: #0000FF;
}

.left {
  border: 1px solid #a8ce32;
  margin: 2px 8px 0px 0px;
  float: left;
}
.right {
  border: 1px solid #a8ce32;
  margin: 2px 0px 0px 8px;
  float: right;
}
.center {
  border: 1px solid #a8ce32;
  margin: 2px auto;
  display: block;
  text-align: center;
}
body {
  margin: 0;
  padding: 0;
  background: #dcdcdc none repeat scroll 0%;
  font-family: Verdana,Tahoma,Arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #002000;
}
#header {
  padding: 45px 40px 0px;
  background: #dcdcdc url(images/top1.png) no-repeat scroll right bottom;
  height: 250px;
}
#wrapper {
  margin: 0 auto;
  padding: 0;
  background: transparent url(images/bg.png) repeat-y scroll right center;
  width: 964px;
}
#menu {
  border-bottom: 3px solid #b4b300;
  background: #ff8500 none repeat scroll 0%;
  height: 38px;
  margin-left: 9px;
  margin-right: 7px;
}
#menu ul {
  padding-top: 10px;
  padding-left: 20px;
}
#menu li {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display: inline;
}
#menu li a {
  border-left: 3px solid #ff8500;
  border-right: 3px solid #ff8500;
  padding: 6px 14px 7px;
  background: #b4b300 none repeat scroll 0%;
  line-height: 26px;
  height: 30px;
  text-decoration: none;
  color: #fdffe1;
}
#menu li a:hover, #menu li a.selected {
  border-style: solid;
  border-color: #b4b300 #b4b300 #fdffe1;
  border-width: 3px;
  background: #fdffe1 none repeat scroll 0%;
  line-height: 26px;
  padding-top: 8px;
  color: #003000;
}
#content {
  padding: 20px;
  color: #003000;
}
#content h2, #content h3 {
  border-bottom: 2px solid #b4b300;
  margin: 6px 0 8px;
  color: #805000;
}
#main {
  width: 641px;
  float: left;
  margin-bottom: 10px;
}
.submit {
  border: 1px solid ;
  font-family: verdana,arial,sans-serif;
  font-size: 100%;
  width: 70px;
  height: 22px;
  cursor: pointer;
}
#main ul {
  margin-left: 26px;
  margin-bottom: 8px;
}
#right {
  border: 2px solid #b4b300;
  padding: 0px 0px 20px;
  background: #fffff0 none repeat scroll 0%;
  width: 245px;
  float: right;
}
#right h2 {
  padding: 12px 0px 8px 10px;
}
#right h3 {
  margin-top: 6px;
}
#right ul {
  margin: 4px 0 6px;
}
#right li {
  border-bottom: 1px solid;
  padding: 4px 0 2px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display: block;
}
#right li a {
  background: transparent url(images/seta1.png) no-repeat scroll left center;
  color: #805000;
  padding-left: 10px;
}
#right li a:hover, #right li a.selected {
  background: transparent url(images/seta.png) no-repeat scroll left center;
  padding-left: 15px;
  color: #d37103;
}
.rightitem {
  padding: 0 0px 0 15px;
  margin-bottom: 8px;
}
#footer_menu {
  height: 30px;
  padding-left: 130px;
  padding-top: 20px;
  }
#footer {
  background: transparent url(images/bottom.png) no-repeat scroll right center;
  height: 57px;
  padding-left: 50px;
  padding-top: 20px;
}

#footer p {
  color: #d0ffc0;
  text-align: center;
}
.clear {
  clear: both;
}
.clearbottom {
  border-bottom: 3px solid #b4b300;
  margin: 0 8px 0 10px;
  clear: both;
}
#postit {
  padding: 20px 10px 10px 10px;
  background: transparent url(images/postit.png) no-repeat scroll 0% 50%;
  height: 120px;
  margin: 10px 5px 40px 20px;
  color: #000000;
  width: 250px;
  float: right;
}
.SideR {
  border: 1pt solid #b4b300;
  margin: 10px;
  padding: 5px;
  background: #e68a00 none repeat scroll 0%;
  width: 250px;
  float: right;
  color: #ffffff;
}
.SideL {
  border: 1pt solid #b4b300;
  margin: 10px;
  padding: 5px;
  background: #e68a00 none repeat scroll 0%;
  width: 250px;
  float: left;
  color: #ffffff;
}
