@media screen {
#header {
	/*background-color: #072FC6;*/
	background-color: white;
	height: 105px;
}

#header #HeaderContent {
	height: 100px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 3px;
}


#header #HeaderContent #LeftContent {
	float: left;
	width: 50%;
	background-image: url(../images/logo.jpg);
	/*background-size:395px 115px;*/
	background-size: auto 100%;
	background-repeat: no-repeat;
	height: 100px;
}
#header #HeaderContent #RightContent {
	width: 50%;
	font-size: 12px;
	font-weight: bold;
	/*color: #ffffff;*/
	color: green;
	padding-right: 0px;
	padding-top: 83px;
	float: right;
	/* 
	background-image: url(../images/needle.gif);
	background-repeat: no-repeat;
	*/
}



#dkblueheader {
	height: 24px;
	background-color: #355773;
}
}

@media print {
#header {
	display: none;
}
#header #HeaderContent {
	display: none;
}
#header #HeaderContent #LeftContent {
	display: none;
}
#header #HeaderContent #RightContent {
	display: none;
}
#dkblueheader {
	display: none;
}
}
