/*
-----------------------------------------------

Title:   Global print styles
Author:  The Push Group, LLC
Updated: March 7 2007

----------------------------------------------- */

/* Main Shell */
* {
	color: #000;
	background-image: none;
	font-family: "Times New Roman", Times, Serif;
	font-size: 13pt;
	text-decoration: none;
}
body, 
#wrap, 
#footer {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
body {
	background: white; 
	text-align: left; 
}


/* Headers */
h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, Serif;
	margin-bottom: .3em; 
}
h1 {
	padding-bottom: .15em;
}
h1, h1 * {
	font-size: 18pt;
}
h2, h2 * {
	font-size: 13pt;
}
h3, h3 * {
	font-size: 12pt;
}
h4, h4 * {
	font-size: 12pt;
}


/* Links */
a:link, 
a:visited {
	color: #00e; 
	background: transparent; 
	font-weight: bold; 
	text-decoration: underline; 
}


/* Header */
#header {
	margin-bottom: .7em;
	padding-bottom: .9em;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	text-align:center; 
}



/* Footer */
#footer {
	margin-top: .9em;
	width: 100%;
	border-top: 1px dotted #ccc;
	text-align:center; 
}


/* Line Height */
#wrap p, 
#content li {
	line-height: 1.6em;	
}
#content li {margin-bottom: .7em;}

/* Hide Unnecessary Items */
#navcontainer ul,
#topnav,
hr,
#skipnav,
#footer .botnav {
  display: none !important;
}


/* Images */
img {
	border: none;
}