@charset "utf-8";
/* CSS Document */

div.newsrelease-block{
	background:url("/img/border_top01.gif") repeat-x left top;
	margin:0 0 10px 0;
	padding:20px 0 0 0;
}


div.news-content{
	float:left;
	width:560px;
}

p.news-img{
	float:right;
	width:90px;
}

div.news-content dl dt{
	float:left;
	width:9em;
	font-weight:bold;
}

div.news-content dl dd{
	margin:0 0 0 9em;
}

div.news-content dl dd.fontBold{
	font-weight:bold;
}

ul.topBoxList01{
	text-align:right;
	list-style:none;
	margin:0;
}

ul.topBoxList01 li a{
	background:url("/img/misc_topbox.gif") no-repeat left;
	padding:0 0 0 20px;
}

div.newsrelease-block:after,
div.news-content dl:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

div.newsrelease-block,
div.news-content dl{
	display:inline-table;
	min-height:1%;  /* for IE 7*/
}

*html div.newsrelease-block,
*html div.news-content dl{
	height: 1%;
}

div.newsrelease-block,
div.news-content dl{
	display: block;
}
