/***********************************************************
 * Default font and basic body settings
 ***********************************************************/

body {
	background: white;
}

/* So that Netscape 4.X propogates the default font to
   all the various elements */

address, blockquote, body, caption, center, dd, dir, div,
dl, dt, form, h1, h2, h3, h4 ,h5, h6, li, menu, ol, p,
sup, td, th, tr, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
}

/***********************************************************
 * Link styling applicable everywhere
 ***********************************************************/

a {
	color: #900;
	text-decoration: none;
	font-weight: 600;
}

a:active, a:hover {
	background-color: #ccc;
	text-decoration: underline;
}


/************************************************************
 * Positioning information for top banner
 ************************************************************/

#banner {
	margin: 0;
	padding: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: solid #900 2px;
}


/***********************************************************
 * Font and positioning information for the navigation bar
 ***********************************************************/

#navbar {
	font-size: 8pt;
	line-height: 12pt;
	width: 170px;
	margin: 0 0 0 0;
	padding: 20px 2px 0 5px;
}

#navbar em {
	font-weight: 600;
}

/* For submenu items */

#navbar dd a {
	font-weight: normal;
}

/* Set the background color of the navbar table cell */

td.navbar {
	background-color: #cc9;
}

/***********************************************************
 * Font and positioning information for the main content area
 ***********************************************************/

#content {
	margin: 20px 0 0 5px;
	padding: 0 15px 0 15px;
	line-height: 11pt;
}

#content p {
	margin: -0.5em 0 1em 0;
}

#content h1 {
	font-size: 12pt;
	font-weight: 700;
	line-height: 16pt;
	margin: -4pt 0 0.5em 0;
	padding: 0;
}

#content h2 {
	font-weight: 700;
	margin: -1em 0 -0.2em 0;
}

#content h3 {
	font-weight: 700;
	font-style: italic;
	margin: -1.5em 0 -0.75em 0;
}


/***********************************************************
 * Font information for copyright slug.
 * 
 * Wrap the address in a <div class="copyright">.
 ***********************************************************/

.copyright {
	margin: 10px 0 0 0;
	padding: 4px 0 0 0;
	border-top: 1px solid #ccc;
}

.copyright p {
	font-size: .8em;
}


/***********************************************************
 * Presentation information for code samples.
 * 
 * Wrap the code sample in a <div class="code">.
 ***********************************************************/

.code {
	padding: 0 2px 0 2px;
	background-color: #ccc;
	/* To get Netscape 4.X to display the background
	   in the entire code block, instead of just
	   behind the individual characters */
	border: none;
}


/***********************************************************
 * Presentation information for trademark and service mark
 * symbols
 * 
 * Wrap the text in a <sup class="sm">.
 ***********************************************************/

sup.sm {
	font-size: .6em;
	font-weight: 400;	
}


/***********************************************************
 * Font and positioning information for pull quotes.
 * 
 *       *** NOTE ***
 * 
 * This is incomplete and subject to change!
 * I should consider using the <blockquote> tag instead
 * of the <p> that I currently use.
 * 
 * Use pull quotes in the main #content division only.
 * 
 * Wrap the pull quote in a <div class="pullquote">. Tag
 * the quote <p class="quote">. Tag the attribution
 * <p class="source">.
 ***********************************************************/

.pullquote {
	font-size: 80%;
	padding: 4px 8px 4px 8px;
	background-color: #ccc;
	/* To get Netscape 4.X to display the background
	   in the entire quote block, instead of just
	   behind the individual characters */
	border: 0.1px solid black;
}

.pullquote p.quote {
	/* margin-top: 8px; */
	margin-bottom: 1em;
	font-weight: 600;
}

.pullquote p.source {
	margin-top: 1em;
	text-align: right;
}


/***********************************************************
 * Font information for endorsements.
 * 
 *       *** NOTE ***
 * 
 * This is incomplete and subject to change!
 * 
 * Use endorsements in the main #navbar division only.
 * 
 * Wrap the endorsement in a <div class="endorsement">.
 ***********************************************************/

.endorsement {
	margin-top: 50px;
	border-top: black solid 1px;
	padding-top: 5px;
	/* padding: 5px 3px 0px 3px; */
}

.endorsement p {
	font-size: .9em;
	line-height: 1.1em;
}
