/*----------------------------------------------------------------

	CONTENTS
	1 - Basic Formatting
	2 - Left Column
	3 - Main Content
	4 - Main Block Links

----------------------------------------------------------------*/

/* 1 - Basic Formatting */

	table.ax200uTable { line-height: 1.4em; }
	h1 {
		font-size: 0;
		line-height: 0;
		text-indent: -4000px;
	}

/* 2 - Left Column */
	
	#leftColumn h2.grouping {
		font-size: 0;
		line-height: 0;
		text-indent: -4000px;
	}
	#leftColumn a { display: block; margin-bottom: 15px; }
	#leftColumn img { line-height: 0; }
	#leftColumn .tsquared { margin-bottom: 10px; }
	#leftColumn .promoButton { margin: 10px 0 13px 0; }
	#leftColumn h2.mlgLogo { margin-top: 23px; }

/* 3 - Main Content */

	#flashHeader { background-color: #000; }
	#mainContent .introduction { max-width: 4.25in; }
	#mainContent h2 { display: block; }
	#mainContent h2 img { display: hidden; }

/* 4 - Main Block Links */
	
	ul.blockLinks li {
		display: block;
		clear: both;
		float: left;
		font-size: 6.5pt;
		line-height: 1.2em;
		margin-bottom: 3em;
		width: 310px; height: 112px;
	}
	ul.blockLinks li.floatRight { clear: none; float: right; }
	ul.blockLinks li a, ul.blockLinks li span { display: block; position: relative; text-decoration: none; width: 100%; height: 100%; }
	ul.blockLinks li a { cursor: pointer; }
	ul.blockLinks li img { border: 0; float: left; }
	ul.blockLinks li p {
		float: right;
		margin: 0;
		width: 140px;
	}
	ul.blockLinks li p strong { line-height: 1.6em; text-decoration: underline; }
	ul.blockLinks li p strong a {
		display: inline;
		text-decoration: underline;
	}