/*--------------------
Site:         JIFP.com
Code:         CSS
Media:        Print
Author:       Tim Snoots
--------------------*/

@page { margin: 0.5in; }

body {
	width: 100%;
	margin: 0 0 0 0;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 14pt;
    line-height: 1.125em;
}

#access, #header, #footer ul, h2.nav, #banner img#caduceo { display: none; }


#banner, #content, #footer {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	padding: 0 0 0 0;
	margin: 0 0 2em 0;
	background-color: transparent;
}

strong { font-weight: bold; }
em { font-style: italic; }
acronym { border-bottom: 1pt dotted #999; }

#footer { border-top: 1pt solid #000; }

#footer p, #footer p a { color: #600; }
#footer p#page-info {
	font-size: 11pt;
	line-height: 1.5em;
	margin: 0.5em 0.5em;
}

#banner img { display: block; clear: both; border: none; margin-bottom: 1em; }

#content h1 {
	margin-bottom: 1em;
	padding-bottom: 0.6em;
	font-family: Georgia, "Adobe Caslon Pro", "Baskerville", "Times New Roman";
	font-size: 18pt;
	font-weight: bold;
	border-bottom: 3pt solid #000;
	color: #600;
}

#content h2 {
	margin: 1.2em 10px 0em 10px;
	font-size: 14pt;
	font-weight: bold;
	color: #333;
}

#content p, #content p a, #content li, #content li a { color: #555; }

#content p,
#content ul,
#content ol {
	margin: 0.5em 1em;
	font-size: 14pt;
	line-height: 1.5em;
}

#content ul,
#content ol {
	list-style-position: outside;
	padding-left: 2em;
	padding-right: 3em;
}

#content ul { list-style-type: disc; }

#content li {
	padding-bottom: 0.5em;
	line-height: 1.4em;
}

#content ul.footnotes {
	margin: 2.5em 2em 0 2em;
	padding: 0 0 0 0;
	font-style: italic;
	font-size: 11pt;
}
#content ul.footnotes li { color: #333; }

#content img.pagephoto { float: right; border: 1px solid #666; margin: 10px 10px; }

