@charset "utf-8";
.pageheader {
	background-color: #E6AA00;
	height: 64px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-color: #EF4323;
	text-align: right;
	padding-bottom: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

