DIV.news_articles { 
	min-height: 400px;
	height: expression('400px');
	/*background: url('../images/ds_fade_bg.gif') bottom left no-repeat;*/
}

	DIV.news_articles .content {
		padding: 40px 21px;
		/*background: url('../images/ds_container_bg.gif') top left repeat-y;*/
	}
	
		DIV.news_articles .content .sidebar {
			float: right;
			width: 185px;
		}
		
			DIV.news_articles .content .sidebar H2 {
				/*text-indent: -9999px;*/
				height: 33px;
				/*background: url('../images/ds_testimonialsHeading.gif') left top no-repeat;*/
			}
		
			DIV.news_articles .content .sidebar #email { display: none; visibility: hidden; margin-left: 25px; margin-top: 25px; }
			
			DIV.news_articles .content .sidebar #submit { display: none; visibility: hidden; margin-left: 25px; margin-top: 25px; }
		
		DIV.news_articles .content .leftcolumn {
			text-align: left;
			margin-left: 35px;
			margin-right: 300px;
		}
		
		DIV.news_articles .content .leftcolumn .action { float: right; visibility: hidden; }
			DIV.news_articles .content .leftcolumn .action UL { list-style: none; }
			DIV.news_articles .content .leftcolumn .action UL LI { float: left; margin: 0 5px; padding: 0; }
			DIV.news_articles .content .leftcolumn .action UL LI A { color: rgb(46,46,46); }
		
			DIV.news_articles .content .leftcolumn H4 {
				padding-bottom: 12px;
				margin-bottom: 8px;
				font-weight: bold;
				text-transform: none;
				/*background: url('../images/ds_separator.gif') bottom left no-repeat;*/
			}
			
			DIV.news_articles .content .leftcolumn H3 {
				font-size: 12px;
				font-weight: bold;
			}
			
			DIV.news_articles .content .leftcolumn .dateReleased {
				margin: 5px 0;
				color: rgb(155,169,33);
			}
	
				DIV.news_articles .content .leftcolumn UL {
					list-style: none;
					margin: 0;
					padding: 5px 0;
				}
					
					DIV.news_articles .content .leftcolumn UL LI {
						margin: 0;
						padding: 10px 10px;
					}
					
					DIV.news_articles .content .leftcolumn UL LI:hover, DIV.news_articles .content .leftcolumn UL LI.hover {
						background: #f2f2f2;
						padding: 10px 10px;
					}
		
						DIV.news_articles .content .leftcolumn UL LI H3 {
							font-size: 12px;
						}
						DIV.news_articles .content .leftcolumn UL LI P {
							font-size: 11px;
							color: rgb(46,46,46);
							margin: 0;
							padding: 0;
						}
						DIV.news_articles .content .leftcolumn UL LI DIV.more {
							display: block;
							text-align: right;
						}
				
		/* Pages */
				
		.pages {
			text-align: center;
			margin: 10px 0;
		}
		
			.pages A {
				padding: 0 5px;
			}
			
			.pages A.pageLink_active {
				color: rgb(43,43,43);
				border-left: 1px solid rgb(43,43,43);
				border-right: 1px solid rgb(43,43,43);
			}
		
			.pages .next {
				float: right;
				overflow: hidden;
				width: 88px;
			}
			
			.pages .prev {
				float: left;
				overflow: hidden;
				width: 88px;
			}
