body {
background-image: url(Images/background.gif);
background-repeat: repeat-x;
}

#header {
  position: absolute;
  top: 0px;
  left: 15%;
  height: 111px;
  width: 600px;
}

#logo {
  position: absolute;
  top: 0px;
  left: 73%;
  height: 111px;
  width: 210px;
}

#leftcol {
  background: #9C061A;
  position: absolute;
  top: 111px;
  left: 15%;
  width: 17%;
  height: 100%;
  border-left: black 1px solid;
  border-right: black 1px solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size:10pt;
  font-weight:bold;
}

#leftcol a {
  color:  #BF4909;
  text-decoration:none;
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
}

#leftcol a:hover {
  color: #cf8c0a
}

#rightcol {
  background: #f00;
  position: absolute;
  top: 111px;
  left: 91%;
  width: 1%;
  height: 100%;
  background: #9C061A;
  border-left: black 1px solid;
  border-right: black 1px solid;
}

#content {
  position: absolute;
  top: 111px;
  left: 31.5%;
  width: 56%;
  height:100%;
  margin-left:25px;
  margin-top:0px;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
text-decoration: underline;
color: #BF4909;
font-weight:bold;
font-style:italic;
 }

h1 {
font-size:19px;
font-weight:bold;
}

h2 {
font-size:17px;
}

small {
font-size:8px;
}

img {
  border:0;
}

.margins {
  margin: 15px;
}

.border {
  border: 1px solid #000000;
}

@media print {
      .noprint { display: none; }
    }