/*resources.css*/
.resources {
	background-image: url(../images/about_us_big.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#grouping {
	text-align: center;
	margin: 10px;
}

.sectionHeading {
	margin: 0 0 10px 0;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #344303;
}

.organizationBlock {
	margin: 10px;
}

.orgTitle a {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	
}

.orgTitle, .orgWriteup {
	width: 570px;
}

.orgTitle {
	padding: 0 0 3px 0;
	margin: 3px 0 0 0;
	border-bottom: 1px dashed #344303;
}

.orgLogo {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px dashed #344303;
	
}

.orgLogo img {
	border: 0px;
}

.orgWriteup a {
	font-weight: bold;
}

.bookBlock {
	width: 45%;
	margin: 15px 7px 10px 7px;
	float: left;
	height: 147px;
	border: 1px solid #344303;
	padding: 5px;
}

.bookTitle {
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 3px 0 0 0;
	border-bottom: 1px dashed #344303;
	
}

.bookAuthor {
	margin: 5px 0 5px 3px;
	font-style: italic;
}
