/********************************************
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, li,ul,span,table
{
	font-family: Helvetica, Arial, san-serif !important;
	color: #000 !important;
	background-image: none !important;
	background-color: white !important;
	text-align:left;
}

em,strong, th {
	font-weight: bold;
}

a
{
    color:#000 !important;
    text-decoration:none !important;
}
    
/*a:after { content:" [" attr(href) "]"; }*/

a:link:after, a:visited:after {
   content: "";
}
  
table
{
    width:auto !important;
    height:auto !important;
    border:0 !important;
    margin:0 !important;
    padding:0 !important;
}

.contentheader h1, .contentheader_banner h1, .content h1 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
}

.contentheader h2, .contentheader_banner h2, .content h2 {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 4px;
}

.content p{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 8px;
}

.content h3 {
	font-size: 13px;
	line-height: 15px;
}

.content h4 {
	font-size: 13px;
	line-height: 1.3;
}

.content h5 {
	font-size: 13px;
	line-height: 1.3;
}

.content h6 {
	font-size: 12px;
	line-height: 13px;
}

.content h7 {
	font-size: 12px;
	line-height: 13px;
}

ul, ol, dl {
	margin-left: 10px;
}

/* Hide the following things */
.skipnav,
.header,
.banner_holder,
.breadcrumb,
.last_updated,
.printer_friendly,
.downloadmessage,
.footer,
.footer_home,
.leftnav,
.toolbox,
.adminSpan,
#dropdownmenu,
.title_wrapper img,
.filter,
.depthome_right,
.title_wrapper a,
.forward_link_hyperlink,
.forward_link
{
	display:none !important;
}

.home_collage,
.home_buttons,
.home_right
{
	display:none !important;
}

.contentheader
{
	border:0px;
	padding:0px;
	margin:0px;	
}

div, span
{
    padding:0;
    margin:0;
    float:none !important;
}

.container,
.container_noleftnav,
.container_noleftnav_notitle {
	float: none !important;
	height:auto !important;
	margin: 0;
	padding: 0;
	overflow:visible;
}

.content {
	background-color:#fff;
	margin:0;
	border:0;
	padding:20px;
}

#leftnav_wrapper{
	display: none;
}

#toolbar {
	display: none;
}

#dropdownmenu {
	display: none;
}

.breadcrumb_wrapper, .breadcrumb, .title_right {
	display: none;
}