BODY {
	font-family: Courier New, Courier, monospaced;
	font-size: 11pt;
	padding: 0 0 0 0;
/*	background-color: #909480;	*/	/* kind of feldgrau */
/*	background-color: #553300;	*/	/* Hogan's jacket */
/*	background-color: #999999;	*/	/* ordinary grey */
/*	background-color: #E8D8B0;	*/	/* khaki */
/*	background-color: #CCCC99;	*/	/* olive khaki */
/*		background-color: #999966;		/* darker olive khaki */
/*	background-color: #999966;		/* darker olive khaki */
/*	background-color: #CCCCC2;	*/	/* different grey */
/*	background-color: #4e4d38;	*/	/* US Army current OD */
	background-color: #767561;	*/	/* US Army other green from website */
	}

H1	{
	text-align: center;
	margin-top: 0;
	}

A {
	color: #FF0000;
	}

A:visited {
	color: #CC0000;
	}

A:hover {
	color: #FF0000; 
	text-decoration: underline;
	}

#nav_panel {
	top: 60;
	position: absolute;
	}	

.nav_box {
/*	background-color: #FFFFF8; */
/*	background-color: #D7CCB8; */
/*	background-color: #E7D7B6; */
	background-color: #EADBBD; 
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	width: 10em;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 20px;
	}

#primary_nav {
	}

#secondary_nav {
	}

#secondary_title {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	}

.nav_list {
/* 	background-color: #FDFDEE; */
/* 	background-image: url(/images/hf_paper.gif); */
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 130%;
	font-size: 120%;
	}

#hf_home .not_home	{
	display: none;
	}

.nav_item {
	list-style-type: none;
	margin-left: 10px;
	}

.nav_item A {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	}

.nav_item A:visited {
	color: #333333;
	}

.nav_item A:hover {
/*	text-decoration: underline; */
	font-weight: bold;
	color: #FF0000;
	}

#main_content {
	margin: 20px 20px 20px 12.5em;
	font-size: 11pt;
	padding: 20px;
	background-color: #FFFFF8;
/* 	background-image: url(/images/hf_paper.gif); */
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	}

.link_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 135%;
	}

.link_item {
	margin-left: 1em;
	}

.link_item A {
	text-decoration: none;
	font-weight: bold;
	}

.link_item A:hover {
	text-decoration: underline;
	}

.plain_list {
	list-style-type: none;
	}

H2.link_head {
	margin: 0px 0px 0px 0px;
	}

UL.link_list {
	margin: 5px 0px 5px 0px;
	}

.internal_nav {
	text-align: center;
	}

.word {
	font-weight: bold;
	}

html>body .ie-only {
	display: none;
	}

.book_title {
	font-weight: bold;
	}

.book_author {
	font-style: italic;
	}

.book_description {
	}

.contributor {
	font-size: 75%;
	}

.name_table {
	font-size: 10pt;
	}


.smallprint	{
	font-family: arial, helvetica, swiss, sans-serif; 
	font-size: 8pt; 
	text-align: center;
	margin-left: 12.5em;
	}

.smallprint A	{
	text-decoration: none;
	color: #000000;
	}
