body {
	font-size: 62.5%;
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	
}

A:link {
	text-decoration: none;
	color: #ECE9D8;
}
A:visited {
	text-decoration: none;
	color: #ECE9D9;
}
A:active {
	text-decoration: none;
	 color: #ECE9D8;
}
A:hover {
	text-decoration: underline;
	 color: red;
}


.tnav {
	color: #ECE9D8;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	/*letter-spacing: .15em;*/
	word-spacing: normal;	/*letter-spacing: .2em;*/	/*letter-spacing: .10em;*/
}
.bodymd {
	font-size: 1.3em;
	line-height: 1.7em;
}
.bnav {
	color: #ECE9D8;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;	
	font-variant: normal;
	
}

.lnav {
	color: #ECE9D8;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;	
	font-variant: normal;
	
}

.bodylist {
	font-size: 1.0em;
	line-height: 1.0em;
	color: black;
	text-decoration:none;
}

/* horizontal nav bar components*/
div#navbar2 {
	height: 20px;
	width: 100%;
	/*border-top: dashed #000 1px;
	border-right: solid #000 8px;
	border-left: solid #000 8px;
	border-bottom: solid #000 1px;*/
	background-color:#79210A;
}
div#navbar2 ul {
	margin: 0px; 
	padding:  0px 40px;/* sets start of menu line */	
	line-height: 20px;
	white-space: nowrap;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
	/* border: solid #000 1px;*/
	padding: 0px 8px 0px 8px; /* top,right,bottom,left*/
}
div#navbar2 li a {
	text-decoration: none;
	/*padding: 7px 20px;*/
	color: #ECE9D8;	
}
div#navbar2 li a:link {
	color: #ECE9D8;
}
div#navbar2 li a:visited {
	color: #ECE9D8;
}
div#navbar2 li a:hover {
	/*font-weight: bold;*/
	color: red;
	background-color:#79210A;
	/*padding: 7px 20px;*/
}
