/*#####################################
news styles begins
#####################################*/
.news_title
{
	width: 100%;
	height: 100%;
	background-color: #FCFED2;
	border-top: 1px solid #C6C88D;
	border-bottom: 1px solid #C6C88D;
}
.news_title_div
{
	padding: 10px 20px 10px 20px;
}
.news_title_text
{
	font-size: 18px;
	font-weight: bold;
	color: #314719;
}
.news_content_div
{
	padding: 15px;
}
.new_title
{
	width: 100%;
	height: 100%;
}
.new_title_div
{
	padding: 10px 20px 10px 20px;
}
.new_title_text
{
	font-size: 18px;
	font-weight: bold;
	color: #314719;
}
.new_content_div
{
	padding: 15px;
}
.news_left
{
	width: 35%;
	float: left;
}
.news_right
{
	width: 65%;
	float: right;
}
.news_text
{
	font-size: 14px;
	color: #4A5E31;
}
.news_text img
{
	border: 5px solid #314719 !important; 
}
a.news_link
{
	font-size: 14px;
	font-weight: bold;
	color: #314719;
	text-decoration: none;
}
a.news_link:hover
{
	color: #446C17;
	text-decoration: underline;
}
.news_image
{
	border: 5px solid #314719;
}
/*#####################################
news styles ends
#####################################*/
/*#####################################
news-right styles begins
#####################################*/
.news_right1
{
	width: 90%;
	height: 100%;
	background-color: #FCFED2;
	border-top: 1px solid #C6C88D;
	border-bottom: 1px solid #C6C88D;
	margin: auto;
}
.news_right2
{
	width: 90%;
	height: 100%;
	margin: auto;
}
.news_right_div
{
	padding: 15px;
}
.news_right_text
{
	font-size: 12px;
	font-weight: bold;
	color: #314719;
}
/*#####################################
news-right styles ends
#####################################*/

/* Cnavigator */
.news_nav
{
	font-size: 12px;
	display: inline;
	font-weight: bold;
	color: #314719;
}
.news_nav span
{
	text-decoration: underline;
}
.news_nav_info
{
	font-size: 12px;
	color: #314719;
}
a.news_nav
{
	font-size: 12px;
	font-weight: bold;
	color: #314719;
	text-decoration: none;
}
a.news_nav:hover
{
	color: #446C17;
	text-decoration: underline;
}
