
/* background stripes */
body {
  background-image: url(images/background.jpg);  
  background-repeat: repeat;
  margin-top:5%;
  margin-bottom:5%;
}

a:link, a:visited {
 text-decoration: none;
 color:#669999;
}

a img { 
  border:0px 
}

ul {
  list-style-type: disc;
  list-style-image: url(images/bullet.jpg);
  margin-left: 40px;
  padding-left: 0px;
}

li {
  margin-bottom:3%;
  list-style-type: square;
}

h3{
  color:#856034;
}

#heading {
  background-image: url(images/floralbackground.jpg); 
  border: 4px solid black; 
  width:700px; 
  min-width:700px; 
  text-align:center; 
  margin:auto
}

#logo{
  margin-top:2%;
  margin-left:4%;
  margin-right:4%; 
  margin-bottom:2%;
}

#nav{
  background-color:#669999;
  margin-bottom:2%;
  text-align:center;
}

#content{
  font-family:Arial Rounded MT;
  background-color:white;
  border: 4px solid black; 
  border-top: 2px solid black; 
  width:640px; 
  min-width:640px; 
  padding:30px; 
  padding-bottom:15px; 
  margin:auto
}

.shadow{  float:left;  background: url(images/shadow.png) no-repeat bottom right !important;  background: url(images/shadow.gif) no-repeat bottom right;  margin: 10px 10px 10px 10px;  }.shadow img {  display: block;  position: relative;  background-color: #fff;  border: 1px solid #a9a9a9;  margin: -6px 6px 6px -6px;  padding: 4px;  }

.quoteleft {
  float: left;
  margin: 5px 10px 10px 10px;
  color: grey;
  width: 215px;
  font: italic 1em Georgia, Times, "Times New Roman", serif; 
  font-size: 1em;
  padding: 0;
}

.quotesource {
 text-align: right;
 font-style: normal;
 margin-right: 2em;
}

.indent{
 text-indent: 2.5em;
 margin: 0 0 0.5em 0;
 padding: 0;
}


-->
</style>




