@charset "utf-8";
/* CSS Document */
.whatsnew small, .othernews small{font-size:10px;}
.whatsnew{	
	text-align:left;
	padding:0px;
	float:left;
	background:url(images/whatsnew-body.jpg) left bottom no-repeat;
	width:280px;
	margin-right:10px;
	border:2px solid #22733B;
}

.whatsnew ul{ padding:0 ;list-style:none;}
.whatsnew ul li{background:url(images/arrow2.gif) 0 3px no-repeat;padding:0 0 0 15px;}

.othernews{
text-align:left;
	width:280px;
	padding:0px;
	float:left;
	background:url(images/othernews-body.jpg) left bottom no-repeat;
	border:2px solid #4D81B1;
}
.othernews ul{	padding:0 ; list-style:none;}
.othernews ul li{background:url(images/arrowgreen.gif)  0 3px no-repeat;padding:0 0 0 15px;}
.box-content{
	text-align:left;
	padding:5px;
}

#board {text-align:left;}

ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
	}

