@import url(right-rail-global.css);
@import url(widgets-global.css);


#content-container ul{
	margin:0;
	padding:0;
}

#content-container p{
	margin:0 0 10px 0;
}

h1,h2,h3,h4,h5,h6{
	margin:0 0 10px 0;
	padding:0;
}

h3{
	font-size:12pt !important;
}

/* fix for IE, no effect on other browsers */
form{
	margin:0;
	padding:0;
}

/* styles to override the defaults in  the global stylesheet */	
	#content-container{
		padding-top:30px;
	}
	
	#main-header{
		margin-bottom:17px;
		padding-bottom:14px;
	}
	
	#main-header h2{
		font-size:13px;
		margin-bottom:0;
		font-weight:normal;
	}
	#main-header h2 a{
		color:#ffffff;
		font-size:25px;	
	}
	
	#content-title{
		margin-bottom:10px;
	}
	#content-title h2{
		font-size:19pt;
	}
		
	.level-1 #main-header h2{
		font-size:3.4em;
	}
	.level-1 #main-header h2 a{
		color:#000;
	}
	#main-header .sponsor{
		display:none;
	}
	.level-1 #main-header .sponsor{
		display:block;
	}
	
/* utility styles */
	
	.moreLink{
		font-weight:bold;
	}
	
	img.icon{
		vertical-align:middle;
	}
	
	span.divider{
		padding:0 5px;
	}

 
