/* -- Main layout styles -- */

body {
	width: 8in;
	color: #000;
	font: 12pt/20pt  "Times New Roman", Times, serif;
}

img{
	display : none;
}


img.printPic {

	display:block;
	width: 100%;
}

h1, h2, h3 {
	color: #666; 

}

h1 {
	font-size: 20pt;
	text-align: left;
	margin-bottom: 0;
	padding-top: 20px;
}
h2 {
	font-size: 16pt;
	border-bottom: 1px solid #666;
	padding: 20px 5px 5px;
}
h3 {
	font-size: 14pt;
	border-bottom: 1px solid #999;
	padding: 15px 5px 5px;
}
p{
	margin-top: 10px;
}

#header ul {
	display:none;
}


#footer {
	display:none;
}


#contentLeft {
	display:none;

}