.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

-bottom-width: 6px;
width: 100%; /*width of featured content slider*/
height: 245px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 86%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
margin-left: 8%;
right-right: 8%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
line-height: 14px;

}

.pagination{
width: 84%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
text-align: center;
border-bottom: 1px solid #d92e26;
margin-left: 8%;
right-right: 8%;
padding-top: 3px;
padding-bottom: 3px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #d92e26;
text-align: center;
}

.pagination a:hover, .pagination a.selected{
color: #7f1d18;
text-decoration: underline;
}

#article {
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 1em;
	text-align: left;
	}
	
#article-header {
	width: 340px;
	margin-top: -210px;
	margin-left: 165px;
	text-align: left;
	height: 200px;
	}
	
#article h1 {
	margin-bottom: 0;
	color: #397638;
	font-size: 28px;
	}

#article h2 {
	margin-top: 0;
	color: #243a24;
	font-size: 24px;
	white-space: nowrap;
	}
	
#article h3 {
	font-weight: normal;
	font-size: 14px;
	}
	
#article h4 {
	font-weight: normal;
	font-style: italic;
	}
	
#article p, #article ul, #article li {
	font-weight: normal;
	line-height: 1.5em;
	}
	
#article p a {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000066;
	font-size: 14px;
	}
	
#archive li {
	list-style: none;
	border-bottom: 1px dashed #000;
	line-height: 32px;
	}
	
#archive a {
	font-size: 14px;
	font-weight: normal;
	}
	
#archive ul {
	margin: 0;
	padding: 0;
	}
