a img {
  border: none;
  padding: 0px;
}

a:link, a:visited {
  color: #500000;
  background-color: inherit;
}

a:hover {
  color: #500000;
  background-color: #fbead8;
}

body {
  background-image: url(../images/squarepattern.jpg);
  background-color: #c0c0c0;
  }
  
h3 {
    color: #c92722;
  } 
  
img {
  padding: 5px;
  }   

.docTitle {
  color: #bb2722;
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  border-bottom: 3px double #bb2722;
  }

  
.page {
  width: 900px;
  background-color: #FFFFFF;
  margin: auto;
  font-family: franklin gothic book, corbel, calibri, san-serif;
  border: solid 1px #00000;
  }
  
.pagecontent {
  width: 860px;
  background-color: #FFFFFF;
  padding: 20px;
  text-align: left; 
  }
  
.content {
  width: 900px;
  background-color: #FFFFFF;
  }  
  
.topbanner {
  background-image: url(../images/4mbanner.jpg);
  background-repeat: no-repeat;
  width: 900px;
  height: 75px;
  background-color: #bb2722;
  margin-top: 0px;
  text-align: center;
  padding-top: 15px;
  }
  
.imagebanner {
  width: 900px;
  height: 195px;
  background-color: #bb2722;
  decoration: none;
  border-style: none;
  margin: 0px;
  padding: 0px;
  }

#imageRotation {
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #500000;
  decoration: none;
  border-style: none;
  background-color: #bb2722;
}

#imageRotation a: {
  background: none;
  border-style: none;
  decoration: none;
}  
  
.nav {
  width: 900px;
  height: 30px;
  background-color: #bb2722;
  text-align: center;
  clear: all;
  }
  
.rightcallout {
  width: 300px;
  height: 300px;
  float: right;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  border: 1px solid #bb2722;
  }
  
.footer {
  width: 900px;
  heigth: 30px;
  font-size: 90%;
  text-align: center;
  }