﻿body {
 margin-top:20px;
 /* background-color: green; */
 background-image: url(../images/back13.jpg);
 margin-left: 15%;
 margin-right: 15%;
}

#container {
 width: 700px;
 margin: 0 auto;
 text-align: center;
 background-color: white;
}

#heading {
 width:700px;
 margin: 0 auto;
 background-color: white;
 text-align: center;
}

#heading h1{
 font:  45px Verdana, sans-serif;
 /* background-image: url(../images/flowerrule.gif);
 background-repeat: repeat-x;
 background-position: bottom; */
 border-bottom: 5px solid green;
 margin: 10px 0 0 0;
 padding: 0.25em 0 60px 0;
}

#navsite h5{
 display: none;
}

#navsite ul{
 text-align:left;
 padding: 3px 0;
 margin-left: 0;
 border-bottom: 1px solid #669;
 font: bold 16px Verdana, sans-serif;
 }

#navsite ul li {
 list-style: none;
 margin: 0;
 display: inline;
}

#navsite ul li a {
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #669;
 border-bottom: none;
 background: #347235; 
 text-decoration: none;
}

#navsite ul li a:link {
 color: white;  /* was green */
}

#navsite ul li a:visited {
 color: white;  /* was green */
}

#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
 color: black; /* was #000; */
 background: green;
 border-color: #336;
}

#navsite ul li a#current {
 color: green;
 background: white;
 border-bottom: 1px solid white;
}

a:link {
    font-weight: bold;
    text-decoration: none;
    color: yellow;
}

a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #00ff66;  
}

a:link:hover {
    font-weight: bold;
    text-decoration: none;
    color: #99cc33;  
}


#square {
 width:650px;
 /* height: 200px; */
 background-color: #347235;
 text-align: left;
 padding-left: 5px;
 padding-right: 5px;
 margin: 0 auto;
}


