/*print styles*/
/*print styles*/
body {
	background: none;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-size: medium;
}
#horizon {
	position: static;
	top: 0;
	left: 0;

	width: 100%;
	margin-top: 0px;
	text-align: left;
	min-width: none;
}

#wrapper {
	margin: 0px auto;
	background-color: #fff;
	position: static
	text-align: left;
	height: none;
}

#main {
overflow: visible !important;
height: none !important;
}
#leftMenu {
	display: none;
}
#mainContent {
	float: none;
	margin: none;
	clear: none;
	width: 517px;
	background-color: #e2ebf1;
	height: none;
}

#mainSearchBar {
	display: none;
}
#footer {
display: none;
}

