/*  
infocus.css - styles for The National Academies In Focus magazine.

*/

body { background-color: white; }

/*  

In Focus colors...

Navigation box icons:
light gray = #D9D9D9
light blue = #7CA8B7

In Focus banner:
purple bar = #420451
orange text = #EE9C00
gray text = #747474
*/

div.pull_quote
{
	text-align: left;
	border-top: medium #7CA8B7 solid;
	border-bottom: medium #7CA8B7 solid;
	margin: auto 10px 10px auto;
	padding: 10px;
	background: #D9D9D9;
	color: #747474;
	width: 35%;
	float: left;
	font-family: Arial;
	font-size: x-small;
	clear: both;
}
