body {
      background-color: #443500;
      margin : 0;
      padding : 0;
      font-family: arial;
}
.content {
    color: #000;
    Margin-Left: 0px;
    background-color: white;
    position: absolute;
    width: 69%;
    left: 21%;
    margin-top: 10px;
    border: none;
    
}
.content p img{
      float: left;
      margin-right: 7px;
      margin-bottom: 4px;
}
#flashdiv
{
    width : 80%;
    height : 200px;
    background-color : white;
    Padding : 0px;
    Margin-Top : 0px;
    margin-left: 10%;
    margin-right: 10%;
}
.makeMenu {
  position: absolute;
  width: 101px;
  background-color: #443500;
  border: none;
  margin-left: 10%;
  margin-top: 10px;
}
ul{
margin-top: 0px;
margin-left: 0%;
left: 0px;
padding-left: 0px;
border: none;

}
li{
 text-align: center;
}
ul li {
border: none;
list-style: none;
margin-left : 0px;
padding-left: 0px;

}
p, h1, h2, h3, h4 {
  color: #000;
}
.content h1 {
  color: #872c41;
  margin-left: 8px;
  font-size: 50px;
  Margin-Bottom: 5px;
  Margin-Top: 5px;
}
.content p{
  color : #262626;
  margin-left: 2%;
  margin-right: 2%;
}
.content h2 {
  color : #872c41;
}
.firstlevel {
  background-image: url(menuitem1.gif);
  height: 25px;
  font-size: 15px;
}
.secondlevel {
  background-image: url(menuitem2.gif);
  height: 20px;
  font-size: 0.75em;
  width: 91px;
  margin-left: 10px;
}
li.firstlevel:hover{
      background-image: url(menuhighlight1.gif);
      color: #fff;
}
li.secondlevel:hover{
      background-image: url(menuhighlight2.gif);
}
.menublank{
      position: absolute;
      height: 20px;
      width: 101px;
      border: none;
      margin: 0;
      padding: 0;
      left:  0;
}
a:visited, a:link, a:focus {
    text-decoration: none;
    color: #000;
}
.content a {
      color: blue;
}
.content a:hover{
      cursor: pointer;
      color: maroon;
}
.firstlevel a.menutext{
      font-size: medium;
}
.secondlevel a.menutext{
      font-size: medium;
}
p.lilyp {
      text-align: center;
}
h1.lilyh1{
      text-align: center;
}