@media print 
{

	BODY
	{
		margin: 0;
		padding: 0;
		font: normal normal 11pt arial, helvetica, sans serif!important;
		vertical-align: top;
		background:none;
	}
	
	.global_inner_content_container
	{
		padding:0;
		width:100%;
	}
	
	#global_content
	{
		margin-top:10px;
		background:none!important;
		width:100%;	
	}
	
	#global_header, #global_footer, #global_left_nav, #global_bottom_nav
	{
		display: none!important;
	}
	
	#printer_logo
	{
		display: block;
		width: 180px;
		height: 28px;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	
	#global_breadcrumbs
	{
		position: relative;
		top: 0;
		left:0;
	}
	
	#global_breadcrumbs A
	{
		text-decoration: none;
	}
	
		#right_navigation {
			width: 165px;
			list-style: none;
			margin: 0 0 0 15px;
			padding: 0 0 0 5px;
			float: right;
			border-left: 1px solid #014568;
		}
	
		#right_navigation LI {
			vertical-align: middle;
			border-bottom: 1px solid white;
			padding: 0;
			width: 165px;
			margin: 0;
		}
	
		#right_navigation A, #right_navigation A:visited {
			display: block;
			height: 35px;
			background: url() #FFF no-repeat;
			line-height: 1em;
			color: #014568;
			font-size: .9em;
			padding: 1px 5px 0 41px;
			text-decoration: none;
			border-bottom: 1px dotted #DDD;
			margin: 5px 0 0 0;
		}
	
		#right_navigation A:hover {
			color: #9C9;
			text-decoration: none;
		}
	
	.table_content TD, .table_content_divider TD , .table_content_divider_spaced TD
	{
		vertical-align: top;
	}
	
	.table_content_divider TD, .table_content_divider_spaced TD
	{
		padding: 2px 5px;
		border-bottom: 1px solid #DDD;
	}
	
	.table_content_divider_spaced TD
	{
		padding: .5em 5px 1em 5px;	
		border-bottom: 1px solid #666;
	}
	 
	.table_content TH, .table_content_divider TH , .table_content_divider_spaced TH
	{
		text-align: left;
		border-bottom: 1px solid black;
		border-top: 1px solid black;
		vertical-align: top;
		padding: 3px 2px;
		background-color: #EEE;
	}
	
	.table_content CAPTION, .table_content_divider CAPTION, table_content_divider_spaced CAPTION
	{
		text-align: left;
		padding-bottom: .5em;
		font-weight: bold;
	}
	
	/* Aug 15 - Removed #global_content infront of these two */
	
	.print_no_show
	{
		display: block;
	}
	
	.show_no_print
	{
		display: none;
	}
	
	
	#new_main_nav {
	
		display:none!important;
		
	}
	
	#new_global_header {
	
		display:none;
		
	}
	/* Special Classes for List Checkbox */
	
		UL.checkbox { 
			list-style: square;
			margin: 0 0 0 15px;
			padding: 0;
		}
	
		.checkbox LI { 
			margin-left: 20px;
			padding: 0 0 .5em 0;
			background: none!Important;
		}
	
		.checkbox LI LI { 
			background: none;
			padding: 0 0 .5em 0;
		}
		
		UL.xbox { 
			list-style: none;
			margin: 0 0 0 15px;
			padding: 0;
		}
	
		.xbox LI { 
			background: url(/art/css-icons/li-xbox.jpg) no-repeat top left;
			padding: 0 0 .5em 20px;
		}
	
		.xbox LI LI { 
			background: none;
			padding: 0 0 .5em 0;
		}
	
	
	
	/* *** Consistency ************* -- ALSO UPDATE IN SCREEN CSS VERSION */
	
	IMG.image_float_right, IMG.image_float_right_border
	{
		float: right;
		margin: 0 25px 25px 50px;
	}
	
	IMG.image_float_right_border
	{
		border: 1px solid #666;	
	}
	
	IMG.image_float_left, IMG.image_float_left_border
	{
		float: left;
		margin: 0 50px 25px 0;
	}
	
	IMG.image_float_left_border
	{
		border: 1px solid #666;	
	}
	
	
	
	/* Form Template */
	
	
		.form_table H2, .form_table_asp H2 
		{
		}
		
		.form_table H4, .form_table_asp H4
		{
			text-indent: 10px;
		}
	
		.form_table DIV, .form_table_asp #begin_box DIV {
		}
	
		.form_table DIV DIV, .form_table_asp #begin_box DIV DIV {
		}
	
		.form_table DIV H3, .form_table_asp DIV H3 {
		}
	
		.form_table .divider, .form_table_asp .divider {
			border-bottom: 1px solid #DDD;
		}
	
		
		.form_table DIV TABLE TD, .form_table_asp DIV TABLE TD {
			vertical-align: top;
		}
				
		.form_table DIV TABLE TH, .form_table_asp DIV TABLE TH {
			vertical-align: top;
			text-align: center;
		}
	
		.form_table P, .form_table_asp P {
			clear: both;
			margin: 5px 10px;
		}
	
		.form_table P SPAN, .form_table_asp P SPAN {
			width: 120px;
			float: left;
			vertical-align: top;
			text-align: right;
			padding: 3px 3px 0 0;
		}
	
		.form_table SMALL
		{
			color: #A00 !important;
			font-size: .9em;
			font-weight: normal;
		}
	
		#txtVerify, .form_table INPUT[TYPE=SUBMIT], #captcha_privacy
		{
			display: none;
		}
		
		#global_mobile_request_desktop
		{
			display:none;	
		}
}