* {
  margin: 0;
  padding: 0;
}
body {
  background: #ffffff none repeat scroll 0% 50%;
  font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.74em;
  font-size-adjust: none;
  font-stretch: normal;
  line-height: 1.5em;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#wrap {
  margin: 20px auto;
  background: #ffffff url(images-site/midbg.jpg) repeat-y scroll 0% 50%;
  width: 724px;
}
#top {
  background: #ffffff url(images-site/topbg.jpg) repeat scroll 0% 50%;
  height: 30px;
}
#content {
  padding: 0 40px;
  font-family: Arial,Helvetica,sans-serif;
}
#bottom {
  background: #ffffff url(images-site/botbg.jpg) repeat scroll 0% 50%;
  height: 30px;
}
.header {
  background: #85acf7 url(images-site/hidr.jpg) repeat scroll 0% 50%;
  height: 100px;
}
.header h1 {
  padding-left: 17px;
  padding-top: 22px;
  font-size: 22px;
  color: #ffffff;
}
.header h1 a {
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
}
.header h2 {
  padding-left: 17px;
  padding-top: 0px;
  font-size: 17px;
  color: #ffffff;
}
.breadcrumbs {
  border-bottom: 1px solid #e1e1e1;
  padding: 5px;
  background: #f6f9fb none repeat scroll 0% 50%;
}
.middle {
  margin: 0 10px;
  padding: 1%;
  float: left;
  width: 59%;
  text-align: justify;
}
.right {
  margin: 0 10px;
  padding: 1%;
  float: left;
  width: 30%;
}
.right ul {
  margin: 0;
  padding: 20px 0 15px 20px;
}
.right li {
  margin-bottom: 5px;
  list-style-type: square;
  color: #3b6ebf;
}
.middle h2 {
  color: #3b6ebf;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.right h2 {
  color: #3b6ebf;
  font-size: 14px;
  margin-top: 15px;
}
#clear {
  overflow: hidden;
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
}
#footer {
  text-align: center;
  color: #666666;
}
