body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;		/* for IE */
	margin:0px;
	background:#FFFFFF;
}

#ddiv {
	border:1px solid #000000
}

div.pageContainer {
	position:relative;
	margin:0px auto;	/* align for good browsers */
	padding:0px;		/* align for good browsers */
	text-align:left;	/* counter the body center */
	width:640px;
}

div.masthead { width:640px; }
	.masthead p { margin:0px; padding:0px }

div.left { float:left; width:175px; }
    div.leftDiv { border-bottom:#1F488C 1px solid; }
	.leftDiv p { text-align:center; }
	.leftDiv h1, .leftDiv p { margin:8px auto; text-align:center; color:#000000; }
	.leftDiv h1 { padding-top:10px; font-size:16px; font-weight:bold; }
	.leftDiv p { padding:5px 0px; font-size:12px; }
	.leftDiv a { display:block; }

div.right { float:right; width:450px; }

div.footer { clear:both; width:640px; }
	.footer p { margin:0px; font-size:10px; text-align:center; }
	
div.photoCapLeft { margin-top:5px; float:left; }
div.photoCapRight { margin-top:5px; float:right; }
	.photoCapLeft p, .photoCapRight p { margin:0px 10px; font-style:italic; font-size:12px; }
	
hr { color:#003366; }

h1 {
	margin:8px;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	text-align:left;
}

h2 {
	margin:8px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:-12px;
	color:#245B7C;
}

h3 {
	margin:8px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:-12px;
	color:#98002B;
}
	#grants h3, #sfg h3, #kpg h3, #ecg h3, #ypg h3, #smdc h3 { margin-bottom:0px; }

h4 {
	margin:8px;
	font-size:14px;
	font-weight:bold;
	color:#013E81;
}

p {
	margin:8px;
	font-size:14px;
	line-height:17px;
}
	#grants p, #sfg p, #kpg p, #ecg p, #ypg p, #smdc p { margin-top:0px; }

.PullQuote {
	margin: 5px 0px 5px 15px;
	background: #B4D7FE;
	padding:25px;
	float: right;
	width: 175px;
	text-align: left;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
}
a { text-decoration:none; font-weight:bold; color:#245B7C; text-decoration:none; }
a:active, a:hover { color:#98002B; }
img { border:0px none; }
img.picLeft { float:left; padding-right:20px; }
img.picRight { float:right; padding-left:20px; }
