/* 
Clears large page elements that aren't needed
*/

#navigation, #footer, #banner, #skiplinks {
	display: none !important;
	}
	
/* 
Get page elements to run full-width of the page
*/
	
body, #container, #content {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent;
	}
	
body	{
	background: #fff;
	color: #000;
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 140%;
	}
	
a:link, a:visited {
	color: #333;
	background: transparent;
    font-weight: bold;
    text-decoration: none;
	border-bottom: solid 1px #ccc;
    }
    
#header a img, #header a:link, #header a:visited  	{
	border: none;
	}

h1	{
	padding: 2em 10px 1em 10px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 1em;
	font-size: 14pt;
	}
	
h2	{
	padding: 1em 10px 1em 10px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 1em;
	font-size: 10pt;
	}
	
p	{
	padding: 0 10px;
	margin-bottom: 1em;
	}


#leftcol img	{
	display: none;
	}     