/*------------------------------------------------------------

print.css
Print media CSS for use with modern, CSS-capable browsers.

------------------------------------------------------------*/

@media print {





/*------------------------------------------------------------

the follow elements are hidden from print

------------------------------------------------------------*/

.upgrade, .printPreview, .spug-ContentTertiary, .spug-NavSecondary, .spug-NavPrimary, .spug-NavHeader, .spug-NavFooter, .spug-LayoutSwitcher, .vevent .photoFrame, .spug-Tools {
	display: none;
}





/*------------------------------------------------------------

HTML elements

------------------------------------------------------------*/

body {
	background: transparent;
}

a {
	color: #000;
}

p, address {
	margin: 0 0 0.8em 0;
}

code {
	font-size: 105%;
	line-height: 1.4em;
}


/* images */
img.floatLeft {
	margin: 0 10px 10px 0;
}

img.floatRight {
	margin: 0 0 10px 10px;
}





/*------------------------------------------------------------

headers

------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

h1 {
	margin: 0 0 0.6em 0;
	line-height: 1.2em;
}

h2 {
	font-size: 160%;
	margin: 1.4em 0 0.4em 0;
}

h3, h4, h5, h6 {
	margin: 1em 0 0.4em 0;
	font-weight: normal;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
	font-weight: bold;
}





/*------------------------------------------------------------

lists

------------------------------------------------------------*/

ul {
	list-style: square;
	margin: 0 0 0.8em 0;
	padding: 0 0 0 25px;
}
html>body ul {
	padding: 0;
	margin-left: 25px;
}

ol {
	margin: 0 0 0.8em 0;
	padding: 0 0 0 32px;
}
html>body ol {
	padding: 0;
	margin-left: 32px;
}

li {
	margin-bottom: 0.2em;
}

dd {
	margin: 0 15px 0.8em 15px;
}





/*------------------------------------------------------------

generic classes

------------------------------------------------------------*/

.spug-clearBoth {
	clear: both;
	height: 1px;
	overflow: hidden;
}





/*------------------------------------------------------------

print layout grid rules below

------------------------------------------------------------*/

.spug-ContentContainer {
	margin-top: 2em;
	padding-bottom: 2em;
}

.spug-ContentPrimary {
	float: left;
	width: 70%;
}

.spug-ContentSecondary {
	float: right;
	width: 27%;
}

.spug-Footer {
	padding-top: 1em;
	clear: both;
}


/*------------------------------------------------------------

grid presentation and/or override rules

------------------------------------------------------------*/

.vevent h1 {
	text-align: left !important;
}

.spug-Panel-NewsAnnouncements dt, .spug-Panel-NewsAnnouncements dd {
	padding-left: 0;
}

a.spug-Logo, a.spug-Logo:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 275%;
	color: #000;
	width: auto;
	height: auto;
	margin-left: 0;
}

/* secondary content */

.spug-ContentSecondary h2.first {
	margin-top: 0;
}




/*------------------------------------------------------------

sIFR

------------------------------------------------------------*/

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}
span.sIFR-alternate {
	display: block !important;
}




}