/* FLash Image Replacement
----------------------------------------------- */
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal * /
html.hasFlash #primarycontent h1,
html.hasFlash #primarycontent h2,
html.hasFlash #secondarycontent h2,
html.hasFlash #secondarycontent h3 {
	visibility: visible !important;
	position: relative !important;
	left: auto !important;
	}
html.hasFlash .sIFRobject {
	display: none !important;
	}
/* SI:050613 Updated */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
	}
span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	}

/* Hide Areas 
----------------------------------------- */
#nav-main, 
#nav-sub, 
#nav-utility, 
form#search, 
.hidden, 
.clear {
	display: none;
	}

/* Width of printable area 
----------------------------------------- */
#primarycontent, 
#secondarycontent {
	width: 575px;
	}

/* Font Sizes 
----------------------------------------- */
body { 
	font: 12px/16px Arial, Helvetica, Verdana, sans-serif;
	}
h1 {
	font-size: 16px;
	}
h2 {
	font-size: 14px;
	}
	
/* Masthead
----------------------------------------------- */
#masthead img.photo {
	display: none;
	}
#masthead address {
	font-style: normal;
	margin: 0 0 20px 0;
	}
#masthead address strong {
	font-size: 18px;
	}

/* Footer
----------------------------------------------- */
#footer {
	margin: 20px 0 0 0;
	}

/* Tables
----------------------------------------------- */
table.team {
	page-break-before: always;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	width: 600px;
	}
table.team th, 
table.team td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 10px;
	}
	

/* Athletics Elements
----------------------------------------------*/
#teamselect-form, #news-list-view, #clear {
	display: none;
}

