@charset "utf-8";
/* CSS Document */

@media print {

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: none;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
	text-align: center;
	height: 100%;
}

#mainarea {
	background-color: #FFF;
}


#navigation {
	display: none;
}

#toparea .logo {
	margin-bottom: 0px;

}

#toparea .minor_nav {
	display: none;
}

#topstrip  {
	display: none;
}

#mainarea #intro {
	background-color: #014d81;
	width: 100%;
	background-repeat: no-repeat;
	height: 147px;
	float: left;
	position: relative;
}

#subnav {
display: none;
}

#subnav ul {
display: none;
}

#mainarea #signposts {
	display: none;
}


#contentarea #content_left {
	width: 100%;

}

#contentarea #content_right {
	display: none;
}

#footer {
	display: none;
}

}

