.clear {
	clear: both;
	line-height: 1px;
}
p , li{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.3em;
	line-height: 1.4em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #23115A;
	margin-top: 0em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #23115A;
	margin-top: 1em;
	margin-bottom: 0em;
}
blockquote     {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}


.noBullet_List {
	list-style-type: none;
	display: block;
}

.firstHeader {
	margin-top: 0px;
}

.h3style {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	background-image: url(../images/h3bg.png);
	background-repeat: repeat-y;
	font-size: 1.6em;
	background-color: #615587;
	border: 1px solid #FFF;
	font-weight: bold;
	padding-left: 10px;
	margin: 0px;
	text-align: left;
}

.textRight {
	text-align: right;
}
.boxText {
}

input {
	font-size: 1.3em;
}
#map {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: thick inset #26165F;
	height: 500px;
	margin-bottom: 10px;
}
#form {
	font-weight: bold;
	color: #26165F;
	font-size: 1.3em;
}
#donationTable table {
	margin-right: auto;
	margin-left: auto;
}
#donationTable table tr td {
	text-indent: 5px;
	vertical-align: middle;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.6em;
}

#getDirections {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: thick inset #26165F;
}

#location {
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	background-color: #FFF;
	margin-bottom: 10px;
	border: thick inset #26165F;
}


#getDirections form table {
	text-align: left;
}
#location table {
	text-align: right;
}

.menu {
	background-color: #333;
	height: 31px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
}

.menu ul {
	float: left;
	list-style-image: none;
	list-style-type: none;
}
.menu ul li {
	font-size: 1.4em;
	font-weight: bold;
	width: 99px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	line-height: 28px;
}
.menu ul li a {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/button_state.jpg);
	background-position: center;
	display: block;
	background-repeat: repeat-x;
	height: 31px;
}
.menu ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/button_state.jpg);
	background-position: bottom;
	display: block;
	background-repeat: repeat-x;
	height: 31px;
}
body.home .menu ul li a.home,
body.about .menu ul li a.about,
body.donations .menu ul li a.donations,
body.testimonials .menu ul li a.testimonials,
body.founder .menu ul li a.founder,
body.staff .menu ul li a.staff,
body.contact .menu ul li a.contact
{
	background-image: url(../images/button_state.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #7d004c;
	font-weight: bold;
}
