html {
	height: 100%;
}

body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family:  "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	color: #00457c;
	text-decoration: none;
}

h1 {
	font-weight: normal;
	font-size: 16px;
	color: #00457c;
}

#printing_footer {
	position: absolute;
	text-align: center;
	background-image: url(pictures/page/printout_bottom.jpg);
	float: left;
	width: 100%;
	bottom: 0px;
}

#logo_placement {
	text-align: center;
}

#navigation_third {
	display: none;
}

#page_content {
	display: none;
}

#printing_page_content{
}

#extra {
	display: none;
}

#print_icon {
	display: none;
}

#row_2 {
	display: none;
}

#row_bottom {
	display: none;
}