body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0 0 0 100px;
	padding: 0;
	background-color: #ECFEFF
}
@font-face {
  font-family: "Nueva Std Cond";
  src: url(http://www.funders-afghan-women.org/unsung-heroes/fonts/NuevaStd-Cond.eot); /* IE */
  src: url(http://www.funders-afghan-women.org/unsung-heroes/fonts/NuevaStd-Cond.otf); /* non IE */
}
h2, h3 {
	color: #893F56;

}
h3 {

}
p {
	line-height: 1.5em;
}

#col1 {
	float: left;
	width: 100%;
	clear: both;
}
#col1 p {
	clear: left;
}	
#col2 {
	float: right;
	width: 50%;
}
#content {
	clear: both;
}
#footer {
	clear: both;
	text-align: right;
	margin: 20px 0 0 0;
}
#page {
	width: 760px;
	text-align: left;
	background-color: #FFF;
	margin: 0;
	padding: 24px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#name {
	font-family: "Nueva Std Cond", Verdana, Arial, Helvetica, sans-serif;
	font-size: 4em;
	color: #0094CA;
	text-align: right;
	padding: 0 32px 0 0;
	width: 48%;
	line-height: 1;
}
#name {
	float: left;
	width: 320px;
	margin: 0 0 20px 0;
}

#name2 {
	font-family: "Nueva Std Cond", Verdana, Arial, Helvetica, sans-serif;
	font-size: 3em;
	color: #0094CA;
	text-align: right;
	padding: 0 32px 0 0;
	width: 48%;
	line-height: 1;
	float: left;
	margin: 0 0 20px 0;	
}
#photo2 {
	width: 400px;
	float: right;
	text-align: right;
	margin: 0 0 6px 6px;
	clear: none;
}
#photo2 img {
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #ccc;
}
#photoleft {
	width: 400px;
	float: left;
	text-align: right;
	margin: 0 0 6px 6px;
	clear: none;
}
#photoleft img {
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #ccc;
}
#photoright {
	width: 400px;
	float: right;
	text-align: right;
	margin: 0 0 6px 6px;
	clear: none;
}
#photoright img {
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #ccc;
}

/* Navigation Bar */
.nav {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	height: 45px;
	margin: 10px 0 10px 0;
	top: 6px;
}
.navprev {
	position: absolute;
	left: 10px;
	/* top:50px; */
	width: 100px;
}
.navnext {
	position: absolute;
	right: 10px;
	/* top:50px; */
	width: 100px;
	text-align: right;
}
.navhome {
	margin-left: 300px;
	margin-right: 300px;
	text-align: center;
	
}

/*Button Style*/ 
.button { 
	height: auto; 
	font: 76%/150% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif; 
	width: 10em; text-align:center; 
	white-space: nowrap; 
} 
/*Button Arrow Styles*/ 
.arrows { 
	font-size: 90%; 
	margin: 0.2em;
} 
/*Button link styles*/ 
.button a:link, .button a:visited {
	color: #333; 
	background-color: #DDD; 
	font-size: 1em; 
	font-weight: bolder; 
	text-decoration: none;
	border: 0.1em solid #ccc;
	margin: 0.2em; 
	padding: 0.2em; 
	display: block; 
} 
.button a:hover { 
	background-color:#893F56; 
	color:#CCC; 
	border: 0.1em solid #777;
	padding: 0.2em; 
	margin: 0.2em; } 
/* End Navigation Bar */

/* Begin Intro Menu */
#intromenu, #intromenu li a {
	font-family: "Nueva Std Cond", Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #0094CA;
	text-align: left;
	line-height: 1;
	text-decoration: none;
}
#intromenu a:hover {
	color: #893F56;
	text-decoration: underline;
}
/* End Intro Menu */

