@charset "utf-8";
/* CSS Document */
body  {
	font: 80%  Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image:url(../images/bg0.gif);
	background-repeat:repeat;
	background-position:top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1C232A;
}

#container_bg { 
	width: 988px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	background-image:url(../images/area_03_column.gif);
	background-repeat:repeat-y;
	
} 
#container { 
	width: 988px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bg_center_02.jpg);
	background-repeat:no-repeat;
} 

#bg { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/area_03.jpg);
	background-repeat:no-repeat;
	height:388px;
} 

#bg_02 { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/area_03_b.jpg);
	background-repeat:no-repeat;
	
} 

#header { 
	background: #DDDDDD;
	height:143px;
	background-image:url(../images/area_02.jpg);
	background-repeat:no-repeat;
	/*border:1px solid #333333;
	padding: 0 10px 0 20px; */  
} 

#top_menu{width:160px;padding-top:20px; float:left}

#top_links{width:770px;padding-top:7px; margin-left:188px; height:128px;}



#header_short { 
	background: #DDDDDD;
	height:75px;
	background-image:url(images/header_b.jpg);
	background-repeat:no-repeat;
	/*border:1px solid #333333;
	padding: 0 10px 0 20px; */  
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 166px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 0 0 0; /* padding keeps the content of the div away from the edges */
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 162px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0; /* padding keeps the content of the div away from the edges */
}

#sidebar2_home {
	float: right; /* since this element is floated, a width must be given */
	width: 258px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0; /* padding keeps the content of the div away from the edges */
}

#mainContent { 
	margin: 0px 54px 0 166px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:justify;
	
} 

#mainContent_home { 
	margin: 0px 260px 0 166px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0 0 0 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:justify;
	
} 

#txt_margin { 
	margin: 0px 10px 0 30px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0 0 0 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:justify;
	
} 

#breadcrumbs { 
	/*margin: 0px 164px 0px 162px;  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	
	padding:9px 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
	background-image:url(../images/breadcrumbs_bg.gif);
	height:26px;
	background-repeat:no-repeat;
	margin-bottom:4px;
	font-size:90%;
	
	
} 

#mainContent_top { 
	/*margin: 0px 164px 0px 162px;  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:right;	
} 

#mainContent_section {
	/*margin: 0px 164px 0px 162px;  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:right;
	margin-bottom:20px;
	padding-top:8px;
	padding-right:60px;
	background-image:url(../images/small_flag.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:150%;
	font-weight:bold;
	color:#8A9299;
	margin-bottom:40px;
} 


#mainContent_central { 
	/*margin: 0px 164px 0px 162px;  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	
	padding:8px 20px 0 20px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
	background-image:url(../images/inno_bg_06.jpg);
	background-repeat:no-repeat;
	text-align:justify;
} 

#mainContent_close { 
	/*margin: 0px 164px 0px 162px;  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	background-image:url(../images/inno_bg_10.gif);
	background-repeat:no-repeat;
	
	height:20px;
} 


#buttons_bar { 
	padding: 10px 0 0 6px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ebebec;
	background-image:url(../images/main_09.jpg);
	background-repeat:no-repeat;
	text-align:center;
	height:78px;
	
}
#video_bg { 
	
	background-color:#0b153a;
	background-image:url(../images/video_17.gif);
	background-repeat:no-repeat;
	padding:10px 0 0 21px;
	text-align:left;
	height:267px;
	
	/*border:1px solid #333333;
	padding: 0 10px 0 20px; */  
} 
#video_close { 
	
	background-color:#0b153a;
	background-image:url(../images/video_19.gif);
	background-repeat:no-repeat;
	padding:8px 0 0 0;
	height:24px;
	/*border:1px solid #333333;
	padding: 0 10px 0 20px; */  
} 

