@media all { /* =The above @media rule hides this stylesheet from the discontinued Microsoft Internet Explorer for Mac. *//* =html */html { 	margin : 0; 	padding : 0; 	color : #000; 	text-align : center; }/* =body */body { 	width : 100%;	font : 75%/130% "Lucida Grande", Arial, sans-serif; 	background-color : #87AEC5;	margin-left : auto;	margin-right : auto;	text-align : center;	}/* =hx */h1 { font-size : 160%; color : #0856ae; letter-spacing : .1em; line-height : 165%;}h2 { font-size : 120%; color : #0856ae; letter-spacing : .1em;}h3 { font-size : 110%; color : #0856ae; }/* =a */a:link { 	color : #3300cc;	text-decoration : none; }a:visited { 	color : #663399;	text-decoration : none;}a:hover { 	color : #990066; 	text-decoration : underline; }a:active { 	color : #990066; 	text-decoration : underline; }img, img a { border : none; }/* =container */#container { 	background-color : #fff; 	width : 800px; 	border : 1px solid #73add3; 	margin : auto; 	padding-left : 20px; 	padding-right : 20px;	text-align : left;}#containerReport { 	background-color : #fff; 	width : 1000px; 	border : 1px solid #73add3; 	margin : 0; 	padding-left : 20px; 	padding-right : 20px;	text-align : left;}#branding { border-bottom : 1px dotted #73add3; }	#logo { float: left; width : 100px; padding-top : 10px; }#box {	width: 80%;	width : 400px; 	background : #63a632; 	color : #fff; 	border : 1px solid #003399; 	padding : 15px;	margin : 0px auto;	font-size : 110%;	line-height : 130%;}#boxsmall {	width: 80%;	width : 350px; 	background : #63a632; 	color : #fff; 	border : 1px solid #003399; 	padding : 15px;	margin : 0px auto;	font-size : 110%;	line-height : 130%;}.boxHighlight { color : #FFCC33; font-weight : bold; }#design { float : right;}#clear { clear : both;}#sponsors { padding-top : 10px; text-align : center; width : 100%; height : 93px; }#footer { border-top : 1px dotted #73add3; padding-top : 10px; }.footerText { font-size : 90%;}.SurveyTitle { color : #0856ae; font-weight : bold; }.SurveyName { color : #0856ae; font-weight : bold; font-size : 110%; }}