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

body {
	margin:0px; 
	padding:0px;
	background-color:#B1B1B1;
	overflow:hidden;
	overflow-x:hidden;
}

#content {
	position:absolute;
	left:50%;
	top:50%;
	width:800px;
	height:600px;
	margin-top:-340px;
	margin-left:-400px;
	padding:0px;
}

#content_background_image {
	position:absolute; 
	top:34px; 
	left:60px; 
	width:720px; 
	height:555px; 
	z-index:1; 
	padding:0px;
	background-repeat: no-repeat;
	background-image:url(../images/about_background.gif); 
	layer-background-image:url(../images/about_background.gif)
} 

#idm_logo_sml {
	position:relative; 
	top:65px; 
	left:70px; 
	width:409px; 
	height:149px; 
	z-index:2; 
	padding:0px; 
	background-repeat: no-repeat;
	background-image:url(../images/idm_logo_sml.gif); 
	layer-background-image:url(../images/idm_logo_sml.gif)
}

#this_title {
	position:absolute; 
	top:30px; 
	left:280px; 
	width:114px; 
	height:18px; 
	z-index:2; 
	padding:0px; 
	background-repeat: no-repeat;
	background-image:url(../images/about_about.gif); 
	layer-background-image:url(../images/about_about.gif);
}

#this_text {
	position:absolute; 
	top:60px; 
	left:280px;
	width:410px; 
	font-family:"Century Gothic";
	font-size:10px;
	font-weight:500;
	color:#6D6E71;
	text-align: justify;
}

#insurance_title {
	position:absolute; 
	top:535px; 
	left:486px;
	z-index:2; 
	padding:0px;
}

#debt_title {
	position:absolute; 
	top:535px; 
	left:618px; 
	z-index:2; 
	padding:0px;
}

#bond_title {
	position:absolute; 
	top:535px; 
	left:706px;
	z-index:2; 
	padding:0px;
}

#impact_image {
	position:absolute; 
	top:270px; 
	left:50px;
	width:309px; 
	height:297px; 
	z-index:2; 
	padding:0px; 
	/*background-repeat: no-repeat;
	background-image:url(../images/bond_impact_image.gif); 
	layer-background-image:url(../images/bond_impact_image.gif);*/
}

.blue_text {
	color:#1B5668;
	font-weight:bold;
	font-size:10px;
}



/* 

backgound_light_grey : B1B1B1 
backgound_dark_grey : 6D6E71 
light_blue : 7DAEBA
*/

