body {
  margin: 0px;
  padding: 0px;
  background: #EBF2F7;
  
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
  font-size: 70%;
  color: #000;
}

p {
  margin: 0 0 1em 0;
  line-height: 1.4em;
}

h1 {
  margin: 0 0 0 0;
  font-size: 1.6em;
  font-weight: bold;
  color: #3B81AF;
}

h2 {
  margin: 0 0 1em 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #AAA;
}

.container {
	border: 1px solid #D6D3AA;
}

.lftCol {
	border-top: 7px solid #4F8EB7;
	background: #C0D1DF url("../images/bckgrnd-Archway.jpg") no-repeat top;
}

.calloutBox {
	border-left: 1px solid #D6D3AA;
}

.image {
	float: right;
	margin-right: 8px;
	margin-left: 8px;
	padding: 2px;
}

blockquote {
	margin-left: 1.3em;
}

img {
  border: 0px;
}

.image {
	float: right;
	margin-right: 8px;
	margin-left: 8px;
	padding: 2px;
}




.subNav a:link {
  color: #931B1B;
  text-decoration: none;
}

.subNav-A a:link {
  color: #787878;
  text-decoration: none;
}

.subNav a:visited {
  color: #931B1B;
  text-decoration: none;
}

.subNav a:hover {
  color: #BAB688;
  text-decoration: underline;
}




a {
  color: #931B1B;
  text-decoration: none;
}

a:visited {
  color: #787878;
  text-decoration: none;
}

a:hover {
  color: #BAB688;
  text-decoration: underline;
}





.footer {
  font-size: .9em;
  line-height: 1em;
  color: #3B81AF;
}
.footer a:link {
  color: #ADAB7B;
  text-decoration: none;
}
.footer a:hover {
  color: #931B1B;
  text-decoration: underline;
}