@charset "utf-8";
/* CSS Document */
/* Print Styles  - JPJR 02 2009 
secondary file of ContentPublisherGrid 2.0
updated - JLPJR 02.26.2009 */

* {
	float: none !important;
	vertical-align: top;
}

#tableWrapper {
	margin: 0 !important;
	padding: 0;
}

/* --Fixes the firefox print bug which cuts the page off instead of continuing the content onto the next page -- */
table {
	height: 100% !important;
}

td {
	width: 0;
}

#howMenu, #searchInput, #easyButtons, div.navbar, div#vgn-div-float-bottom-left, .breadCrumb, .epi-BG3, .epi-vertMenu-border-baseLevel, td.contentbox_main table table table tr td table, #Column1 tbody tr td table tbody tr td table, .blueheader_left, .blueheader_center, .blueheader_right, .contentbox_left, .contentbox_center, .contentbox_right, .curvedbottom_left, .curvedbottom_center, .curvedbottom_right, .linkBarContainer * {
	display: none;
}

#leftColumn, #Column2, #Column1 img {
	width: 0 !important;
	display: none !important;
}

td.contentbox_main table tbody tr td {
	width: 0 !important;
	height: inherit !important;
}

#Column1 {
	margin: 0 0 0 75px !important;
	width: 500px;
}

#Column1 div, #Column1 div table, #Column1 div table td {
	width: 100% !important;
}

hr {
    margin: 10px 0 !important;    /*this is the Firefox/Opera margin*/
    margin: 5px 0;               /*this is the IE margin - 7px - less*/
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #999; 
	border-style: none none dotted;
	width:99%;
	clear: both;
}

/*///////////////////////////// Font adjustments for printing //////////////////////////////////*/
p, #Column1 p, #Column1 p span {
	margin: 0 0 1em 0 !important;
	padding: 0 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 10pt !important;
	color: #444 !important;
}

h4, h4 span, .contentbox_main h4, .contentbox_main h4 span, .vgn-ext-text h4, .vgn-ext-text h4 span {
	font-family: Georgia, Verdana, Lucida Grande, Lucida Sans, sans-serif !important;
	font-size: 11pt !important;
	font-weight: bold !important;
}

li {
	font-size: 10pt !important;
	list-style: disc;
}

li li {
	list-style: circle;
}


