body {
	background-color: #9BE3AF;
	font-family: Helvetica, Arial, san-serif;
}

a {
	text-decoration: none;
	color: #06922D;
}

h1, h3 {
	margin: 0;

}

#main h2 {
	padding-top: 2px;
	text-align: left;
	margin-left: 15px;
	font-size: 20px;
	font-weight: bolder;
	color: #06922D;
	font-style: italic;	
}


#main h2 {
    display: inline-block;
    padding: 15px 15px;
    border-top: 2px solid #06922D;
    border-bottom: 2px solid #06922D;
    line-height: 1em;
    text-decoration: none;
}


h5 {
	padding-top: 0px;
	text-align: center;
	
}


#header {
	background-image: url("masthead01.jpg");
	color: blue;
	font-style: italic;
	text-align: right;
	padding: 20px;
}

#container {
	background-color: white;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
}

#content {
	display: flex;
	padding: 10px 10px 10px 20px;
	width: 780px;
}

#main ul {
	list-style-type: none;
	padding: 0px;
	
}

#main {
	width: 655px;
	float: right;
	padding-left: 40px;
	
}

.rallyname {
	font-weight: bolder;
	color: #06922D;
}

.indexlist ul {
	list-style-type: none;
	padding-left: 0px;
	line-height: 35px;
}

.indexlist li {
	font-size: 20px;
	
}

.indexlist dl {
	list-style-type: none;

}

.indexlist dt {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 3px;
}

.indexlist dd {
	font-size: 13px;
	line-height: 16px;
	margin-left: 0px;
	padding-bottom: 2px;
	color: blue;
}

.rallylist ul {
	list-style-type: none;
	padding-left: 20px;
	line-height: 20px;
}

.rallylist li {
	font-size: 14px;
	margin-top: 20px;
}

.rallylist p {
	font-size: 13px;
	margin: 0;
	
}

.headeremail {
	font-size: 16px;
	color: purple;
}

#nav {
	display: block;
}

#navbar1 {
	width: 75px;
	background-color: #EEEEEE;
	margin-top: 10px;
	margin-left: 0px;
	border-radius: 10px;
	float: left;
}

#navbar1 li {
	list-style-type: none;
	line-height: 40px;
	margin-left: -20px;
	font-size: 18px;	
}


#footer {
	clear: both;
	font-size: 10px;
	padding: 10px;
	background-color: #999999;
	color: white;
	text-align: right;
	
}