/*
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.
*/

html,body
{
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}

body,td,th,p,select,input,a,em,strong,li,ul,span,table
{
	font-family: Georgia,Times,serif !important;
	font-size: 11pt !important;
	line-height: 18pt !important;
	color: #000 !important;
	background-image: none !important;
	background-color: white !important;
	text-align:left;
	text-decoration:none !important;
}

table
{
    width:auto !important;
    height:auto !important;
    border:0 !important;
    margin:0 !important;
    padding:0 !important;
}

.header, .header_menu, .breadcrumb, .downloadmessage, .footer, .leftnav, .toolbox, .menu, .adminSpan,
.skipnav,
.header_wrapper,
.banner_holder,
.breadcrumb_wrapper,
.last_updated,
.dropdownmenu,
.filter,
.depthome_right,
.title_wrapper a,
.important_alert_wrapper,
.title_right,
.home_left_buttons,
.home_middle,
.box_bottomlink,
.home .home_box_title a
{
	display:none;
}

.title_wrapper
{
	padding: 0px;
	margin: 0px;
	border:0px;
	line-height:40px;
	height:40px;
	clear:both;
}

.title
{
	font-family: Arial,Helvetica,MS Sans-Serif;
	font-size: 14pt;
	font-weight:bold;
	color:#000000;
}

.printerfriendly
{
	display:none;
}

.subtitle, .title_subtitle
{
	margin:0px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times; 
	font-size:12pt;
	font-weight:bold;
	color:#000000;
}

.container,
.container_noleftnav,
.container_noleftnav_notitle,
.mainSpan,
.mainSpan_noleftnav,
.width_container,
.content,
.home_columns,
.component_content,
.depthome_left,
.home_collage
{
	float: none !important;
	width: auto !important;
	width: 760px; /* narrower for IE6 */
	height:auto !important;
	border:0;
	overflow:visible;
	position: static;
	margin:0!important;
	padding:0px !important;
}

.content
{
	padding:20px 0px !important;
}

/** home styles**/
.home_collage
{
	float: none;
	width: 100%;
	height: 229px!important; 
}

.home_spotlight, .home_spotlight .box_content
{
	float: none;
	clear: both;
	width: auto;
	height: auto;
}

.home_left
{
	width: 45% !important;
	overflow: visible;
	padding: 0!important;
}

.home_right
{
	width: 45% !important;
	float: right;
	overflow: visible;
	padding: 0!important;
}

.home .home_box_title, .home .box_title
{
	text-indent: 0px;
	border: 0px;
	font-size: 14pt!important;
	line-height: 18pt!important;
	color: #000000;
	padding: 15px 0 10px 0 !important;
	height: auto;
	font-family: Georgia,Times,serif !important;
	display: block;
}