@charset "UTF-8";
/** CSS Document for pcns.org index page and non-papers page views revised December 21 2013, by Stephen Huston

Body and Sections **/

body {
	background-image: url(../graphics/1_essentials/medalback.jpg);
	margin: 0;
	padding: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
	color: #030;
	font-size:100%;
	font-size:1em;
	font-size:14pt;
}

#masthead {padding: 1.2em;
	background-image: url(../graphics/1_essentials/logo_hdr.gif);
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: left;
	height: 100px;
	border-bottom: solid 1px #020;
}

#content {
	padding: 0;
	text-align:left;
	margin: 0px;
}

#print {
	padding: 2em;
	display:none !important; 
}

#footer {
	width:100%;
	background-color:#020;
	padding:1em 0 0.5em 0;
	font-family: inherit;
	font-weight: 500;
	font-size:1em;
	line-height:1.5em;
	color: #FFFFFF;
	text-align: center;	
}
/** End of webpage Sections

Line codes for headline levels and paragrqphs **/
h1 {
	text-align:right;
	display:none;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: inherit;
	margin:0;
	padding:0;
}

h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #030;
	font-style:normal;
	line-height: normal;
	font-weight: bold;
	font-variant:normal;
	text-transform:none;
	text-align:inherit;
	padding: 0;
	margin-top: 0.6em;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 0.8em;
}

h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	text-align:inherit;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

p {margin-top: 0em;
	margin-bottom: 0.5em;
	font-size:inherit;
	line-height: 1.2em;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image:url(../graphics/1_essentials/grn_bullet.gif);
	text-align: left;
	font-family:"Times New Roman", Times, serif;
	white-space:normal;
	font-style: normal;
	line-height: 1.25em;
	text-transform: inherit;
	vertical-align:inherit;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	margin-top: 0.75em;
	margin-bottom: 1em;
}

li {
	padding-bottom:0.6em;
	text-align: left;
	}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	list-style-image: none;
	text-align: left;
	font-family:inherit;
	white-space:normal;
	font-style: normal;
	line-height: 1.3em;
	text-transform: none;
	vertical-align: baseline;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}

a:link {
	font-family:inherit;
	font-style: normal;
	color: blue;
	font-weight:inherit;
	line-height: normal;
	letter-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	text-decoration: none;
	font-variant: normal;
}
a:hover {
	font-family:inherit;
	font-style: normal;
	color: blue !important;
	font-weight: inherit;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: underline !important;
}
a:visited {
	font-family:inherit;
	font-style: normal;
	color: blue;
	font-weight:inherit;
	line-height: normal;
	letter-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	text-decoration: none;
	font-variant: normal;
}
a:active {
	font-family:inherit;
	font-style: normal;
	color: yellow;
	font-weight: inherit;
	line-height: normal;
	background-color: red;
	text-transform: none;
	text-decoration: none;
	font-variant: normal;
}

/* SpryAccordion.css - version 0.5 - Spry Pre-Release 1.6.1 
   Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. 

 * This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border-left: none;
	border-right: none;
	border-bottom: none;
	overflow: hidden;
}
/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	background-color: #030;
	border-top: inset 1px #396;
	border-bottom: groove 1px #333;
	color: #FFF;
	margin: 1px 0em 0em 0em;
	padding: 0.2em 2em 0.2em 2em;
	cursor: pointer;
}
/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	background-color: transparent;
	overflow: auto;
	margin: 0;
	padding: 0 2em 0.5em 2em;
	height: 31em;
}
/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: transparent;
	color: #040 !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:none;
	padding: 0.75em 0em 0.5em 2em;
}
/* 
This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container. */
.AccordionPanelTabHover {
	background-color: #00C;
	color: #FFF;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #020;
}
/* End of accordian panel css */

.illus {float: right;
	margin: 0.5em 0em 0.5em 2em;
}

.super {
	font-variant:inherit;
	font-size: 60%;
	vertical-align:super;
}

.sub {
	font-variant:inherit;
	font-size: 60%;
	vertical-align:sub;
}

.ssbold {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-variant:inherit;
	font-size: inherit;
}