/*print*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
a {
	text-decoration: underline;
	font-size: 12px;
	color: #2C5EAB;
}
#header {
	text-align: center;
	margin-bottom: 20px;
}
#navigation {
	display: none;
}
#h1 {
	font-size: 18px;
}

#footer {
	text-align: center;
	vertical-align: bottom;
}
#footer ul {
	display: none;
}
#slideshow {
	display: none;
}
.tank img {
	display: none;
}
#accredited  {
	display: none;
}
h1 {
	font-size: 25px;
	margin-bottom: 10px;
}
.content {
	margin-top: 30px;
}
.content p {
	line-height: 130%;
	font-size: 12px;
}
.box img {
    display: none;
}
.form-item {
	padding: 5px 0;
}
input, textarea {
	width: 200px;
	border: 1px solid #999;
}
input.submit {
	width: auto;
}