@charset "utf-8";
/* CSS Document */

/* ---------------CONTENT MAIN --------------*/

div#content_main {
	float: left;
	width: 520px;
		line-height: 130%;
		margin: 0;
	
	}

div#content_main p {
	padding: 0.2em 1em 1.5em 2em;
	line-height: 180%;
}

/* ------ CONTENT SUB ----------*/

div#content_sub p {
	line-height: 150%;
}
div#content_sub {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
	font-size: .9em;
	border-left: 1px solid #cccccc;
	
}

div#content_sub h4 {
	color: #c90;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 1em 1em 1em 1em;
	margin: 0;
	text-transform: uppercase;}
	
div#content_sub h5 {
	clear: both;
	color: #113366;
	font-size: 1em;
	padding: 0em 0 .2em 1em;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif; 
	text-transform: uppercase; 
	color: #113366;
	}

div#content_sub p {
	padding: .5em .5em 1em 1.5em;
}


img.floatRight { 
    float: right; 
    margin: 10px 20px 5px 5px; 
}

img.floatLeft { 
    float: left; 
    margin: 10px 20px 5px 5px; 
}

/*---------NEWS ------------*/
div#news {
	border-bottom: 1px solid #556688;
	background: url(../images/bg-right4.gif) no-repeat;
		}
	
div#news a {
	padding-left: 15px;
	color: #556688;
	font-weight: bold;
	background: url(../images/arrow.png) no-repeat left;}
	

/* ------------------ ADVERTSIMENT -------------*/

div#advertisement {
	background-color: #fff;
	background: url(../images/bg-right2.gif) no-repeat;
	}

/* ------------------ RESEARCH -------------*/

div#research {
	background-color: #fff;
	border-top: 1px solid #556688;
	background: url(../images/bg-right3.gif) no-repeat;
}





