/* CSS Document */

.clear {
	clear: both;
}

#news{
	width:275px; 
	float:left;
	margin-left:15px;
}

#news ul li{
  list-style:none;
	list-style-image:url(../imgs/index/bullet.jpg);
	padding:0px;
	margin:0px;
}


#news a, #news a:link, #news a:visited, #news a:active{
  background: url(../imgs/index/sep.jpg) bottom left no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#70C000;
  padding-left:15px;
  text-decoration:none;
  display:block;
	padding-bottom:10px;
	margin-top:-15px;	
}

html>body #news a, #news a:link, #news a:visited, #news a:active{
  background: url(../imgs/index/sep.jpg) bottom left no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#70C000;
  padding-left:15px;
  text-decoration:none;
  display:block;
	margin-top:5px;
	padding-bottom:8px;	
}



#news a:hover{
	color:#FF6600;
}

#links{
  width:250px; 
	float:left; 
	margin-left:30px;
	/*padding-top:20px;*/
}

#links ul li{
  list-style:none;
	list-style-image:url(../imgs/index/bullet.jpg);
	padding:0px;
	margin:0px;

}

#links a, #links a:link, #links a:visited, #links a:active{
  background: url(../imgs/index/sep.jpg) bottom left no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#70C000;
  padding-left:15px;
  text-decoration:none;
  display:block;
	padding-bottom:10px;
	margin-top:-15px;	
}

html>body #links a, #links a:link, #links a:visited, #links a:active{
  background: url(../imgs/index/sep.jpg) bottom left no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#70C000;
  padding-left:15px;
  text-decoration:none;
  display:block;
	margin-top:5px;
	padding-bottom:8px;	
}


#links a:hover{
	color:#FF6600;
}

.lowlight{
  color:#000000;
	font-weight:bold;
}