#news_bg { 
	
	background-color:#0b153a;
	background-image:url(../images/news_17.gif);
	background-repeat:no-repeat;
	padding:20px 0 0 12px;
	text-align:left;
	height:224px;
	
	/*border:1px solid #333333;
	padding: 0 10px 0 20px; */  
} 

#news_close { 
	
	background-color:#0b153a;
	background-image:url(../images/news_19.gif);
	background-repeat:no-repeat;
	padding:8px 0 0 0;
	height:23px;
	/*border:1px solid #333333;
	padding: 0 10px 0 20px; */  
} 

#video { 
	
	padding: 0 0 0 0;
	text-align:left;
	width:297px;
	height:216px;
	float:right;
	
	/*border:1px solid #333333;
	padding: 0 10px 0 20px; */  
} 


#banner_bottom { 
	padding: 10px 0 0 4px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ebebec;
	background-image:url(../images/banner_07.jpg);
	background-repeat:no-repeat;
	text-align:center;
	height:78px;
	
}

#footer { 
	padding: 0px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ebebec;
	background-image:url(../images/area_09.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:71px;
	vertical-align:bottom;
	clear:both;
	text-align:center;
	border-top:1px solid #CCCCCC;
	
	
} 



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*logo + ist. logos testata*/ 


#toplogo { 
	
	height:50px;
	padding:0 12px 0 0 ;
 
}

#logo { 
	/*width:374px;
	height:50px;
	height:41px;*/
	padding: 0 0 0 0;
	margin-left:74px;
	vertical-align:top;

} 

#ist_logos { 
	width:296px;
	height:32px;
	/*height:41px;*/
	padding: 14px 0 0 10px;
	font-size:80%;
	background-image:url(../images/main_logos_05.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	float:right;
	
} 






#top_banner_sx { 
	
	height:60px;
	padding:12px 20px 0 0;
	text-align:right;
 
} 


#top_banner_dx { 
	
	height:60px;
	width:485px;
	padding:6px 0 0 0 ;
	float:right;
	text-align:left;
	 
} 




/*menu bar*/ 

#menu { 
	background: #1c2b3a;
	height:45px;
	clear:both;
	font-weight:bold;
	font-size:90%;
	background-image:url(../images/main_04.gif);
	background-repeat:no-repeat;
	padding:6px 0 0 3px;
} 

#menu a{ 
	color:#003366;
	text-decoration:none;
	
} 

#menu a:hover{ 
	color:#0099CC;
	text-decoration:none;
} 










#banner1{
	
	width: 162px; 
	height:308px;
	background-image:url(../images/main_05.jpg);
	background-repeat:no-repeat;
	padding-top:4px;
}

#banner2 {
	
	width: 162px;
	height:308px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 4px 0 0 0; /* padding keeps the content of the div away from the edges */
	background-image:url(../images/main_07.jpg);
	background-repeat:no-repeat;
}


.side1{
	
	width: 166px; 
	height:358px;
	background-image:url(../images/side_16.gif);
	background-repeat:no-repeat;
	padding-top:4px;
}

.side2 {
	
	width: 250px;
	height:358px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 4px 0 0 0; /* padding keeps the content of the div away from the edges */
	background-image:url(../images/side_18.gif);
	background-repeat:no-repeat;
}

.cover_home {
	
	margin:18px 0 0 18px;
	}
.home_buttons	{
	
	margin:4px 0 0 10px;
	}

.section	{
	
	text-align:right;
	height:16px;
	padding:24px 10px 6px 0;
	border-bottom:1px solid #CBD1EB;
	font-size:90%;
	font-weight:bold;
	color:#70819b;
	}
	
.section_short	{
	
	text-align:right;
	height:16px;
	padding:8px 4px 6px 0;
	border-bottom:1px solid #CBD1EB;
	font-size:90%;
	font-weight:bold;
	color:#70819b;
	margin-bottom:10px;
	}


.book {
	
	padding:15px 8px 8px 8px;
	width:162px;
	height:226px;
	background-image:url(images/contents_bg_cover_05.gif);
	background-repeat:no-repeat;
	text-align:center;
	
}

