BODY {
  background-color: #A28D30;
  background-image: url(/images/caiw-bg.gif);
  background-repeat: repeat-y; 
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  color: #103F60;
  margin-left: 166px;
  margin-top: 40px;
}

BODY.Print {
  background-color: #FFFFFF;
  background-image: url();
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  color: #000000;
  margin-left: 10px;
  margin-top: 10px;
}

BR.Print {
  page-break-before: always;
}

A:link {
  color: #0F3F99;
  text-decoration: none;
}

A:visited {
  color: #0F3F99;
  text-decoration: none;
}

A:hover {
  color: #0F3F77;
  text-decoration: underline;
}

A:active {
  color: #0F3F77;
  text-decoration: underline;
}

H1 {
  color: #78224E;
  font-size: large;
}

.Header {
  color: #78224E;
  font-size: large;
  text-align: center;
  font-weight: bold;
}

.Navbar {
  color: #0F3F77;
  position:absolute;
  top: 100px; 
  left: 3px;
  width: 160px;
  height: auto;
  text-decoration: none;
}

.Logo {
  position:absolute;
  top: 3px; 
  left: 3px;
  width: 160px;
  height: 94px;
  text-align: center;
  padding: 10px;
}


