#page{
	width: 725px;	
	text-align: center;
	justify-content: center;
	background-color:#fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #c7c7c7;

}

#session{
	width: 700px;
	color: #fff;    
	background-color:#ececec;
	margin:10px ;
	padding-top: 0px ;
	margin-top: 10px;
	text-align: center;
	justify-content: center;
    border-style: solid;
    border-width: 2px;
    border-radius:;
    border-color: #c7c7c7;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    font-family: arial, helvetica, sans-serif;	
	font-size:14px;

}

#top{
	width: 698px;
	height:20px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: -11px;
	border-radius: 0px 0px 0px 0px;
	background-color:#3ca263;	
	text-align: left;	
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	font-size:10px;	

}

.top h4{
	color: #fff;
	font-family: arial, helvetica, sans-serif;	
	font-size:12px;
}


#box{
	width: 700px;
	text-align: justify;
	padding-top:0px ;
	padding-bottom:10px ;
	background-color:#fff;	
	color: #3d3d3d;
	font-family: arial, helvetica, sans-serif;	
	font-size:14px;
}

#children{
	width: 700px;
	text-align: justify;
	background-color:#fff;	
	color: #3d3d3d;
	font-family: arial, helvetica, sans-serif;	
	font-size:14px;
}

.children li{
	color: #3d3d3d;
	padding: 5px;
	text-decoration: none;
	text-align: left;
}

.children li:hover{
	color: #3ca263;
	padding: 5px;
	text-decoration: none;
	text-align: left;
}

.children li a:hover{
	color: #3ca263;
	padding: 5px;
	text-decoration: ;
	text-align: left;
	font-weight: bold;
}

.children li a{
	color: #3d3d3d;
	padding: 5px;
	text-decoration: none;
	text-align: left;
}
