#content dl dt {
	border-top:1px solid #ccc;
	clear:both;
	float:left;
	display:block;
	width:100px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	}
#content dl dd {
	border-top:1px solid #ccc;
	float:left;
	display:block;
	width:420px;
	padding-bottom:5px;
	padding-top:5px;
	}
#news_container {
	position:absolute;
	width:100%;
	text-align:center;
	z-index:99999;
	/*background-color:#000;*/
	/*visibility:hidden;*/
	
	}
#news {
	position:relative;
	top:20px;
	width:640px;
	/*height:580px;*/
	margin:0 auto;
	background:#fff url(img/news_bg_emblem.gif) no-repeat scroll left top;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#333;
	display:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:#000 0px 0px 10px;
	behavior: url(/lib/PIE.htc);
	}
#news_display {
	width:640px;
	/*height:550px;*/
	overflow:auto;
	}
#news_display ul{
	margin-left:2em;
	}
#news_close_u, #news_close_l {
	
	}
#news_close_u {
	position:absolute;
	top:0px;
	left:0px;
	height:30px;
	width:30px;
	}
#news_close_l {
	/*
	top:0px;
	left:255px;
	*/
	text-align:center;
	height:30px;
	/*width:30px;*/
	}
#news_close_u a, #news_close_l a {
	/*
	display:block;
	width:90px;
	height:30px;
	*/
	}
#news_close_u img, #news_close_l img {
	border:none;
	margin:5px;
	}
h3 {
	text-align:center;
	border-bottom:2px solid #000;
	margin:10px 0;
	font-size:20px;
	line-height:20px;
	padding-bottom:5px;
	}
#news_content {
	margin:10px 30px;
	}
	
#news_content dt {
	font-weight:bold;
	}
#news_content dd {
	margin-bottom:0.5em;
	margin-left:1em;
	}
#news_content ol, #news_content ul {
	margin-left:2em;
	}
