/*	PMPA Conference Print Stylesheet
	Author:		Brad Graham
	Created:	12/2007
	Updated:	
----------------------------------------------------*/
body {background: white;font-size: 12pt;line-height: 18pt;}

/*--For hiding sections that need not be printed--*/
#skipLinks, #nav, img, h1, .geo {display: none !important; }

/*--Formatting sections that need to printed--*/	
body, #wrapper, #content, #footer, {float: none !important;width: auto !important;margin: 0 !important;padding: 0 !important;color: black;background:transparent;}
	
a:link, a:visited {color: #520;background: transparent;font-weight: bold;text-decoration: underline; }
#content a[href]:after,
#footer a[href]:after {content: " (" attr(href) ") ";font-size: 90%;}
#content a[href^="/"]:after,
#footer a[href^="/"]:after {content: " (http://www.pmpa.org" attr(href) ") ";font-size: 90%;}

abbr {border:none;}
h1 {margin-bottom:0;}
p {margin-top:0;}
#footer, #main {border-top: 4px double #000;}
h2 {border-bottom: 1px dotted #aaa}
ol { list-style-type:circle;}
#article caption{font-weight:bold;text-transform: uppercase;text-align:left;font-size:16pt;border-bottom:1px solid #cccccc;}
#article th	{vertical-align:top;border-right:2px solid #000000}