body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#left, #header, #menu, #noPic, #addy, #noPrint, #bottom{ 
  display : none; 
} 

#centerPage{
	position:absolute;
	z-index:3;
	left:-300px;
	top:1px;
	margin-left: 1px;
	left:1px;
	width:100%;
}

	
#contents{
	position:absolute;
	z-index:2;	
	margin-left:0px;
	margin-top:0px;
	margin-bottom:-5px;
	top:-5px;
	left:-182px;
	bottom:0px;
	clear:both;
	border:none;
}

#topPrint{
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	left:-105px;
	width:600px;
}

#leftBullets{
	position:relative;
	margin-left:0px;
	margin-top:0px;
	top:100px;
	left:-80px;
	width:250px;
	height:auto;
	border:none;
}

#rightBullets{
	position:relative;
	margin-left:0px;
	margin-top:0px;
	top:100px;
	left:-40px;
	width:250px;
	height:auto;
	border:none;
}

#bottomPage{
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	top:250px;
	left:-105px;
	width:600px;
	border:none;
}


