/*****************************************************************************************************************/
/* PRINT STYLES
/*****************************************************************************************************************/
/*
The following are generic styles used for the print version and it is recommended that no changes are made.
*/  
body, span, textarea, hr {
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial, tahoma, sans-serif;
}
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%;
}
h1, h2, h3, h4, h5, h6,
#relatedcontent.home h1, #relatedcontent.home h2, #relatedcontent.home h3, #relatedcontent.home h4, #relatedcontent.home h5, #relatedcontent.home h6,
#relatedcontent.inside h1, #relatedcontent.inside h2, #relatedcontent.inside h3, #relatedcontent.inside h4, #relatedcontent.inside h5, #relatedcontent.inside h6
{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding-left: 0px;
}
#content a:link, #content a:visited,
a:link, a:visited,
.breadcrumb a:link, .breadcrumb a:visited,
#relatedcontent a:link, #relatedcontent a:visited
{
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: underline;
}
#content table {
	margin-bottom: 20px;
}
#maincontent.home td {
	border: none;
	display: inline;
	padding: 2px;
}
#maincontent.inside td {
	background: none;
	background-color: #FFFFFF;
	color: #000000;
	padding: 2px;
}

/*****************************************************************************************************************/

/*
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.
*/
td.breadcrumbs {
	width: 70%;
}

#banner #logo {
	padding: 0px;
}
div#middleright {
	margin-left: 0px;
	padding-left: 0px;
	float: left;
}
#maincontent {
	padding-left: 0px;
	width: 100%;
}
div.homenews h2  {
	padding-left: 0px;
}
div.homenews p.newsdate, div.homenews p {
	margin-left: 0px;
}
#relatedlinks {
	border: none;
}
#rightsidebar_home, #rightsidebar {
	margin-top: 10px;
	float: left;
	clear: left;
}
#rightsidebar_home, #rightsidebar {
	width: 100%;
}
#tagline {
	margin-top: 10px;
}

/*
div#rightsidebar_home {
	float: left;
	margin-left: 0px;
	border: none;
	clear: left;
}
div#rightsidebar {
	float: left;
	margin-left: 0px;
	border: none;
} */


/*****************************************************************************************************************/

/*
The following styles are used to hide elements not required in the printed version.
Add CSS classes/selectors here to hide this element from print version.
*/
.breadcrumb,
.null,
.toolbar,
#centernav,
#footer,
#navarea, 
#navigation,
#pagebuttons,
#relatedlinks,
#searcharea,
#skip,
#top
{
	display: none;
}
#logo img {
	border: none;
}

a.toolbar_skip, #toolbar, #toolbar ul li#toolbar_skip, div#middlerightwrapper div#middlerightpadding_home img, div#middlerightpadding, #footer_wrapper, #footer_padding, #searchareapadding, #navigation, #breadcrumb {
	display: none;
}

/*****************************************************************************************************************/



