/* CSS Document */
	
body
	{
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	}

h1,h2,h3,h4,p
	{
	padding: 2pt;
	margin-top: 0;
	}
		
h1
	{
	font-size: 20pt;
	line-height: 20pt;
	margin-bottom: -4pt;
	}
	
h2
	{
	font-size: 18pt;
	line-height: 20pt;
	margin-bottom: 8pt;
	}
	
h3
	{
	font-size: 15pt;
	line-height: 16pt;
	margin-bottom: 5pt;
	}
	
h4
	{
	font-size: 12pt;
	margin-bottom: 2pt;
	}
	
a
	{
	font-weight: bold;
	text-decoration: none;
	}
	
div#header
	{
	border-bottom: 1pt solid #ccc;
	}
	
div#header img.logo
	{
	width: 30pt;
	display: block;
	float: left;
	margin-right: 10pt;
	}
	
div#header h2
	{
	font-size: 12pt;
	line-height: 16pt;
	}
	
div#header ul
	{
	display: none;
	}

object
	{
	display: none;
	height: 1px;
	width: 1px;
	overflow: hidden;
	}
	
div#nav
	{
	display: none;
	}
	
div#content
	{
	clear: both;
	}
	
div.section
	{
	float: left;
	font-size: 9pt;
	line-height: 12pt;
	margin-right: 10pt;
	width: 30%;
	}
	
body#casestudy div#content object
	{
	display: block;
	width: 90%;
	}

div.spacer
	{
	clear: both;
	}
	
	
div#footer
	{
	clear: both;
	font-size: 9pt;
	padding-top: 10pt;
	border-top: 1pt solid #ccc;
	}
	
div#footer address
	{
	display: block;
	float: left;
	width: 200pt;
	}
	
div#footer p
	{
	width: 240pt;
	float: right;
	text-align: right;
	}
	
div#endlinks
	{
	display: none;
	}

#content .extremeleft
	{
	display: none;
	float: left;
	}
