/* rendered CSS1-addressable elements and all applicable non-inherited
properties set to initial values and default display types */

A, ABBR, ACRONYM, ADDRESS, BDO, BLOCKQUOTE, BUTTON, CITE, CODE, DD, DEL,
DFN, DIV, DL, DT, EM, FIELDSET, FORM, H1, H2, H3, H4, H5, H6, HTML, IFRAME, IMG, INS,
KBD, LABEL, LI, OBJECT, OL, P, Q, SAMP, SPAN, STRONG, SUB, SUP, UL, VAR, 
APPLET, B, BIG, CENTER, DIR, FONT, HR, I, MENU, PRE, S, SMALL, STRIKE, TT, U	{
	background: transparent;
	width: auto;
	height: auto;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
	clear: none;
	vertical-align: baseline;
	list-style-image: none;
	}	 

BODY {
	background: transparent;
	width: auto;
	height: auto;
	text-decoration: none;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0;
	border: 0;
} 
	
ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, FORM, H1, H2, H3, H4, H5,
H6, OL, P, UL, CENTER, DIR, HR, MENU, PRE	{
	display: block;
	}

A, ABBR, ACRONYM, APPLET, BDO, BUTTON, CITE, CODE, DEL, DFN, EM, IFRAME, IMG,
INS, KBD, LABEL, OBJECT, Q,
SAMP, SPAN, STRONG, SUB, SUP, VAR, B, BIG, FONT, I, S, SMALL, STRIKE, TT, U	{

	display: inline;
	}

LI	{
	display: list-item;
	}

/* Begin tree of inherited properties and cascades. */

HTML	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: white;
	background-color: black;
}

PRE, TT, CODE, KBD, SAMP	{
	font-family: "Courier New", Courier;
	}

A:link, A:visited, A:active, A:hover	{
	text-decoration: underline;
	}

A:link	{
	color: #0000FF;
	}
	
A:visited	{
	color: #7F007F;
	}

A:active	{
	color: #0000FF;
	}
	
A:hover	{
	color: #BFBFBF;
}
	
HTML	{
	line-height: 1.12;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: left;
	text-indent: 0;
	white-space: normal;
	}

BODY	{
	background-color: White;
	color: Black;
}

H1	{
	font-size: 2em;
	margin: .67em 0; 
	}

H2	{ 
	font-size: 1.5em;
	margin: .75em 0; 
	}

H3	{ 
	font-size: 1.17em;
	margin: .83em 0; 
	}

H4, P, BLOCKQUOTE, FIELDSET, FORM, UL, OL, DL, DIR, MENU	{ 
	margin: 1.12em 0; 
	}

H5	{
	font-size: .83em; /* varies with pixels-per-em at document root */
	margin: 1.5em 0; 
	}

H6	{
	font-size: .6em; /* varies with pixels-per-em at document root */
	margin: 1.67em 0; 
	}

H1, H2, H3, H4, H5, H6, B, STRONG	{ 
	font-weight: bolder;
	}
	
BLOCKQUOTE	{
	margin-left: 40px;
	margin-right: 40px;
	font-style: italic;
	font-size: 0.9em;
}

I, CITE, EM, VAR, ADDRESS	{ 
	font-style: italic;
	}

PRE, TT, CODE, KBD, SAMP	{ 
	font-family: monospace;
	}

PRE	{
	white-space: pre;
	}

BIG	{ 
	font-size: larger;
	}
	
SMALL, SUB, SUP	{
	font-size: smaller;
	}

SUB	{
	vertical-align: sub;
	}

SUP	{
	vertical-align: super;
	}

S, STRIKE, DEL	{
	text-decoration: line-through;
	}

HR	{
	border: 1px inset; /* questionable */
	}

OL, UL, DIR, MENU, DD	{
	padding-left: 40px; 
	}
	
OL LI	{
	list-style-type: decimal;
	}
	
UL UL, UL OL, UL MENU, UL DIR, MENU UL, MENU OL, MENU MENU, MENU DIR, DIR UL,
DIR OL, DIR MENU, DIR DIR, OL UL, OL OL, OL MENU, OL DIR	{
	margin-top: 0;
	margin-bottom: 0;
	}

OL UL, UL UL, MENU UL, DIR UL, OL MENU, UL MENU, MENU MENU, DIR MENU, OL DIR, UL
DIR, MENU DIR, DIR DIR 	{
   list-style-type: circle;
	}

