/* News Content Left */
#news_content_left {
	width:510px;
	position:relative;
	float:left;
	display:inline;
	margin:20px 0px 0px 0px;
	min-height:250px;
	background-image:url(../ims/content_3_4.jpg);
	background-repeat:no-repeat;
}
/* for Internet Explorer */
/*\*/
* html #news_content_left {
	height:250px;
}
/**/

/* End News Content Left */
/*-------------------------------------------------------------------------------*/
/* News Content Right */
#news_content_right {
	width:170px;
	position:relative;
	float:right;
	display:inline;
	margin:20px 0px 0px 0px;
	min-height:250px;
	background-image:url(../ims/content_1_4.jpg);
	background-repeat:no-repeat;
}
/* for Internet Explorer */
/*\*/
* html #news_content_right {
	height:250px;
}
/**/

#news_menu_option_container{
	margin-left:4px;
	margin-right:4px;
	float:left;
	display:inline;
	min-height:110px;
	width:162px;
}
/* for Internet Explorer */
/*\*/
* html #news_menu_option_container {
	height:115px;
}
/**/

.news_menu_option{
	margin-bottom:4px;
	padding:2px 0px 2px 0px;
	float:left;
	width:162px;
	text-decoration: none;
	display:block;
	color: #666666;
}
/* for Internet Explorer */
/*\*/
* html .news_menu_option {
	padding:2px 0px 3px 0px;
}
/**/

.news_menu_option:hover{
	background-color:#D5D5D5;
	color:#000066;
}

.news_menu_option_on{
	margin-bottom:4px;
	padding:2px 0px 2px 0px;
	float:left;
	width:162px;
	float:left;
	background-color:#D5D5D5;
	color:#000066;
}
/* for Internet Explorer */
/*\*/
* html .news_menu_option_on {
	padding:2px 0px 3px 0px;
}
/**/

.news_menu_option_font {
	padding-left:10px;
	padding-right:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:block;
}

.news_menu_option_font_on {
	padding-left:10px;
	padding-right:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:block;
}

/* End News Content Right */
/*-------------------------------------------------------------------------------*/

/* News Body */
#news_content_right_body{
	float:left;
	padding:2px 4px 0px 4px;
	height:auto;
	display:inline;
}

#news_image{
	float:right;
	padding:0px 0px 0px 0px;
	width:212px;
	height:160px;
}

#news_content_right_text{
	float:left;
	/* Image Acts as Background */
	background-repeat:no-repeat;
	background-position:top right;
	min-height:195px;
	margin:0px 8px 0px 8px;
	width:486px;
	display:inline;
}
/* for Internet Explorer */
/*\*/
* html #news_content_right_text {
	height:195px;
}
/**/
/* End News Body */
/*-------------------------------------------------------------------------------*/
/* Next Prev */
.previous{
	float:left;
	margin:5px 0px 0px 4px;
	padding:2px 4px 2px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration: none;
	font-weight:bold;
}
.previous:hover{
	color:#000066;
	background-color:#D5D5D5;
}

.next{
	float:right;
	margin:5px 4px 0px 0px;
	padding:2px 4px 2px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration: none;
	font-weight:bold;
}
.next:hover{
	color:#000066;
	background-color:#D5D5D5;
}

/* End Next Prev */