
	html {
		height : auto;
		min-height : 0px;
	}
	body {
		background : #ffffff none;
		height : auto;
		min-height : 0px;
		padding : 0px 30px 15px 30px;
	}
		#bodyForm {
			background : #ffffff none;
			height : auto;
			min-height : 0px;
		}
			#bodyHeader {
				border-bottom : solid 1px #ced5e5;
				height : auto;
				margin : 0px 0px 15px 0px;
				width : 685px;
			}
				#headerLogo p {
					margin : 0px 0px 0px 0px;
					width : 685px;
				}
					#headerLogo {
						display : none;
					}
					#printLogo {
						display : block;
					}
			#bodySection {
				margin : 0px 0px 0px 0px;
				position : relative;
				width : 685px;
			}
				#bodyArticle {
					float : none;
					padding : 0px;
					width : 685px;
				}
				#bodyAside {
					display : none;
				}
				#bodyNav {
					display : none;
				}
			#bodyFooter {
				display : none;
			}

.homeImageNoPrint
{
	display: none;
}