/*****************************************************************************************************************/
/* The following are generic styles used for the print version and should not be changed. */
/*****************************************************************************************************************/

body, span, textarea, hr {
	background-color: #FFFFFF;
	color: #000000;
	font-family: verdana, tahoma, sans-serif;
}
.null,
#banner, 
#breadcrumbnavigation, 
#centernav,
#footer, 
#leftcolumn {
	display: none;
}
caption {
	font-size: 90%;
	font-style: italic;
	text-align: left;
}

h1 {	font-size: 150%; }
h2 {	font-size: 130%; }
h3 {	font-size: 120%; }
h4 {	font-size: 110%; }
h5 {	font-size: 100%; }
h6 {	font-size: 95%; }

a {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: underline;
}

#maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6, 
#relatedcontent h1, #relatedcontent h2, #relatedcontent h3, #relatedcontent h4, #relatedcontent h5, #relatedcontent h6 {
	background-color: #FFFFFF;
	background-image: none;
	color: #000000;
	font-weight: bold;
	padding-left: 0px;
}

.null {
	display: none;
}
.hide {
	visibility: hidden;
}
.clear {
	clear: both;
}
.alignimgleft {
	float: left;
	margin: 0.25em 1.5em 0 0;
	padding: 0;
}
#rightcolumn .alignleft, 
#rightcolumn .alignright, 
#rightcolumn .alignimgleft, 
#rightcolumn .alignimgleft {
	float: none;
	margin: 0 auto;
}
.alignimgright {
	float: right;
	margin: 0.25em 0 0 1.5em;
	padding: 0;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/*****************************************************************************************************************/
/* The following are custom styles used for the print version. Add new CSS classes/selectors here to control their output, for example: margin, padding, etc. */
/*****************************************************************************************************************/

/* The following styles are used to hide elements not required in the printed version. */
#toplink, 
#quicklinks,
#discover,
#emailsubscribe,
#locationmaps,
#faqs { 
	display: none;
}

/*****************************************************************************************************************/