#main_news {
	height: 238px;
	width: 228px;
	
	position: absolute;
	top: 0px;
	left: 0px;
}

	#main_news_title {
		height: 46px;
		width: 228px;
		
		position: absolute;
		top: 0px;
		left: 0px;
		
		background-image: url(images/main_news_title.gif);
		background-repeat: no-repeat;
		
	}
	
		#main_news_title_text {
			font-size: 13px;
			
			color: #ffffff;
			
			padding-top: 25px;
			padding-left: 10px;
		}
	
	#main_news_items {
		height: 192px;
		width: 228px;
		
		position: absolute;
		top: 46px;
		left: 0px;
		

/*		unicode-bidi:bidi-override;
		direction:ltr;
		overflow:auto;
*/
	}
	
	
		.main_news_item {
			display: block;
			
			color: #ffffff;
		}
		
			.main_news_item:hover {
				text-decoration: none;
			}
			
			.main_news_item_text {
				padding-top: 9px;
				padding-left: 10px;
				padding-right: 17px;
				padding-bottom: 9px;
			
			}
			
				.main_news_item_text_div {
					height: 39px;
					
					overflow: hidden;
									
				}
			
					.main_news_item_title {
						font-size: 12px;
						line-height: 13px;

						color: #000000;

						padding-right: 5px;
					}

					.main_news_item_copy {
						font-size: 11px;
						line-height: 13px;

						color: #ffffff;
					}
		
		.main_news_item_sep {
			height: 5px;
			
			font-size: 0px;
			line-height: 0px;
			
			background-image: url(images/main_news_item_sep.gif);
			background-repeat: no-repeat;
		}

#main_events {
	height: 106px;
	width: 228px;
	
	position: absolute;
	top: 238px;
	left: 0px;
	
	overflow: hidden;
}

	#main_events_title {
		height: 25px;
		width: 228px;
		
		position: absolute;
		top: 0px;
		left: 0px;
		
		background-color: #48494c;
		
	}
	
		#main_events_title_text {
			font-size: 12px;
			
			color: #ffffff;
			
			padding-top: 6px;
			padding-left: 10px;
		}
		
		#main_events_title_link {
			height: 25px;
			width: 61px;
			
			position: absolute;
			top: 0px;
			left: 167px;
			
			background-color: #008dd5;
			background-image: url(images/main_events_title_link.gif);
			background-repeat: no-repeat;
			
			display: block;
			
			color: #ffffff;
		}
		
			#main_events_title_link_text {
				font-size: 10px;
				
				color: #ffffff;
				
				padding-top: 5px;
				padding-left: 10px;
			}
	
	#main_events_items {
		height: 81px;
		width: 228px;
		
		position: absolute;
		top: 25px;
		left: 0px;
		
		background-color: #808185;
		background-image: url(images/main_events_items.gif);
		background-repeat: repeat-y;
	}
	
		#main_events_items_div {
			padding-top: 6px;
			
		}
	
			.main_events_item {
				display: block;

				color: #ffffff;

				clear: both;

				padding-left: 11px;
				
				cursor: pointer;

			}
			
				.main_events_item:hover {
					text-decoration: none;
				}
			
				.main_events_item_date {
					height: 19px;
					width: 23px;

					float: left;

					margin-right: 5px;

					background-image: url(images/main_events_item_date.gif);
					background-repeat: no-repeat;

					margin-bottom: 2px;
					
				}
				
					.main_events_item_date_text {
						padding-top: 3px;
						padding-left: 3px;
						
						font-size: 10px;
						
						text-align: center;
						
						width: 15px;
					}

				.main_events_item_title {
					height: 19px;
					width: 180px;
										
					float: left;
					
					overflow: hidden;
				}
				
					.main_events_item_title_text {
						padding-top: 3px;
						padding-left: 3px;
						
						font-size: 11px;
					}