/*
This is the print style sheet,
which defines which items will not be visible
or have different formatting on printed pages.
Customized for each project.
*/
body,td,th,p,select,input,a
{
	font-family:Verdana,Arial;
	font-size:11px;
	color:#000000;
	background-image: url(_gfx/spacer.gif);
}

.title_wrapper
{
	background-color:#FFFFFF;
	border:0px;
	line-height:40px;
	height:40px;
	clear:both;
}

.title
{
	font-family: Arial,Helvetica,MS Sans-Serif;
	font-size: 18px;
	font-weight:bold;
	color:#000000;
	margin:0px 0px 10px 0px;
}

.subtitle
{
	font-family: Georgia, Times New Roman, Times; 
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin:0px 0px 10px 0px;
}


#header,
.header_menu,
.breadcrumb,
.downloadmessage,
.footer,
.footer_side,
.leftnav,
.bannerHolder,
.bannerHolderLeft,
.toolbox,
.adminSpan,
.menu,
.printerfriendly
{
	display:none;
}

.mainSpan,
.container,
.container_noleftnav,
.content
{
	width: 100% !important; 
	margin: 0 !important; 
	float: none !important;
	height:auto !important;	
	background: none !important;
	overflow: visible !important;
}
