
@media screen, print {	
	body, input, p, td, ul, ol, li, dl, dt, dd, textarea, select {
		font-family: Verdana, Geneva, sans-serif;
	}
}

@media screen {	
	body {
		margin:0;
		padding: 0;
		text-align: center; 
		background-image: url(logo-tile.jpg);
	}

	body, input, p, td, th, ul, ol, li, dl, dt, dd, textarea, select {
		color: #464646;
		font-size: 11px;
		line-height: 15px;
	}
	
	h1, h2, h3, h4 {
		margin:0;
		padding: 0;
	}
	
	h1 {
		font-size: 14px;
	}
	
	h2 {
		font-size: 14px;
	}
	
	h3 {
		font-size: 13px;
	}
	
	h4 {
		font-size: 12px;
	}
	
	#main {
		margin: 0 auto;
		padding: 0; 
		width: 750px;
		height: 650px;
		text-align: left;
		position: relative;
		overflow: hidden;
		background-image: url(background.jpg);
		background-repeat: no-repeat;
		background-color: white;
	}
	
	#header1 {
		margin: 0;
		padding: 0;
		height: 140px;
		position: relative;
	}
	
	#header1 h2 {
		position: absolute;
		height: 0;
		width: 0;
		overflow: hidden;
	}
	
	#hhlink {
		position: absolute;
		margin: 0;
		padding: 0;
		width: 180px;
		height: 26px;
		left: 15px;
		top: 98px;
	}
	
	#header {
		margin: 0;
		padding: 0;
		height: 36px;
		position: relative;
		z-index: 5;
		background-color: red;
	}
	
	#header h2 {
		position: absolute;
		height: 0;
		width: 0;
		overflow: hidden;
	}

	#content {
		position: relative;
		margin: 3px 0;
		z-index: 1;
		min-height: 460px;
	}

	#content h1 {
		position: absolute;
		height: 0;
		width: 0;
		overflow: hidden;
	}

	#content a:link, #content td a:link,#content a:visited, #content td a:visited  {
		color: #517dc4; 
		text-decoration: none;
		font-weight: bold;
	}

	#content a:hover, #content td a:hover, #content a:focus, #content td a:focus {
		color: #37527d; 
	}
}

@media print {	
	#header1 {
		display: none;
	}

	#header {
		display: none;
	}	

	img {
		margin: 6px 18px 14px 18px;
	}
}

