body {
	background-color: #fff;
	color: #000;
}

.remove {
	display: none;
}

#bgcontainer {
	background-image: none;
	background-color: #ffffff;	
	width: auto;
	margin: auto;
}

#maincontainer { 
	width: auto;
	margin: 0px auto;
}


#leftcolumn { /* Main Navigation, Sidebar */
	display: none;
}

#footer { 
	display: none;
}

#printaddress {
	display: block;
	text-align: left;
	position: relative;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;	
	color: #676300;
	clear: both;
	padding: 30px 0px;
	border-bottom: 1px solid #999;
}

#printaddress h3 {
	font-family: arial, sans;
	margin-bottom: 9pt;
}

#rightcolumn { /* AGM logo, Main Navigation, Sidebar */
	width: auto;
	margin: 0px;
	float: none;
}


#litbanner {
	display: none;
}

#printheader {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: right;
	display: none; /* undecided about the use of this */	
}

#printheader h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;		
	margin: 0px;
	padding: 0px;	
}


h2.sectionsubhead {
	color: #000;
	margin-left: 0px;
	clear: both;
}

#content {
	width: auto;
	float: none;
	clear: both;
	padding: 0px;
	margin: 20px 0px;
}

.postsummary {
	width: 70%;	
	padding-right: 5%;
	border-right: 1px solid #ccc;
}

.postinfo {
	float: right;
	font-size: 10px;
	margin-right: 0px;
	width: 20%;
}

.sidelinks {
	display: none;
}