/* Navigation bar testing */
/* problem still remaining: selected page title in Netscape not visible */
/* backround image dosn't fit Netscape same as IE  */

body	 {
	font-family: Arial,  sans-serif;
	}

p, h2, td 	 {	/* for the benefit of Netscape 4 */
	font-family: Arial,  sans-serif;
	}

a:link, a:visited	{
	font-weight: bold;
	text-decoration: none;
	color: #fc0;
	background: transparent;
	}

/* TOP NAVigation BAR */

.login a:link, .login a:visited	{
	font-weight: bold;
	text-decoration: underline;
	color: 009;
	}

#nav td	{
	text-align: center;
	width: 100px;
	}



table#nav td a	{
	font: 11px verdana, arial, sans-serif;
	border: 1px solid #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 25px;
	}



/* SIDE NAVigation BAR */

#navs	{
	text-align: center;
	margin-top: 10px;
	}


table#navs td a	{
	font: 11px verdana, arial, sans-serif;
	border: 1px solid #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 20px;
	}

#navs td a	{
	background: transparent url(images/images/thisbutton.gif) ;
	width: 100px;
	line-height: 20px;
	}

 

#navscl	{
	background: white url( images/images/thiscorner.gif)  no-repeat;
	display: block;
	width: 50px;
	}
.navshead	{
	background: transparent url(images/images/thispage.gif) no-repeat;
	width: 100px;
	color: #000099;
	font-weight: bold;
	line-height: 25px;
	margin-top: 10px;
	}



#search	{
	background: #ffcc66;
	}
