
@media print {
/* hidden elements */
#formSearch, .navPrimary, .navSecondary, .navTertiary, .colRight, .colLeft, #upgrade, .noprint {
	display: none!important;
}

/* common HTML element styles */
body {
	background-color: #fff!important;
	font-family: 'Trebuchet MS', sans-serif;
}

container {
	background-color: #fff!important;
}

a {
	color: #000;
	text-decoration: none;
}

address {
	margin-top: 0px!important;
	margin-bottom: 1em!important;
}

p {
	margin-top: 0px;
}

h1 {
	margin-top: 0px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

h2 {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 1em;
}

h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h4, h5, h6 {
	margin-top: 1em;
	margin-bottom: 0px;
}

h4, h5, h6 {
	font-size: medium;
}

h4 {
	color: #666!important;
}

h5 {
	color: #999!important;
}

h6 {
	font-weight: normal;
	font-style: italic;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

td, th {
	vertical-align: top;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: none;
}

th {
	color: #666;
}

tr.alt {
	background: #FAFAFA;
}

thead th {
	border: none!important;
	vertical-align: bottom;	
}


ul {
	list-style-type: square;
  margin-top: 0px;
  margin-bottom: 0.8em;
	margin-left: 20px;
}
html>body ul {
	margin-left: 0px;
	padding-left: 20px;
}

ol {
  margin-top: 0px;
  margin-bottom: 0.8em;
	margin-left: 24px;
}
html>body ol {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin: 0px 0px 0.2em 0px;
	padding: 0px;
}



/* column layout styles */
#colCenter {
	width: auto;
}


/* element class styles */

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;	
}



/* element specific styles */
#hero {
	display: block;
	font-size: large;
	font-weight: bold;
	margin-bottom: 0.8em;
	text-decoration: none;
	color: #008FD4;
}

#logo {
	display: block;
	font-size: large;
	font-weight: bold;
	margin-bottom: 0.8em;
	text-decoration: none;
	color: #008FD4;
}

#footer {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #000;
	clear: both;
	margin-top: 2em;
	padding-top: 1em;
}

}