.centerdiv{ /*IE method of centering a relative div*/
text-align: center; width:100%;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto; width:100%;
}



.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid black;
border-bottom-width: 0px;
width: 100%; /*width of featured content slider*/
height: 580px;
}

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

.pagination{
width: 641px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
line-height:1.0em;
text-align: center;
background-color: transparent;
padding: 0 0;
}

.pagination a{
line-height:1.0em;
padding: 0px 2px;
text-decoration: none; 
color: #333333;
background: transparent;
}

.pagination a:hover, .pagination a.selected{
line-height:1.0em;
color: #879637;
background-color: transparent; 
}


.toc 					{color: #333333; font-size: 16px;font-family:trebuchet ms, verdana, san-serif;font-weight:normal;text-decoration: none;}
.toc A 				{color: #333333; font-size:16px;text-decoration: none;padding:4px;font-family:trebuchet ms, verdana, san-serif;}
.toc A:visited 	{color: #333333; text-decoration: none;}
.toc A:hover 		{color: #333333; text-decoration: underline;}