#body{
	width:100%;
	border-top:4px solid #255293;
}

#body .inner{
	width:1000px;
	margin:0px auto;
	padding:0px;
	height:100%;
}

/********** External CSS Inserted Using title Browser.css **********/

#body .inner #mainBlock{
	width:100%;
	margin:20px 0px;
	border-radius:5px;
}

#body .inner #mainBlock #text{
	width:550px;
	float:right;
	padding:25px;
	color:#043778;
	text-align:right;
}

#body .inner #mainBlock h1{
	font-size:20px;
	margin:0px;
	margin-bottom:30px;
}

#body .inner #mainBlock p{
	font-size:17px;
	direction:rtl;
	text-align:justify;
	line-height:26px;
}

#body .inner #mainBlock p .color{
	color:#25a4d1;
	font-weight:bold;
}

#body .inner #mainBlock ul{
	direction:rtl;
	list-style-image:url(../Images/ULlogoDiamond.png);
	line-height:25px;
	font-size:14px;
}

#body .inner #mainBlock ul li{
	margin-bottom:20px;
}

#body .inner #mainBlock #pic{
	margin-top:20%;
	width:375px;
	float:right;
	padding:25px 25px 25px 0px;
	height:300px;
	text-align:center;
}

#body .inner #mainBlock #pic img{
	width:100%;
	border:2px solid #37abd4;
	border-radius:5px;
}

@media only screen and (max-width:1000px){
	#body .inner {width:100%;}
	#body .inner #mainBlock{ height:auto; }
	#body .inner #mainBlock #text{
		width: 100%;
		float:none;
		box-sizing:border-box;
	}
	
	#body .inner #mainBlock #pic{
		width:90%;
		height:auto;
		float:none;
		padding:0px;
		margin:0px auto;
	}
}