body {
	margin: 0;
	font-family: Cambria,"Lucida Grande","Lucida Fax",Tahoma,sans-serif;
	color: #222222;
	background: #ffffff url(images/bg.jpg) repeat-x;
}

h1 {
	margin: 0;
	height: 90px;
	text-indent: -99999px;
	overflow: hidden;
	background: url(images/logo.png) no-repeat;
}

#masthead {
	margin: 0 auto;
	padding-top: 0px;
	background: ;
}

#verse {
	margin: 0;
	margin-top: -27px;
	background: ;
}

#verse p {
	height: 350px;
	margin: 0;
	text-indent: -99999px;
	overflow: hidden;
	background: url(images/verse.png) 0 50% no-repeat;
}

#nav {
	margin: 0 0 50px;
}

#nav li {
	display: block;
	float: left;
	width: 270px;
	margin-right: 10px;
	list-style: none;
}

#nav li a {
	display: block;
	height: 40px;
	text-indent: -99999px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
}

#nav li a:hover {
	background-position: 0 -40px;
}

#nav li a:active {
	background-position: 0 -80px;
}

#navBusiness a {
	background-image: url(images/nav-business.png);
}

#navHumanitarian a {
	background-image: url(images/nav-humanitarian.png);
}

#navContact a {
	background-image: url(images/nav-contact.png);
}

h2 {
	text-indent: -99999px;
	overflow: hidden;
	height: 40px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

#about h2 {
	background-image: url(images/header-about.png);
}

#business h2 {
	background-image: url(images/header-business.png);
}

#humanitarian h2 {
	background-image: url(images/header-humanitarian.png);
}

#contact h2 {
	background-image: url(images/header-contact.png);
}

hr {
	width: 950px;
	margin: 3em auto;
	background: #991b1e;
}

a {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}

a:hover {
	color: #222222;
	border-bottom: 1px solid #222222;
}

sup a {
	color: #999999;
	border: none;
}

sup a:hover {
	color: #222222;
	border: none;
}

p,
li {
	font-size: 1.2em;
}

.photo {
	margin: 1.5em auto;
}

.photo img {
	padding: 1px;
	border: 1px solid #991b1e;
}

.right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

.left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

p.footnote {
	clear: both;
}

p.topLink {
	clear: both;
	margin: 1em 0 2em;
}

p.topLink a {
	display: block;
	float: left;
	padding: 2px 4px 2px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #991b1e;
	border: 5px solid #991b1e;
	border-width: 0 0 0 5px;
}

p.topLink a:hover {
	color: #999999;
	border-color: #999999;
}

#footer a {
	color: #222222;
}