/* CSS file for header control */

#Header
{
	position: absolute;
	background: url("images/header_shade_blue.png") repeat-x bottom left;
	margin: 0;
	padding: 0;
	border: 0;
	top: 0;
	left: 0;
	height: 40px;
	width: 100%;
	overflow: visible;
	z-index: 100;
}

#HeaderH1
{
	position: absolute;
	width: 100%;
	height: 40px;
	top: 3px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	vertical-align: middle;
	font-family: Arial,sans-serif;
	font-style: oblique;
	font-weight: bold;
	font-size: 16pt;
}

#HeaderH1 a, #HeaderH1 a:hover, #HeaderH1 a:active, #HeaderH1 a:focus
{
	outline: none;
	background-color: transparent;
	text-decoration: none;
}

#HeaderH1 img
{
	position: absolute;
	top: 2px;
	right: 12px;
}

@media print
{
	#HeaderH1 { font-size: 16pt; }
	#HeaderH1 img { display: none; }
}

