/*/////////////////// PRINT SETTINGS*/

html, body, div, span, object, h1, h2, h3, h4, p, blockquote, 
a, font, img, strong, ol, ul, li, fieldset, form, label, table, caption, 
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 135%;
}

body {
   background: white;
   font-family: arial, helvetica, verdana, sans-serif;
   font-size: 10pt;
   color:#000;
}
 
.edit-link, #topNav, #quicksearch, #pnb, #rightCol, #navigation, #bannerPhoto {
   display: none;
}

#header {
	height: 50px;
	margin-top: 35px;
}

#header:after {
	display: block;
	clear: both;
	content: " ";
	height: 0;
	overflow: hidden;
}

#header h1 a {
	float: left;
	margin-top: 0;
	margin-left: 5%;
	font: 26px/26px Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: none;
}

#leftCol {
   margin: 2% 5% 0 5%;
   float: none !important;
   background: transparent none;
  }

#leftCol p {
	font-size: 100%;
	margin-bottom: 15px;
	color: #000;
	line-height: 120%;
}

#leftCol ul,
#leftCol ol {
	margin-bottom: 15px;
}

#leftCol ul,
#leftCol ol,
#leftCol li,
#leftCol li span,
#leftCol dl,
#leftCol dt {
	font-size: 100%;
}

#leftCol dt {
	font-weight: bold;
	float: left;
}

#leftCol dl {
	font-weight: normal;
	padding: 0;
}

#leftCol h1 {
	font-size: 200%;
	margin-bottom: 15px;
	font-weight: bold;
	color: #000;
}

#leftCol h2 {
	font-size: 150%;
	margin-bottom: 15px;
	font-weight: bold;
	color: #000;
}
	
#leftCol h3 {
	font-size: 130%;
	margin-bottom: 15px;
	font-weight: bold;
	color: #000;
}

#leftCol h4 {
	font-size: 110%;
	margin-bottom:15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

#left-column h5 {
	font-size: 100%;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

#left-column h6 {
	font-size: 85%;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
   
a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	border-bottom:none !important;
	border-bottom:none;
}

#leftCol a:link:after,
#leftCol a:visited:after {
	content: " (Link: " attr(href) ") ";
	font-size: 90%;
	color: #999;
	text-decoration: none;
}
	
#leftCol caption {
	font-weight: bold;
	text-align: left;
	font-size: 130%;
	padding-bottom: 5px;
}
	
#leftCol table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
	position: static;
	overflow: visible;
	height: auto !important;
}

#leftCol td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	height: auto !important;
}

#leftCol th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

#footer {
	margin: 2.5% 5% 0 5%;
	padding-top: 2.5%;
	float: none !important;
	background: transparent none;
	border-top: 1px solid #ccc;
  }

#footer p {
	font-size: 85%;
	margin-bottom: 8px;
	color: #000;
	line-height: 120%;
}

#footer ul,
#footer ol {
	margin-bottom: 15px;
}

#footer ul,
#footer ol,
#footer li,
#footer li span,
#footer dl,
#footer dt {
	font-size: 85%;
	list-style: none;
}

#footer a:link:after,
#footer a:visited:after {
	content: " (Link: " attr(href) ") ";
	font-size: 90%;
	color: #999;
	text-decoration: none;
}