div#top_sect{
    width:100%;
    background-color:#eff5f7;
    padding:10px;
    border:1px solid #99cc99;
    border-style:outset;
}

div#mid_sect{
    width:100%;
    background-color:#eff5f7;
    padding:10px;
    margin:10px 0px 10px 0px;
    border:1px solid #dddddd;
    border-style:outset;
}

div#bottom_sect{
    width:100%;
    padding:10px;
    border:1px solid #99cc99;
    border-style: groove;
}
div#pageCont{
	
    width:100%;
    float:left;
    background-color:#fff4c8;
 }

div.ls
{
	position:relative;
	float:left;
	width:190px;
	margin:20px 5px 5px 10px;
	border:1px solid #9EBDD7;
	border-style:outset;
	background-color:#eff5f7;
}
div.ls_hdr
{
	position:relative;
	float:left;
	width:100%;
	height:25px;
	background-image:url("http://www.static.mindinsight.com/R2/images/gre.jpg");
	border-bottom:1px solid #9EBDD7;
	text-align:center;
}

div.ls_body
{
	position:relative;
	margin-top:10px;
	float:left;
	width:100%;
	border-color:#00FFFF;border-width: 1px;font-weight:normal;color:maroon;
}

