/* Generated by KompoZer */
html {
  width: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: white;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: left top;
  width: 100%;
  font-family: "Trebuchet MS",verdana,arial,"Times New Roman",serif;
  font-size: 80%;
  color: #333333;
  line-height: 160%;
}
.all {
  padding-top: 50px;
  text-align: center;
  width: 100%;
}
.box {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 800px;
  background-attachment: scroll;
  background-image: url(images/line-bg-2.jpg);
  background-repeat: repeat-x;
  background-position: left top;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.header {
  padding: 20px 20px 20px 0px;
}
.content {
  padding: 20px 20px 0px;
  text-align: justify;
  width: 530px;
  background-color: #ffffff;
  color: #333333;
}
.right {
  padding: 20px;
  float: right;
  text-align: left;
  width: 170px;
  background-color: #ffffff;
  color: #333333;
}
blockquote {
  border-top: 4px solid #f5d36d;
  border-bottom: 4px solid #f5d36d;
  margin: 20px;
  padding: 10px;
  background-color: #fdf7e3;
  text-align: justify;
  color: #333333;
}
h1 {
  margin: 0px;
  padding: 0px;
  font-size: 300%;
  font-weight: bold;
}
h2 {
  margin: 5px;
  padding: 0px;
  font-size: 150%;
  font-weight: bold;
}
h3 {
  margin: 5px;
  padding: 0px;
  font-size: 125%;
  font-weight: bold;
}
ul, li {
  padding: 0px;
  list-style-type: square;
  margin-left: 10px;
}
p {
  margin: 0px;
  padding: 0px;
}
a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: orange;
  text-decoration: none;
  background-color: #ffffff;
}
