#nptimeline-years {
	background: #f3f9fd url(nptimeline-years-bg.gif) left 34px repeat-x;
	height:32px;
	padding-top:10px;
	padding-bottom:7px;
}

#nptimeline-arrow-left {
	float:left;
	width:8px;
}

#nptimeline-arrow-right {
	float:right;
	width:8px;
}

.nptimeline-year {
	float:left;
	background-image: url(nptimeline-year.gif);
	height:32px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}

.nptimeline-year a {
	text-decoration:none;
	color:#57ab27;
	line-height:17px;
}

.nptimeline-year a:hover {
	color:#e20f20;
}

.nptimeline-selected {
	background-image: url(nptimeline-selected.gif);
}

.nptimeline-selected a {
	color:#f3f9fd;
	font-weight:bold;
}

#nptimeline-image {
	float:right;

}

#nptimeline-image img {
	display:block;
		margin-top:5px;
	margin-left:20px;
	margin-bottom: 120px;
}

#nptimeline-clear {
	visibility:hidden;
	clear:both;
	padding:0;
	margin:0;
}

#nptimeline-text-year {
	font-weight:bold;
	color:#57ab27;
	font-size: 140%;
	
}

#nptimeline-body {
	padding:30px 20px 10px 20px;
}

#nptimeline-text {
	line-height: 160%;
}

#nptimeline-text h2 {
	font-size: 140%;
	margin: 0 0 16px 0;
}

#nptimeline-text b,
#nptimeline-text strong {
	color:#57ab27;
}



#nptimeline-topbanner {
	margin-top:-1px;
}