/*****************************************************************************************************************/
/* 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,
#toolbar,
#centernav,
#footer, 
#navigation,
#pagebuttons
{
	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;
}

/*****************************************************************************************************************/
/* 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. */
#bannertexture, 
#bodybackgroundleft, 
#bodybackgroundright, 
#divider, 
#footerlogo, 
#footerspacer, 
#leftsidecontent,
#pagefooter, 
#rightsidecontent, 
#search, 
#sponsors, 
.separator 
{ 
	display: none;
}

#banner {
	background: url(../images/main_banner.jpg) -10px top no-repeat #FFFFFF;
	height: 156px;
	margin: 0;
	padding: 0;
}
#banner .hide {
	display: none;
}

/*****************************************************************************************************************/