/* PRINT-ONLY Cascading Style Sheet */

/* Universal Styles (appear on most or all pages) */
/* Light Green: #c7d8d0 -- Dark Green: #464f4a -- Light Blue: #3246c8 */

#pgconts {
	position: static;
}
#header {
	width: 100%;
	margin-bottom: 1em;
	background-color: #c7d8d0;
}
#footer {
 	width: 100%;
 	position: relative;
 	display: none;
}

a.header:link, a.header:visited {
	display: none;
}
#hdr_left {
	font-size: 5pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #307c50;
	background: url('/images/PageGraphics/line_horiz.jpg');
	background-color: #ffffff;
	background-repeat:repeat-x;
	background-position:top
}
#hdr_right {
	background: url('/images/PageGraphics/line_horiz.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom: 8px;
}
#siteTitle {
	font-size: 14px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
#siteDesc {
        font-weight: normal;
	font-size: 7pt;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.mnu_tab {
	display: none;
}
.topmenu {
	font-family: arial, helvetica, sans-serif;
	font-size: 7pt;
 	margin-left: 8px;
 	margin-right: 8px;
 	margin-bottom: -1px
}
.tabs {
 	line-height: 1.7em;
	border: 1px solid #000000;
	border-bottom: none;
	background-color: #cccccc;
	padding-left: 6px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	margin-right: 3px;
	margin-left: 3px
}
#copyright {
	font-family: arial, helvetica, sans-serif;
	font-size: 6pt;
	text-align: center;
	padding-top: 1.5em;
	padding-bottom: 0.3em
}
#hdDate {
	font-family: arial, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	display: block
}