/* Print CSS File */

/**************************************   Main Components   ************************************/
body {
	margin: 0 auto;
	padding: 0px;
	width: 7in;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 85%;
	text-align: left;
	}

#mainblock {
	float: none;
	display: inline;
	padding: 0;
	margin: 0 auto;
}

* html #mainblock {
	text-align: left;
	}
/****** Link Features ******/

a {
text-decoration: underline;
}

/****** List Features ******/
ul{
	margin : 0;
	padding : 0;
	line-height : 140%;
}

ul li{
	margin: 0;
	background-color : transparent;
	list-style-image: url(../gfx/print_bullet.gif);
}

.first{
	list-style-image: none;
	}

.contact{
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 15px 0;
	width: 100%;
	border-top: 1px solid #000 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	}
.contact li{
	display: inline;
	}
	
/**************************************  Page Top Features  *****************************/

#printlogo {
	display: block;
	}
/************************************  Content Features  ******************************/

#content {
	float:none;
	border: none;
	display:inline;
	text-align:left;
	margin: 0;
	padding: 0;
	width: 100%;
}
	
/********************************* Bottom Information Features  ******************************/
/************* NOT to be displayed ****************/

#header, #dial, #breadcrumb, #breadcrumb, #sidebar, #subnav, #signature, #librarysearchfields, #librarysearch, .print_hide, .navigation{
	display: none;
	} 