.contentslide{
	border: 0px solid navy;
	border-bottom-width: 0px;
	padding: 0px;
	width: 618px;
	height: 66px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 569px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a{
	padding: 0 3px;
	text-decoration: none;
	color: #2e6ab1;
	background-color: white;
	border: 1px solid #CCCCCC;
	font-size: 10px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
.bgdiv {
	background-image: url(FPB-Images/PDAHomeBanner.png);
	background-repeat: no-repeat;
	height: 66px;
	width: 618px;
	text-decoration: none;
	display: block;
	margin: 0px;
}
.bgdiv p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.bgdiv h3 {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.bgdiv:hover {
	background-image: url(FPB-Images/PDAHomeBanner02.png);
	background-repeat: no-repeat;
	height: 66px;
	width: 618px;
	text-decoration: none;
	display: block;
}

