/* GENERAL */
body, div, span, img, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, tr, th, td, a, iframe{margin: 0; border: 0; padding: 0;}
b{font-weight: bold;}
i{font-style: italic;}
h1, h2, h3, h4, h5, h6{
  margin: 20px 10px 0 10px;
  color: #C93F1D; /* dark red */
  letter-spacing: 1px;
  font-weight: bold;
}
h1{font-size:15pt;}
h2{font-size:13pt;}
h3{font-size:12pt;}
h4{font-size:11pt;}
h5{font-size:10pt;}
h6{font-size:9pt;}
a:link, a:visited{color: #4D64B3;} /* medium blue */
a:hover{color: #8897CC;} /* light blue */
th, td{padding: 2px 5px 2px 5px;}
ul{padding-left: 30px; margin: 0 10px 0 0; text-align: justify;}
li{padding: 2px 0 2px 0px;}
p{
  margin: 2px 10px 8px 10px;
  text-align: justify;
}
address{
  margin: -8px 10px 8px 20px;
}
body{
  min-width: 870px;
  background-image: url("bg.jpg");
  background-repeat: repeat;
  background-position:center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
iframe{
  margin: 2px 10px 0 10px;
}
.tcenter{text-align: center;}
.tright{text-align: right;}
.tjustify{text-align: justify;}
.tleft{text-align: left;}
.fright{float: right;}
.fleft{float: left;}
.fclear{clear: both;}

/* MAIN */
div#main{
  width: 830px;
  margin: 60px auto 60px auto;
  background-color: white;
  border-style: solid;
  border-width: 3px;
  border-color: #221E1F; /*dark gray, matches bg*/
  overflow: auto;
}

div#header{
  padding: 5px 40px 0 40px;;
}

/* STYLES */
p#banner{
  margin: 30px 75px;
  text-align: center;
  font-size: 11pt;
  font-style: italic;
  font-weight: bold;
  color: #777777;
}
p.nospace{
  margin: 2px 10px 0 10px;
  text-align: justify;
}
img.quote{
  margin: 10px;
}
