/* CSS for scout section
/* scout green: #99cc00
/* 10th purple: #7e012d
*/
.scouthead {
	margin:0px;
	padding:1px 0px 1px 3px;
	background-color:#99cc00;
	border: 1px solid #7e012d;
	color:#FFFFFF;
	}
/* Horiz navigation scout section */
a.navbar, a.navbar:link, a.navbar:visited {
display:inline;
width:auto;
float:left;
text-align:center;
padding:2px 5px 2px 5px;
text-decoration:none;
margin:0px 2px 0px 2px;
background:#99cc00;
border:1px solid #7e012d;
color:#ffffff;
font-weight:bold;
font-size:0.9em;
}
a.navbar:hover {
color:#ff3300;
background:#99cc00;
border: 1px solid #66a2cb;
}
/* end */
.infoleft {
float:left;
width:40%;
margin:0px;
padding:5px 50px 0px 0px;
}
.inforight {
float:right;
width:40%;
margin:0px;
padding:5px 5px 0px 0px;
}
.listball {
	list-style-type: circle;
}
.emphprom {
font-style:italic;
padding: 5px 0px 5px 20px;
}