/* ******* Upper Navigation near top of web page - by banner ******* */
/* modified per CSS warnings */

ul#navlist
{
margin-left: 20px;
margin-top: 5px ;
margin-bottom: 5px ;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
font-size: 10pt ;
}

a.otherpage { padding: 3px 10px 3px 10px; border: 1px solid #000 ;}

a.otherpage:link,  a.otherpage:visited
{
color: #fff; background-color: #045 ; text-decoration: none;	/* white text on dark backgnd */
}

a.otherpage:hover
{
		color: #000 ; background-color: #ADD ;		/* black text on pale backgnd */
		padding: 3px 10px 4px 10px ; text-decoration: none ;
}

a#activelink,  a#activelink:link,  a#activelink:visited  {
				color:  #045 ; font-size: 12pt ;	/* active page/tab with an anchor,link */
			font-weight: 700; padding: 3px 10px 3px 10px; 
				background-color: inherit ; 		/* the text for active page appears on the page backgnd color */
			text-decoration: none ;
				}
a#activelink:hover {
				color:  #000 ; font-size: 12pt ;	/* hover causes black text */
			font-weight: 700; padding: 3px 10px 3px 10px; 
				background-color: inherit ; 		/* the text for active page appears on the page backgnd color */
			text-decoration: underline ;
}

#secondnav1 { margin: 8px 0 5px 28px ;  font-variant: small-caps ; font-size: 10pt ;
			}

/* ******* Lower Navigation at bottom of web page******* */

#lowernav { margin-left: 25px ; margin-top: 7px; margin-bottom: 7px;
			clear: both ; font-size: 10pt ;}	/* for the DIV */

#lowercurrent {						/* current page, text is NOT a link */
		background: inherit ;
		color: #045 ;	/* text dark blue */
		}

a.lowlink:link 		{color: #045; background: inherit; text-decoration: underline;}
a.lowlink:visited	{color: #045; background: inherit; text-decoration: underline;}
a.lowlink:active	{color: #045; background: inherit; text-decoration: underline;}
a.lowlink:hover		{color: #000; background: inherit; text-decoration: underline;}

/* ******* end Navigation ******* */


