/* CSS Document */

div.Standard p:first-child, div.Blank p:first-child, div.Invisible p:first-child,
div.Standard h1:first-child, div.Blank h1:first-child, div.Invisible h1:first-child,
div.Standard h2:first-child, div.Blank h2:first-child, div.Invisible h2:first-child,
div.Standard h3:first-child, div.Blank h3:first-child, div.Invisible h3:first-child
{
	padding-top:0;
	margin-top:0;
}

div.Standard {
	/*clear:both;*/
	margin-bottom:20px;
}

	div.Standard h1, div.Standard span.Head {font-size:23px;margin-top:0;padding-top:0;}

div.Blank {
	/*clear:both;*/
	margin-bottom:20px;
}

div.Invisible {
	/*clear:both;*/
	margin:0;
	padding:0;
}

		div.MainArtPane div.Normal {
			font-size:0px;
			line-height:0px;
		}
		
div.NewsSidebar {
	color:#454547;
	font-size:15px;
}

	div.NewsSidebar p, div.NewsSidebar .Normal {
		font-family: 'Raleway', sans-serif;
		font-weight:600;
		font-size: 13px;
		line-height:17px;
	}
	
	div.NewsSidebar .dateline {
		font-weight:700;
	}
	
	div.NewsSidebar hr {
		color:#fff;
		background-color:#fff;
		border:none;
		height:3px;
	}
	
	div.NewsSidebar .NewsSidebarContent img {
		border:2px solid #fff;
	}

	div.NewsSidebarTitle {
		font-family: 'Raleway', sans-serif;
		font-weight:500;
		color:#fff;
		background:#175f9d;
		font-size:18px;
		padding:10px 15px;		
		margin-bottom:4px;
	}
	
	div.NewsSidebarContent {
		padding:6px 20px;
		background: #f5f0c5; /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(#f5f0c5, #fffff3); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#f5f0c5, #fffff3); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#f5f0c5, #fffff3); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#f5f0c5, #fffff3); /* Standard syntax */
	}
	
	div.NewsSidebarContent a h2 {
		text-decoration:none;
		font-family: 'Raleway', sans-serif;
		font-weight:700;
		font-size: 14px;
		line-height:18px;
		margin-bottom:5px;
	}
	
	div.NewsSidebarContent h3 {
		text-decoration:none;
		font-family: 'Raleway', sans-serif;
		font-weight:600;
		font-size: 13px;
		line-height:17px;
		margin-bottom:5px;
	}
	
	div.NewsSidebarContent .morenews {
		text-align:right;
	}
	
	div.NewsSidebarContent .morenews a {
		font-family: 'Raleway', sans-serif;
		font-weight:700;
		font-size: 14px;
		line-height:18px;
	}
	
	.LeftPane div.Sidebar {
		padding:0 0 0 25px;
	}
	
	.RightPane div.Sidebar {
		padding:0 0 0 25px;
	}