.contentslide{
padding: 0px;
width: 750px;
height: 245px;
z-index:10;
}
.contentslide .contentdiv{
display: none;
}
.contentdiv a:hover {border-bottom:0;}
.pagination{
width: 180px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
padding:0 0 4px 0;
margin-top:-25px;
height:20px;
background: #fcfcf2;
padding-left:10px;
border-top: solid 1px #333;
border-right: solid 1px #333;
position:absolute;
}
* 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: 120px; /*IE6 width*/
}
.pagination a{
font-size:10px;
padding: 0 5px;
text-decoration:none;
color:#2e6ab1;
border-bottom:0;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #ccc;
text-decoration:none;
border-bottom:0;
}
/*-------- three columns --------*/
#threecolums	{
	height: auto;
	background: #fcfcf2;
	width:738px;
}
#left {
	float: left;
	width: 246px;
	margin: 8px -3px 0 0 ;
}
	#left h2	{
		font-size:0.80em;
		color:#fff;
		text-align:center;
		padding-top:5px;
		padding-bottom:3px;
		margin-top:10px;
		background: url(../image/3colhead.jpg) no-repeat center top;
		height:28px;
		margin: 0 -3px 0 0;
		margin-bottom:10px;
}
	#left li	{
		list-style:none;
		padding-bottom:5px;
		margin-left:15px;
		font-size:0.8em;
}
	#left li a	{
		color:#000;
		text-decoration:none;
}
	#left li a:hover	{
		color:#000;
		text-decoration:none;
}
	#left li a:active	{
		color:#000;
		text-decoration:none;
}
	#left li a:visited	{
		color:#000;
		text-decoration:none;
}
	#left li a:visited:hover	{
		color:#000;
		text-decoration:none;
}
	#left h2 img	{
		background: url(../img/report.gif) no-repeat;
		height:12px;
		width:150px;
		margin: 0 auto;
		padding-bottom:5px;
		padding-left:6px;
}
#right {
	float: right;
	width: 246px;
	margin: 8px 0px 0 0;
}
	#right h2	{
		font-size:0.80em;
		color:#fff;
		text-align:center;
		padding-top:5px;
		padding-bottom:3px;
		margin-top:10px;
		background: url(../image/3colhead.jpg) no-repeat center top;
		height:28px;
		margin: 0 0 0 0;
		margin-bottom:10px;
}
	#right h2 img	{
		background: url(../img/book.gif) no-repeat;
		height:12px;
		width:82px;
		margin: 0 auto;
		padding-bottom:5px;
		padding-left:6px;
}
#middle {
	padding: 8px 247px 0px 247px;
	padding-top:8px;
	padding-bottom:0px;
	margin: 0px 10px;
	
	}
	#middle h2	{
		font-size:0.80em;
		color:#fff;
		text-align:center;
		padding-top:5px;
		padding-bottom:3px;
		margin-top:15px;
		background: url(../image/3colhead.jpg) no-repeat center top;
		height:28px;
		margin: 0; 
		margin-bottom:10px;
	}
	#middle h2 img	{
		background: url(../img/application_view_tile.gif) no-repeat;
		height:12px;
		width:180px;
		margin: 0 auto;
		padding-bottom:5px;
		padding-left:6px;
	}

#threecolbot	{
	background: url(../image/threecolbtm.gif) no-repeat; 
	width:738px; 
	height:10px;
}
.midinnerwidth {padding-left:12px; width:200px; font-size:12px; margin-top:-5px;}
.leftinnerwidth {padding-left:5px; width:200px; font-size:12px; margin-top:-10px;}
.rightinnerwidth {padding-left:20px; width:200px; font-size:12px; margin-top:-10px;}
    .rightinnerwidth li    {list-style:none;}
#left h2 a:link, #left h2 a:visited {text-decoration:none; color:#fff; border-bottom:0;}
#right h2 a:link, #right h2 a:visited {text-decoration:none; color:#fff; border-bottom:0;}
#middle h2 a:link, #middle h2 a:visited {text-decoration:none; color:#fff; border-bottom:0;}


