
#Left {
	display: none;
}

#Middle, 
#Right,
.NewsSnippets {
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 943px;
}

#Content {
	padding-top: 0px;
}

	#IndexImage {
		overflow: hidden;
		width: 943px;
		height: 340px;
		background: url(../Images/Index.jpg) no-repeat;
	}
	
	#IndexImage .TextBlock {
		margin-left: 30px;
		margin-top: 68px;
		width: 410px;
		color: #fff;
		font-size: 1.1em;
		font-weight: bold;
	}
	
		#IndexImage p.H2 {
			font-size: 34px;
			line-height: 34px;
			font-family: Times New Roman, Serif;
			font-weight: normal;
		}
		
			#IndexImage p.H2 span,
			#IndexImage h3 {
				color: #d1520d;
			}
			
			#IndexImage h3 {
				font-size: 1.1em;
				font-weight: bold;
			}
			
			a#MoreInfoLink {
				display: block;
				border: 1px solid #c0c0c0;
				width: 100px;
				height:30px;
				background: #dbdbdb;
				text-align: center;
				line-height: 30px;
				font-size: 0.9em;
				text-decoration: none;
			}
			
				a#MoreInfoLink:hover {
					border: 1px solid #d9ad95;
					background: #d1520d;
					color: #fff;
				}			
			
		
.NewsSnippet {
	float: left;
	margin: 5px;
	width: 300px;
	background: none;
}	

	.RssMore {
		border-top: 1px dotted #666;
	}	