/* this css file styles the content on Regional News - Latinoamerica */

/* typography.css */
html, body {line-height:1.5;}

/* typography.css ends here */

#left-menu-col {border-right:1px dotted #3D6E53;}
#right-content-col {padding-left:15px;}

/*---------------- divWrap styling starts here ------------------*/
#divWrap{
margin-top:0;
margin-bottom:50px;
margin-left:0;
margin-right:0px;
}


/*------- PrincipalContent styling starts here -------------------*/
#divPrincipalContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	width: 70%;
	float:left;
	margin-right:5px;
	line-height:1.5;
}

divPrincipalContent a:link{
	color:#3D6E53;
	text-decoration:none;
}
divPrincipalContent a:hover{
	color:#3D6E53;
	text-decoration:underline;
}
divPrincipalContent a:visited{
	color:#3D6E53;
}

/*------------- News Div -----------------------------*/

#divNewsContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	width: 23%;
	float:left;

	margin-bottom:50px;
	border-left:1px dotted #999;
	padding-left:10px;
	margin-left:10px;
	line-height:1.5;
}



/* ---------- font styling inside News div -----------*/

#divNewsContent h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #999;
	margin-bottom:5px;	
}
#divNewsContent ul{
	display:block;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style-type:none;
	list-style:none;
}
#divNewsContent li{
	margin-right:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom:1px dotted #999;
	padding-bottom:10px;
		
}
#divNewsContent a:link{
	color:#3D6E53;
	text-decoration:none;
}
#divNewsContent a:hover{
	color:#3D6E53;
	text-decoration:underline;
}
#divNewsContent a:visited{
	color:#3D6E53;
}
/* --- totop -- */
.totop{padding-top:20px; padding-top:20px;}
.paragraph-block{ display:block; margin-bottom:2px; width:90%;}
.paragraph-block img{float:left; margin-right:10px; margin-bottom:10px;}
.clear-item{ clear:both; margin:0; padding:0;}

/* Partners list */

#partners-list{ list-style:none; float:left;}
#partners-list li{ display:inline; margin:8px;}
/* Partners list ends here */
