@charset "iso-8859-1";

/*******************************************************************************
*  print.css 
/*******************************************************************************/

@import "base.css";
@import "fonts.css";
body {
	background: white;
	font-size:14pt;
}
	
table td div
{
	float: none;	/* since left and right columns are being hidden,
			   there's no need to float any columns. */
}
.navcontainer, #ltcol, #masthead, #breadcrumb, img, .hnav, #rtcol, #showcase-graph,  #home-1, #home-col-3
{
	display: none;	/* hide the left and right columns as well as the
			   horizontal navigation element(s). also hide any
			   designated elements that should not be pritned */
}
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
#logo{
	display:block;
}
#contentcol{
	padding:0 0 3% 1%;
}

#outerColumnContainer, #innerColumnContainer
{
	border-left-width: 0;
	border-right-width: 0;	/* hide the borders used to create the left and
				   right columns' backgrounds */
}
table td{
	padding: 1em;
}
/*Homepage styles*/
 #home-2, #home-3{{
	display:block;
	float:none;
	clear:both;
	width:50%;
}

 #home-col-1{
 	width:auto;
	margin:0; padding:0;
 }
  #home-col-2{
 	width:auto;
	margin:0; padding:0;
 }

/*End Homepage styles*/
#masthead, #footer
{
	border-top: 1px solid #666;
	padding: 3%;		/* add some borders to the masthead and footer
				   for presentation */
}
a:link, a:visited
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;		/* we're printing, so there's no need to
				   differentiate links from regular text. so
				   remove any formatting the links get. */
}
/******************************************************************************/