.noprint {
	display: none;
}
#corner {
	background-image: url(assets/nav/corner-bottom.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 24px;
	position: relative;
	top: -26px;
	margin: 0px;
	float: left;
	display: none;

}
#content {

	background-color: #FFFFFF;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #00619E;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #00619E;
	padding-left: 2px;
	margin-left: 2px;
}

