/* RHS content*/

#rightcontent	{ 
	color: #4a46f1; 
	background-color: #e5dbfd; 
	float: right; 
	width : 260px; 
	min-height: 600px;
}


#rightcontent	h3	{
	text-transform: uppercase;
	font-size: .8em;
	border-bottom: 1px solid #4a46f1;
}

#rightcontent	h4	{
	font-size: .6em;
}

#rightcontent	a	{}
#rightcontent 	a:visited {	color: #4a46f1;	}
#rightcontent 	a:link {	color: #4a46f1;	}
#rightcontent 	a:hover {	color: green;	}


.rhs_article_item	{
	margin: 10px 10px 0 10px;
}

.rhs_article_item	.article_bulk	{
	font-size: .8em;
}

.rhs_article_item	img	{
	margin: 6px 0 6px 0;
}

