@charset "utf-8";



/* =========================================================
Ħright
========================================================= */
#right{
	float: right;
	width: 310px;
	margin: 0px;
	padding: 0;
	color: #1F4B7A;
	height: auto;
	line-height: 20px;
	background: #FFCC33;
}
#rmain{
	padding: 0 10;
	color: #FFFFFF;
	height: auto;
	width: 280px;
	margin: 0px;
}
#rmain h3{
	font-weight: bold;
	border-bottom: 2px solid #51A6D7;
	margin: 30px 0px 20px;
	padding: 10px 0px 0px;
	text-indent: 4px;
}
#rmain h4{
	font-weight: bold;
	margin: 0px;
	padding: 8px 6px;
}
#rmain p{
	margin: 0px;
	padding: 0px 10px;
}
#rmain ul{
	margin: 0px;
	padding: 0px 10px;
}
#rmain li{
	list-style: disc outside;
	line-height: 1.4;
	margin-left: 15px;
	padding-bottom: 12px;

}
#rmain a{
	color: #FFFF66;
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 1px;
}
#rmain a:hover{
	color: #FFFFFF;
	border-bottom: 1px solid #FF0099;
	text-decoration: none;
}
.search {
	font-size: 9pt;
		padding: 0px 10px;
}
.search input {
	font-size: 9pt;
	color: #0099CC;
}
#rmain ul .new{
	border-bottom: 1px dotted #51A6D7;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	list-style: url(none) none outside;

}
