/* CSS Document */
body{
	background-color:#035803;
	background: url(images/background.jpg) 0 0 no-repeat;
	background-attachment: fixed;
	font: Arial, Verdana;
	color: #000;
	margin-top: 40px;
}

acronym{
	cursor:help;
	border-bottom: 1px dashed #000000;
}

a:link{
	color: #035803;
	font-weight: bold;
	text-decoration:none
}
a:hover{
	color: #FFEC66;
	background:#035803;
	text-decoration:underline
}
a:visited{
	color: #009900;
	font-weight:bold;
	text-decoration:none
}

h1{
	margin-top: 0;
	padding: 0;
	color: #035803;
	border-bottom: 2px solid #035803;
	background: url(images/bullet.jpg) left bottom no-repeat;
	letter-spacing: 1px;
	width: 100%;
	font-size: 155%;
}

h2{
	border-top: 2px solid #035803;
	border-bottom: 2px solid #035803;
	color: #035803;
	background: url(images/venturingLeaderEmblem.gif) right center no-repeat;
	padding-right: 64px;
	padding-left: 4px;
	background-color: #FFFFFF;
	font-size: 100%;
	clear:left;
	font-family: Arial, Helvetica, sans-serif;
}

h6{
	color:#000000;
	font: Arial;
	font-size: 7pt;
	text-align: center;
}	

ul.bylaws {
	list-style-type: inherit;
	list-style-image: none;
	list-style-position: outside;
}
ol.bylaws {
	list-style-type: upper-roman;
	list-style-position: outside;
}
ol.bylaws ol {
	list-style-type: upper-alpha;
}
ol.bylaws ol ol {
	list-style-type: decimal;
}
ul.bylaws li { font-style: italic; }
ol.bylaws li { font-style: normal; }
ol.bylaws ol { font-style: normal; }