/* $Id: print.css,v 1.1.1.1 2009/12/21 16:34:00 btamilio Exp $ */


body, html { 
	margin: 0;
	padding: 0;
	height: 100%;

	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	
	   background: white;
   font-size: 12pt;

 
} 

* {
font-family: Helvetica, Arial, sans-serif;

}
 
 

#container {
	width: 100%;
	padding-bottom: 1em;
	
}

 
.skip_navigation {
 	display: none;
}


#header, #subheader {
	position: relative;
	clear: both;
	width: 100%;	
	text-align: left;
		height: 2em;
}


#header {
	float: left;
		padding-bottom: 40px; 
}

 

#logo {
	display: none;
}

#login {
	display: none;
}

#login  A {
	color: #fff;
	text-decoration: none;
}

#login  A:hover {
	text-decoration: underline;
}

#subheader {
 display: none;
}
 
#subheader_left {
 display: none;
}

#subheader_right {
 display: none;
}

#globalnav {
 display: none;
}

 
#section_header {
margin-top: 3em;
	clear: both;
	border-bottom: .1em solid black;
 

}

#section_header H1 {
 	padding-top: .25em;
	font-size: 1.2em; 
	line-height: 1em;
}

#content_wrapper {
	clear: both;
	margin: 1em auto;
	text-align: left;
}

#content_left {
 	display: none;
}

#content {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 150%;
	width: 100%;
	
}


#content  H2 {
	margin: 0;
	padding: 0;
	padding-top: .4em;
	padding-bottom: .2em;
	font-size: 1.2em;
	font-weight: bold;
}


 
#content H3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: .5em;
	padding-bottom: .25em;
}


#content A, #content A:visited, #content A:active, #content A:link {
	text-decoration: underline;
}

#content A:hover {
	text-decoration: underline;
}


#content_right {
 	display: none;
}
 
.related_items  {
	display: none;
}



#footer {
  margin-top: 3em;
  padding-top: 1em;
  width: 100%;
  clear: both;
  border-top: .1em solid black;
  font-size: .85em;
}

 

.footer_nav   {
	display: none;
}

 
#preview {
 	display: none;
}

.noprint {
 	display: none;
}
 
 
TABLE {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 100%;

}

TH {
	border-top: 1px solid black;
	border-left: 1px solid black;
	text-align: left;
	font-weight: bold;
		padding: 5px;
}

TD {
	border-top: 1px solid black;
	border-left: 1px solid black;
		padding: 5px;
}
 
#content H2, #content H3 {
 	margin-top: 25px;
}
 
.printsep {
 	page-break-before: always;
 }
 
 
 
 