.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 755px; /*width of featured content slider*/
height: 520px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

background: white;
width: 740px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 520px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
overflow:auto;
}
.pagination{
display:none;
width: 725px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #FFFFFF;
padding: 5px 10px;
font-size:12px;
}
.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}
.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
/****************COMPONENT MARKING
/* Index.Php Style Sheet */ 
#mainTitle {
	color: #164287;
	font-family: Arial, Helvetica, sans-serif, !important;
	font-size: 1.25em;
	font-weight: bold;
}
#subTitle {
	color: #34248d;
	font-family: Arial, Helvetica, sans-serif, !important;
	font-size: 1em;
	font-weight: bold;
	padding-top: 15px;
}
#pageContent {
	color: #000000;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif, !important;
	line-height:15px;
}
#pageImage {
	margin-top: 55px;
	float: right;
}
#listBackground {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #d5e7f3;
width:260px;
    font-weight: bold;
}
#componentList {

	padding-top: 10px;
	font-weight: normal;
	list-style-type: disc;
}
#componentList li{
	margin-top: 5px;
	line-height:15px;
}
/*************************COMPONENT MARKING*/
.credit_app{
text-align:center;
}
.big_blue {
font-size:18px;
color:#2560B0;
}
.credit_app{
text-align:center;
}
.big_red {
font-size:18px;
color:#E90236;
text-align:center;
}
.appTable{
margin-top:15px;
font-size:10px;
margin-left:10%;
width:75%;
border:1px solid #000000;

}
.appTable p{
text-align:center!important;

}
.dark {
	background-color:#D0D0D0;
}
.credit_border_top{
border-top:1px solid #000000;
}
.credit_border_bottom{
border-bottom:1px solid #000000;
padding: 5px 0px 5px 0px;
}
#mainPageContent_credit{
	text-align:center!important;
	float:right;
	width:750px;
	margin:3px 0 3px 3px;
	padding:3px;
	font-size:12px;
}