.nav ul.histnav {
	list-style-type: none;
}

.nav ul.histnav li {
	width:150px;
	height:50px;
	margin:25px auto;
	text-align:center;
}
.nav ul.histnav li a {
	width:150px;
	height:50px;
	display:block;
	font-size: 16px;
	font-weight: bold;
	line-height:50px;
	color: #000;
	text-decoration:none;	
	background-image:url(../history/images/button.png);
}
.nav ul.histnav li.sel a, .nav ul.histnav li.sel a:hover {
	color:#ff6600;
	background-color:#ffffff;
	border: solid 2px #666666;
}
.nav ul.histnav li a:hover {
	color: #ff6600;
}
#content ul.histnav {
	list-style-type: none;
}

#content ul.histnav li {
	display:inline;
	float:left;
	margin:20px 5px;
}

#content ul.histnav li a {
	text-align:center;
	background-color:#000000;
	width:180px;
	height:35px;
	border: solid 2px #ffffff;
	font-size: 14px;
	line-height:30px;
	color: #ffffff;
	text-decoration:none;	
	display:block;
}
#content ul.histnav li.sel a, #content ul.histnav li.sel a:hover {
	color:#ffffff;
	background-color:#ff6600;
	border: solid 2px #000000;
}

#content ul.histnav li a:hover {
	color:#ffffff;
	background-color:#ff6600;
	border: solid 2px #000000;
}
.hist_hdr {
	clear:both;
	margin:0;
	padding:0;
}
#prev {
	float:left;
	width:88px;
	margin-top:25px;
}
#prev a {
	background-image:url(../history/images/previous.png);
	width:88px;
	height:22px;
	display:block;
	background-repeat: no-repeat;
	background-position:top;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	line-height:22px;
}
#prev a:hover {
	background-position:bottom;
}
#next {
	float:right;
	width:88px;
	margin-top:25px;
	margin-right:10px;
}
#next a {
	background-image:url(../history/images/next.png);
	width:88px;
	height:22px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	line-height:22px;
	text-align:center;
	background-position:top;
}
#next a:hover {
	background-position:bottom;
}
#caption {
	float:left;
	width:550px;
}
#caption p {
	font-size:12px;
	font-weight: bold;
	color:#000000;
}
#caption p span {
	font-weight:normal;
	color:#666666;
}
#caption p a {
	color:#ff6600;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#caption p a:hover {
	color:#666666;
}

#caption p a.morepages{
	font-size: 10px;
	color: #666666;
	background-image: url(../history/images/viewadditionalpages.png);
	background-repeat: no-repeat;
	background-position: top;
	text-decoration:none;
	width:131px;
	height:20px;
	display: block;
	text-indent:19px;
}
#caption p a:hover.morepages {
	background-position:bottom;
	color:#ff0000;
}
#mycarousel li {
	position:relative;
}
#mycarousel li a p {
	position:absolute;
	bottom:0px;
	left:0px;
	font-weight:bold;
	background-image:url(../history/images/date-bg.png);
	padding:0;
	margin:0;
	width:150px;
	text-align:center;
	color:#c04d00;
}

#sidebar h2 {
	color:#c04d00;
	text-align:center;
	margin-top:25px;
	text-shadow: 2px 2px 1px #616161;
}
#sidebar h3 {
	color:#c04d00;
	text-align:center;
	font-size:12pt;
}

