/* CSS Document */

* {padding:0;margin:0}
	
	
	a:link {
	text-decoration: underline;
	color: #00497C;
}
	a:visited {
	text-decoration: underline;
	color: #004F88;
}
	a:hover, a:active {
	text-decoration: underline;
	color: #004F88;
}
	
	h1
	{
	font-size:	170%;
	font-style:				normal;
	text-transform:			none;
	line-height:			100%;
	margin:					0;
	padding: 0;
			
	}
	
	h1.hidden{display:none;}
	
	h4
	{
	font-size:	120%;
	font-style:				normal;
	text-transform:			none;
	line-height:			130%;
	margin:					 0;
	padding: 0;
			
	}
	
	#new_nav
	{
	width: 768px;
	float: left;
	display: inline;
	left: 0px;
	background-image: url(../Images/sec_off.jpg);
	height: 33px;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	}
		
		#new_nav ul
		{
	margin: 0;
	padding-bottom: 7px;
	padding-top: 8px;
	width: auto;
		
		}		
		#new_nav ul li
		{
		display: inline;
		margin: 0;
		right: 25px;
		}
		
		#new_nav ul li a
		{
	float:left;
	width:auto;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3mm;
	line-height: 1em;
	font-weight: bold;
	padding-right: 16px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 14px;
	color: #024B82;
	margin: 0px;
	height: 25px;
	padding-top: 3px;
	padding-bottom: 0px;
		}
		
		#new_nav ul li a:hover
		{
	color: #2B831F;
	background-image: url(../Images/sec_on.gif);
	background-repeat: no-repeat;
	background-position: center -8px;
		}
#downloads #nnav-downloads a,
#awards #nnav-awards a,
#workshops #nnav-workshops a,
#links #nnav-links a,
#messages #nnav-messages a

{
color: #2B831F;
	background-image: url(../Images/sec_on.gif);
	background-repeat: no-repeat;
	background-position: center -8px;
}
#downloads #nnav-downloads a:hover,
#awards #nnav-awards a:hover,
#workshops #nnav-workshops a:hover,
#links #nnav-links a:hover,
#messages #nnav-messages a:hover

{
color: #2B831F;
	background-image: url(../Images/sec_on.gif);
	background-repeat: no-repeat;
	background-position: center -8px;
}
#nnav a:active {
/*background-color: #C62274;*/
}

