/* CSS Document */

#news{
	height:auto;
	width:980px;
	float: left;
	color: #333333;
	margin-bottom: 10px;
}
#news h1{
	font-size: 100%;
	line-height: 30px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #0000FF;
	color: #FFFFFF;
	text-indent: 20px;
	padding-left: 10px;
	margin-left: 10px;
}
#news h1 a{
	color: #FFFFFF;
	text-decoration: none;
}
#news img{
	display: block;
	float: left;
	margin-top: 10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left: 10px;
}
#news p{
	line-height: 24px;
	text-indent: 25px;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#news p a{
	color: #333333;
	text-decoration: none;
}
#news table{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
}
#news tr{
	border: 1px solid #333333;
	line-height: 24px;
	height: 24px;
}	
#news td{
	border: 1px solid #333333;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}	
#news h2{
	font-size: 120%;
	line-height: 30px;
	height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	color: #FFFFFF;
	text-indent: 20px;
	margin: 10px;
	background-color: #0000FF;
	float: left;
	width: 700px;
}
#news ol{
	float: left;
	height: 150px;
	width: 429px;
	list-style-image: none;
	list-style-type: none;
	margin-left: 30px;
	background-color: #999999;
}
#news ol li{
	line-height: 24px;
	color: #333333;
	list-style-image: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	height: 24px;
	width: 379px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
#news ol li a{
	color: #333333;
	text-decoration: none;
}
#news ol li em{
	font-style: normal;
	float: right;
}
#news dl {
	height: 225px;
	width: 200px;
	float: left;
	margin-left: 18px;
}
#news dl a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	text-decoration: none;
}
#news dl img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#news dl dt{
    height:125px;
	width:152px;
}
#news dl dd{
	height:24px;
	width:152px;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
}
