body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #339933;
	background-color: #CCFFCC;





}
#navlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;

}

#navlist ul {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
}

#navlist li {
	margin: 0 0 0px 0;
	font-size: 11px;
	cursor: hand;
	list-style-type: none;
}

#navlist a {
	padding: 1px 1px 1px 11px;
	display: block;
	border: none;
	width: 125px;
	background-color: #DDDDDD;
	background-image: url(sitepics/lipic.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 11px;


}
#navlist a:link, #navlist a:visited {
	color: #000000;
	text-decoration: none;
	background-image: url(sitepics/lipic.gif);
	background-repeat: no-repeat;
	background-position: left;

}
#navlist a:hover {
        background-color: #DDDDDD;
        color: #339933;
}
#navlist a:active {
        background-color: #DDDDDD;
        color: #000000;
	font-weight: bold;
}
#navlist strong {
	font-size: 12px;
	padding: 1px;
	display: block;
	width: 136px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339933;
	height: 15px;
	color: #FFFFFF;
	background-color: #99CC99;




}
h3 {
	font-size: 14px;
}

