body
{
	color: #333333;
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 76%;
	margin: 10px;
	padding: 0;
	background-image: url(26inverted.png);
	background-repeat: no-repeat;
	background-color: #040310;
}

h1
{
	font-size: 2em;
	text-align: right;
	letter-spacing: normal;
	color: #333333;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

h1.index
{
	font-size: 3.5em; 
	color:#993333;
	text-align: left;
	font-family:"Courier New", Courier, mono;
	font-weight:bold; 
	font-style:italic;
}
	

h2
{
	font-size: 1.3em;
	color: #600;
	font-style: italic;
	background-color: #FFFFFF;
}

h3
{
	color: #903;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
	background-color: none;
}

h4
{
	color: #333;
	font-size: 1em;
}

p
{
	text-align: justify;
	text-indent: 4em;
	font-size: 1em;
	line-height: 150%;
}

li
{
	line-height: 150%;
}

a
{
	text-decoration: underline;
	font-style: italic;
	color: #333;
}

a:visited
{
	background-color: #eeeedd;
	font-style: italic;
}

a:hover
{
	text-decoration: underline;
	background-color: #eeeebb;
}

a:active
{
} 

#printtitle
{
	display: none;
}

/*page layout*/

#image
{
	margin: 18px 144px 12px 144px;
	height: 120px;
}

#image img
{
	float: left;
	border: 0;
	padding: 0 12px 0 0;
	z-index: 2;
}

.content /*http://bluerobot.com/web/layouts/layout3.html*/
{
	position: relative;
	/*position is relative to gain control of stacking order*/
	width:680px;
	margin: 0 144px 8px 150px;
	/*left ends at 108; right starts at 136*/
	background-color: white;
	padding: 8px;
	/* This allows the content to overlap the right menu in narrow windows in good browsers. */
	border: 1px inset #ddd;
	clear: left;
	z-index: 2;
}

#left /* width 108 + position-left 10*/
{
	position: absolute;
	top: 216px;
	left: 10px;
	width: 108px;
	font-size: .8em;
}

body>#left {width:108px;}

#right /* width 126*/
{
	position: absolute;
	right: 10px;
	top: 216px;
	width: 126px;
	z-index: 1;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: .8em;
}

body>#right {width:126px;}


.caption
{
	font-size: 0.8em;
	background-color: #FFF;
	font-style: italic;
	font-weight: bold;
	text-indent: 0em;
}

p.info
{
	list-style-type: disc;
	display: list-item;
	list-style-position: inside;
	font-size: 1em;
}

/*blockquote is used in ndex, Milestone, Smith. interviews, wht_ppr, rosters, 7892, bldg26, ncr_news, bldg 26-2*/
.blockquote
{
	font-size: 0.7em;
	font-style: italic;
	text-align: left;
	background-color: #fff;
	width: 216px;
	float: left;
	padding: 6px;
	margin: 12px 0 0 0;
	text-indent: 0em;
}
/*used in holden1*/
.smallblockquote
{
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	text-align: justify;
	background-color: #fff;
	width: 72px;
	float: left;
	padding: 6px 8px 6px 8px;
	margin: 12px 0 0 0;
	text-indent: 0em;
	}

/*need this to place bottom horizontal navbar*/
.footer
{
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	text-indent: 0em;
	padding: 6px 0px 0px 0px;
}

.tail
{
	font-size: .9em;
	padding: 12px 0 24px 0;
	text-indent: 0em;
}

/*http://www.alistapart.com/articles/hybrid/*/
#nav {
		margin: 0;
		padding: 0;
	}

/*second tier*/
#nav li.on ul, 
#nav li.off ul 
	{
		margin: 0;
		padding: 0;
		
	}
#nav a 
	{
		text-decoration: none;
		background-color: #fff;
		border: 1px solid #336;
		line-height: 100%;
		font-size: .8em;

	}
	/*float the main list items*/
#nav li { 
		margin: 0 0 6px 0;
		float: left;
		display: block;
		padding-right: 6px;
		line-height: 120%;
		font-size: .8em;
	}
	/*put the subnav below and hide them all*/
#nav li.off ul, 
#nav li.on ul 
{ 
		display: none;
		position: absolute;
		top: 33px;
		height: 12px;
		left: 84px;
		padding-top: 6px;
	}
#nav li a {
		color: #333;
		font-weight: bold;
		font-size: .8em;
		display: block;
		height: 15px;
		width: 72px;
		border: 1px solid #336;
		padding: 6px;
	}

#nav li.on a 
{
	border: 1px solid #669;
	}

/*second tier*/
#nav li.on ul a, 
#nav li.off ul a 
{
	border: 1px outset silver;
	}

#nav li.on ul 
	{
		display: block;
	}
	
/*ie doesn't inherit the float*/
/*this controls appearance of second tier*/
#nav li.on ul a, 
#nav li.off ul a 
	{
		float: left;
		border: 1px solid #336;
		background-color: white;
		color: #333;
		width: auto;
		margin-right: 1px;
} 

/*display the current topic*/
#nav li.on ul
	{
		 display: block;
	}

/*  display the other topics when their parent is hovered */
#nav li.off:hover ul,  #nav li.over ul 
	{
		display: block;
		z-index: 3;
	}

#nav li:hover a,
#nav li.off a:hover,
#nav li.off:hover a, 
#nav li.over a 
	{
		background: #fff;
		color: #333;
	}