*{
  margin: 0;
  padding: 0;
}
body{
  background: #fffcf2;
  font-size: 11px;
  font-family: 'verdana';
  color: #003366;
}
h1,h2,h3{
  font-family: georgia, times new roman, serif;
}
h1{
  font-size: 2.5em;
  font-weight: normal;
  font-family: 'georgia','times new roman';
  text-transform: capitalize;
  padding-bottom: .2em;
  margin-bottom: .2em;
  border-bottom: 1px solid #e3f1fe;
}
h2{
  font-weight: normal;
  font-family: tahoma;
  margin-bottom: .1em;
}
#wrap{
  width: 960px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  background: url('img/bcol.png') repeat-y;
  overflow: auto;
  height: 100%;
  min-height: 100%;
  height: auto !important;
  
}
#bcol, #ct, #rcol{
  text-align: left;
  float: left;
}
#orginfo{
  margin-top: 40px;
}
#text{
  width: 540px;
  float: left;
  padding-left: 10px;
}
#ct p, #rcol p{
  line-height: 1.5;
  margin-bottom: 1em;
}
#ct a{
  color: #0071e2;
  font-weight: bold;
  text-decoration: none;
}
#ct a:hover{
  color: #00adeb;
  text-decoration: underline;
}
#ct a:visited{
  color: #3f6386;
  text-decoration: underline;
}
#ct{
  margin-top: 20px;
}