.book_home {
	
	padding:15px 0 0 0;
	width:168px;
	height:234px;
	background-image:url(../images/contents_bg_home.gif);
	background-repeat:no-repeat;
	text-align:center;
	
}





















/*elementi incerti*/ 




.pinkbox{	/*border: 1px solid #666666;*/
	background-color:#F0D4BE;
	padding:16px 20px 1px 20px;
	color:#333333;
	list-style:none;
	list-style-image:none;
	background-image:url(../images/pink_top.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.pinkbox_close{	/*border: 1px solid #666666;*/
	
	background-image:url(../images/pink_close.gif);
	background-repeat:no-repeat;
	height:20px;

}

.sub2{	/*border: 1px solid #666666;*/
	border-top:1px solid #BA2424;
	width:500px;
	padding:8px 0px 8px 0px;
	font-weight:bold;
	color:#BA2424;
	margin-top:30px;
}



.banner { 
 text-align:center;
 margin-bottom:6px;
 padding: 0px;
 height:100px;
 background-color:#CCCCCC; 
 }
 
 .banner_big { 
 text-align:center;
 margin-bottom:6px;
 padding: 20px 0 0 0;
 height:82px;
 background-image:url(../images/bg_banner.gif);
 background-repeat:no-repeat;
 
 }
 
  .banner_big_2 { 
 text-align:center;
 margin-bottom:6px;
 padding: 10px 0 0 0;
 height:100px;
 width:537px;
 background-image:url(../images/bg_banner_2.gif);
 background-repeat:no-repeat;
 
 }
 
  .banner_big_b { 
 text-align:center;
 margin-bottom:6px;
 padding: 15px 0 0 0;
 height:75px;
 width:537px;
 background-image:url(../images/bg_banner_b.gif);
 background-repeat:no-repeat;
 
 }

  .banner_small { 
 text-align:left;
 margin-bottom:6px;
 padding: 8px 0 0 20px;
 height:92px;
 background-image:url(../images/bg_banner_small.gif);
 background-repeat:no-repeat;
 
 }

 

 #media_area{
	
	height:42px;
	width:72px;
	margin: 0px 4px 0px 0px;
	padding:24px 12px 4px 80px;
	background-image:url(../images/pdf.gif);
 	background-repeat:no-repeat;
	border: 1px solid #9291AB;
	border-bottom:1px dotted  #9291AB;
	font-size:14px;
 }
 
 .button_area{
	
	margin: 0px 0px 6px 0px;
	padding:2px 0px 4px 0;
	border: 0px solid #9291AB;
	border-bottom:1px dotted  #9291AB;
	
 }
 
  .button_area_2{
	
	margin: 0px 0px 6px 0px;
	padding:7px 0px 4px 3px;
	border: 0px solid #9291AB;
	background-image:url(../images/ad_empty_2.gif);
	background-repeat:no-repeat;
	text-align:center;
	height:160px;
	width:175px;
	border-bottom:1px dotted  #9291AB;
	
 }

 













.top_center { 
	
	background-image:url(../images/center_top.gif);
	background-repeat:no-repeat;
	height:18px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:2px 0 0 10px;
}


.body_center { 
	
	background-image:url(../images/center_body.gif);
	background-repeat:repeat-y;
	padding:10px 10px 1px 10px;
	text-align:left;
	line-height:150%;
	
}


.bottom_center { 
	
	background-image:url(../images/center_close.gif);
	background-repeat:no-repeat;
	padding-top:1px;
	height:14px;
	margin-bottom:6px;
}

.bottom_center_blue{ 
	
	background-image:url(../images/center_close_blue.gif);
	background-repeat:no-repeat;
	padding-top:1px;
	height:14px;
	margin-bottom:6px;
}

.bottom_center_large { 
	
	background-image:url(../images/mid_21_l.gif);
	background-repeat:no-repeat;
	height:13px;
	margin-bottom:0px;
}

.top_menu { 
	
	background-image:url(../images/box_09.gif);
	background-repeat:no-repeat;
	height:13px;
}


.body_menu { 
	
	background-image:url(../images/box_10.gif);
	background-repeat:no-repeat;
	padding:4px 0 0 0;
	font-size:90%;
	text-align:center;

}

.body_menu img { 
	
	border:1px solid #CCCCCC; 

}

.close_menu { 
	
	background-image:url(../images/box_11.gif);
	background-repeat:no-repeat;
	height:12px;
	
}

.formcol { 
	
	
	
}

.ad_box { 
font-size : 12px;
color:#CCCCCC;
background-image:url(../images/ad_box.gif);
background-repeat:no-repeat;
height:110px;
width:204px;
padding:9px 10px 0 10px;
}



.box	{
	border: 0px solid #666666;
	padding:8px;
	}

.box_right { 
	
	background-repeat:no-repeat;
	padding:2px 2px 0 0;
	font-size:90%;

}
.box_right2 { 
	
	background-repeat:no-repeat;
	padding:4px 2px 2px 0;
	font-size:90%;

}

.book_box { 
	
	padding:2px 0  0 0;
	font-size:100%;
	text-align:center;

}


.book_title { 
	
	padding:3px 30px  0 17px;
	margin-left:2px;
	font-size:90%;
	height:20px;
	
	

}





img {border:none;}



.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 


.dir_letter {
	padding: 4px;
	background-color:#6580B6;
	color:#FFFFFF;
}

.print	{
	text-align:right;
	margin-bottom:14px;
	padding-bottom:4px;
	padding-right:4px;
	}
.print	img	{
	border: 0px solid #666666;
	vertical-align:middle;
	margin-right:4px;
	}
	
/*.top_pic	{
	
	float:right;
	border-left:1px solid #CC0000;
	padding: 4px 0px 4px 14px;
	margin: 4px 0px 4px 10px;
	}*/
	
.left_pic	{
	
	float:left;
	padding: 0px 4px 0px 0px;
	margin: 0px 8px 0px 0px;
	}
.right_pic	{
	
	float:right;
	padding:  0px 0px 0px 4px;
	margin:   0px 0px 0px 8px;
	}
.center_pic	{
	
	
	padding:  8px 0px 0px 4px;
	margin:   8px 0px 0px 8px;
	margin: 0 auto;
	display:block;
	margin-bottom:10px;
	}
	
.top_print	{
	
	float:right;
	margin-right:12px;
	
	
	}
	
.title_top	{

	text-align:right;
	padding-top: 8px;
	margin-bottom:10px;
	border-top:1px dotted #CCCCCC;
	}
	

.img_home	{
	border: 0px solid #666666;
	}
	
.line	{
	
	border-bottom:1px dotted  #CCCCCC;
	margin-bottom:25px;
	margin-top:30px;
	}


.right_top{ 
	
	background-image:url(../images/right_top.gif);
	background-repeat:no-repeat;
	height:18px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:2px 0 0 10px;
}

.right_top_clean{ 
	
	background-image:url(../images/top_11.gif);
	background-repeat:no-repeat;
	height:16px;
	font-size:90%;
	
}


.right_body{ 
	
	background-image:url(../images/right_body.gif);
	background-repeat:repeat-y;
	padding:4px;
	
	font-size:90%;

}



.right_close{ 
	
	background-image:url(../images/right_close.gif);
	background-repeat:no-repeat;
	height:16px;
	padding-top:1px;
	margin-bottom:6px;
	
	
}

.back	{
	
	text-align:right;
	margin-bottom:10px;
	margin-top:10px;
	height:14px;
	padding:8px 0 0 0;
	border-top:1px dotted #CCCCCC;
	font-size:90%;
	}


/*text styles*/

H1, H2, H3 {
	color: #CC071E;
	
}
H1 {
	
	font-size:190%
	
}
H2 {
	
	font-size:170%;
	color:#FFFFFF;
	background-image:url(../images/bg_region.gif);
	background-repeat:no-repeat;
	height:37px;
	padding: 10px 0 0 20px;
	font-weight:normal;
	
}
H3 {
	font-size:100%;
	color: #7E0211;
	text-transform:uppercase;
	margin-bottom:6px;
}
H4 {
	font-size:100%;
	color: #000000;
	text-transform:uppercase;
	margin-bottom:6px;
}



p	{
	margin: 0 0 1em 0;
	line-height: 150%;
	}

p.access{
	display: none;
	}
	
.sub {
	border-top:1px solid #CCCCCC;
	width:500px;
	padding:8px 0px 8px 0px;
	font-weight:bold;
	color:#5F666E;
	margin-top:30px;
	}
	
.sub_regions {
	border-top:1px solid #CCCCCC;
	width:710px;
	padding:8px 0px 8px 0px;
	font-weight:bold;
	color:#5F666E;
	margin-top:30px;
	}

.subtitle{
	/*color:#5A6FA1;*/
	font-weight:bold;
	color:#5B6771;
	font-size:100%;
}

.bold_blue {
	color:#5A6FA1;
	font-weight: bold;
	font-size:95%;
	text-transform:uppercase;
}
.title_blue {
	color:#003366;
	
}
.title_blue2 {
	color:#5A6FA1;
	font-weight: bold;
	font-size:140%;
	line-height: 1.2em;
	text-transform:uppercase;
}

.russian { 
	
	font-size:90%;
	text-align:center;
	
}


.orange {
	color: #FF6600
}


.gray {
	color:#999999;
	}
	
.blue {color: #3F639A}

.bold{
	/*color:#5A6FA1;*/
	font-weight:bold;
	color:#003366;
	font-size:100%;
}

.didascaly {
	color: #006699;
	font-size:0.8em;
	text-transform:uppercase;
}

a {
	font-weight: bold;
	color: #990000;;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration:none;

}

blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

.copyright { 
	
	font-size:80%;
	padding: 2px 0 0 0;
	text-align:center;

}

.welcome_msg {font-size:95%; text-align:justify; font-style:italic; padding-top:8px;}

.bold {
	color: #313656;
	font-weight:bold;
}
.didascaly {
	color:#383D4F;
	font-size:0.8em;
}
.title_blue {color: #355482}
.dates_blue {color: #355482; text-transform:uppercase; font-size:90%;}
.title_black {
	color: #000000;
	font-weight: bold;
}
.title_blue_bold {font-weight: bold;	color:#003366;}
.title_red {	color:#CC0000; font-weight:bold;}
.title_white {color:#FFFFFF}
.title_big { font-size:150%}
.title_black_small {color: #000000; font-size:90%;}
.ref {color:#333366; font-size:90%;}
.comment {
	font-size : 9px;
	font-weight:bold;
	vertical-align:text-top;
} 

.media {
	width:110px;
	float:right;
	padding:0 20px 0 6px;
	/*border-left:1px solid #9ea0aa;*/
} 

.read {color:#697394;	font-size:0.9em; width:100px; float:right; height:20px;  padding-top:0px; padding-right:0px; text-align:right;}

.babi_logo { margin-top:52px;}

ul {
	color: #1C232A;
	list-style:circle;
	line-height: 1.6em;
}

 /*printer styles*/ 
@media print{ 

/*hide the right column when printing*/
#sidebar1{display:none; width:0px;} 
#sidebar2{display:none; width:0px;} 
.banner_big{display:none; width:0px;} 
#header{display:none;} 
#mainContent{margin-left:0px; width:100%}
.print	{display:none;} 
.back	{display:none;} 
#footer{display:none;} 
#breadcrumbs{display:none;} 
#w3c{display:none;} 
}
