body {
	background-image: url(../images/background.jpg);
}
a:link {
	color: #5B7340;
}
a:hover {
	color: #86A761;
}
a:active {
	color: #5B7340;
}
.pagefont {
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
	MARGIN-LEFT: 0.5in;
	MARGIN-RIGHT: 0.5in;
}
.header {
	color: #CC9900;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana;
	text-indent: 10px;
	 }

.bodycell {
	background-color: #99BE68;
}
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.events {
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	MARGIN-RIGHT: 20px;
}
#topbar{
font-size:14px;
color:#3b5d14;
background:#b2d281;
font-weight:bold;
padding:6px;
overflow:auto;
height:1%;
clear:both;
}

body{font-family:Arial, Helvetica, sans-serif;}

        .lavaLamp {
            position: relative;
            height: 50px;
            width: 800px;
            background: url("../images/bg.gif") no-repeat top;
            padding: 10px;
            margin: 5px 0;
            overflow: hidden;
        }
                .lavaLamp li {
                    float: left;
                    list-style: none;
                }
                    .lavaLamp li.back {
                        background: url("../images/lava.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLamp li.back .left {
                            background: url("../images/lava.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLamp li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
					
                        .lavaLamp li a:hover, .lavaLamp li a:active {
                        border: none;
					    font: bold 14px arial;
                        text-decoration: none;
                        color: #5B7340;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px; 
                        }