.clsMain{
	display:table;
}
.clsBody{
	display:table;
	border-top:5px solid #2D546E;
}
.clsMenuLeftbar{
	float:left;
	width:300px;
}
.clsIndexMain{
	width:670px;
	margin-left:10px;
	float:left;
}
.clsMenuBorder{
	border: 1px solid #294B57;
    border-radius: 5px 5px 5px 5px;
    margin: 10px;
    padding: 5px;
	background:#337F99;
}
.clsIndexMain h2,h3{
	font:bold 15px Tahoma, Geneva, sans-serif;
	color:#30607F;
	padding:5px 8px;
}
.clsIndexMain ol li{
	line-height:25px;
	list-style:none;
}

#footer{
	height:23px;
	background:#CCE7F8;
	border:1px solid #44B7CA;
	width:980px;
	display:table;
	margin-bottom:3px;	
	font:normal 11px Tahoma, Geneva, sans-serif;
	line-height:23px;
	text-align:center;
	color:#333;
}
	.clsPowerdBy{
		color:#3E6883;
		text-decoration:none;
		font-weight:bold;
	}
	.clsPowerdBy:hover{
		color:#000;
		text-decoration:underline;
	}
	.rounded-corners 
	{
		margin:5px 5px 5px 0px;
     	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-khtml-border-radius: 10px;
    	border-radius: 10px;
		border:1px solid #337F99;
	}
	.rounded-corners  h3,.rounded-corners  h2
	{
		background:#337F99;
		-moz-border-radius: 10px 10px 0px 0px;
		-webkit-border-radius: 10px 10px 0px 0px;
		-khtml-border-radius: 10px 10px 0px 0px;
		border-radius: 10px 10px 0px 0px;
		color: #FFFFFF;
		line-height: 25px;
    	padding-left: 25px;
	}
	.rounded-corners img
	{
		margin-left:10px;
	}