/****************************************************
	P R I N T
****************************************************/

body {
	background-image: none !important;
	background-color: #FFFFFF;
}

body div.Content table {
	clear: both;
	margin-bottom: 25px;
}

body div.Content div.HeadingH1 {
	font-size: 2em !important;
	display: block ! important;
	clear: both !important;
}


div#HeaderContainer, 
td#Column1,
td#Column3,
td#ToolsColumn,
td#InfoColumn, 
div#FooterContainer,
.HideOnPrint {
	display: none;
}

.ShowOnPrint {
	display: block ! important;
}

body,
div#PageContainer,
div#Page,
div#ColumnsContainer,
table#ColumnsTable,
td#FullContentColumn,
td#Column2,
div#ContentColumnInner,
div.Content 
{
	border: 0px solid black !important;
	margin: 0 ! important; 
	padding: 0 ! important;
/*	width: 600px ! important; */
	width: 100% ! important;
	display: block ! important;
}

body, 
input, select, textarea, 
td, th, 
div, p, span, 
a,
li,
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}


/* this needs to be set, as it makes 
trouble on the front page */
div#PageHome {
	padding: 0; /* HEADER HEIGHT #1 of 2 */
	margin: 0;
}

/* this needs to be set, or else the content 
will not stretch to fit the page */
td#ContentColumn
{
	width: 100%;
}

img#NotVotingBallot
{
	display: inline;
	position: absolute;
	z-index: -1;
}