OL OL UL, OL UL UL, OL MENU UL, OL DIR UL, OL OL MENU, OL UL MENU, OL MENU MENU,
OL DIR MENU, OL OL DIR, OL UL DIR, OL MENU DIR, OL DIR DIR, UL OL UL, UL UL UL,
UL MENU UL, UL DIR UL, UL OL MENU, UL UL MENU, UL MENU MENU, UL DIR MENU, UL OL
DIR, UL UL DIR, UL MENU DIR, UL DIR DIR, MENU OL UL, MENU UL UL, MENU MENU UL,
MENU DIR UL, MENU OL MENU, MENU UL MENU, MENU MENU MENU, MENU DIR MENU, MENU OL
DIR, MENU UL DIR, MENU MENU DIR, MENU DIR DIR, DIR OL UL, DIR UL UL, DIR MENU
UL, DIR DIR UL, DIR OL MENU, DIR UL MENU, DIR MENU MENU, DIR DIR MENU, DIR OL
DIR, DIR UL DIR, DIR MENU DIR, DIR DIR DIR 	{
	list-style-type: square;
	}

U, INS	{
	text-decoration: underline;
	}

CENTER	{
	text-align: center;
	}

CAPTION, COL, COLGROUP, LEGEND, TABLE, TBODY, TD, TFOOT, TH, THEAD, TR	{
	background: transparent;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
	border: none;
	float: none;
	clear: none;
	}

TABLE, TBODY, TFOOT, THEAD, TR	{
	display: block;
	background-position: top left;
	width: auto;
	height: auto;
	}

CAPTION, LEGEND, TD, TH	{ 
	display: inline;
	vertical-align: baseline;
	font-size: 1em;
	line-height: 1.33em;
	color: black;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: left;
	text-indent: 0;
	white-space: normal;
	}

TH	{
	font-weight: bolder;
	text-align: center;
	}

CAPTION	{
	text-align: center;
	}

/* not part of the legacy browser default sheet, but an obvious enhancement */

OL OL LI	{
	list-style-type: lower-alpha;
	}
	
OL OL OL LI	{
	list-style-type: lower-roman
	}
	
/* user-specified IDs and classes as additions to basic CSS */

#headnote {
   height: 8em;
   clear: both; 
	width: 100%;
	background-color: Black;
	color: white;
	} 
	
#navigation {
	float: left;
	width: 15em;
	margin-top: 1em;
	font-size: 0.8em;
	padding-left: 8px;
} 

#emphasis {
   float: right;
   width: 12em;
   margin-top: 1em;
   font-size: 0.7em;
	padding-right: 8px;
}

#content {
   margin-top: 0.5em;
   margin-left: 15em;
   margin-right: 12em;
	} 
	
#endnote {
	clear: both;
	margin-top: 1em;
	margin-left: 15em;
	margin-right: 15em;
	font-size: 0.6em;
	font-style: italic;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	text-align: center;
} 

#bullet {
	list-style-type: disc;
	text-decoration: none;
}

/* image-specific IDs and classes */

/* change header size */

.resizehead {
	width: auto; /* adjust width to maintain aspect ratio */
	height: 7em; /* adjust height to fit header area */
}

/* change PDF symbol size */

.resizepdfsym {
	width: auto; /* adjust width to maintain aspect ratio */
	height: 1.2em; /* adjust height to correspond to text */
}

/* change navigation logo sizes */

.resizenav {
	width: 15em; /* adjust width to fit navigation column */
	height: auto; /* adjust height to maintain aspect ratio */
}

/* change emphasis area image sizes */

.resizeemp {
	width: 12em; /* adjust width to fit emphasis column */
	height: auto; /* adjust height to maintain aspect ratio */
}

/* change content image sizes */

.resizehugeleft {
	width: 25em; /* adjust width to fit content column */
	height: auto; /* adjust height to maintain aspect ratio */
   margin-right: 0.2em;
	float: left;
}

.resizehugeright {
	width: 25em; /* adjust width to fit content column */
	height: auto; /* adjust height to maintain aspect ratio */
   margin-left: 0.2em;
	float: right;
}

.resizelargeleft {
	width: 20em; /* adjust width to fit content column */
	height: auto; /* adjust height to maintain aspect ratio */
   margin-right: 0.2em;
	float: left;
}

.resizelargeright {
	width: 20em; /* adjust width to fit content column */
	height: auto; /* adjust height to maintain aspect ratio */
   margin-left: 0.2em;
	float: right;
}

.resizesmallleft {
	width: 15em; /* adjust width to fit content column */
	height: auto; /* adjust height to maintain aspect ratio */
   margin-right: 0.2em;
	float: left;
}

.resizesmallright {
	width: 15em; /* adjust width to fit content column */
	height: auto; /* adjust height to maintain aspect ratio */
   margin-left: 0.2em;
	float: right;
}

.resizetinyleft {
	width: 5em; /* adjust width to fit content column */
	height: auto; /* adjust height to maintain aspect ratio */
   margin-right: 0.2em;
	float: left;
}

.resizetinyright {
	width: 5em; /* adjust width to fit content column */
	height: auto; /* adjust height to maintain aspect ratio */
   margin-left: 0.2em;
	float: right;
}

