#Container {	border : 1px solid;	overflow : hidden;	position : relative;}#Content {	font-family: Verdana, Arial, sans-serif;	height : 100%;	left : 1%;	text-align : center;	width : 98%;}#Content a, #Content a:visited {	color : navy;	text-decoration : none;}#Content h2 {	font-size : 1em;}#Content hr {	width : 90%;}#Content img {	border : 0px;}#Header {	position : absolute;	width : 100%;}@media print {	#Container {		height : 99%;		width : 99%;	}	#Content {		font-size : 1em;		position : absolute;		top : 70px;	}	#Content a, #Content a:visited {		font-weight : normal;	}	#Footer {		display : none;	}	#Header {		border-bottom : 1px solid;		font-weight : bold;		line-height : 40px;		text-align : center;	}	#Navigation {		display : none;	}}@media screen {	body {		margin : 50px;		text-align : center;	}	#Container {		background-color : #E6E6E6;		height : 650px;		margin-left : auto;		margin-right : auto;		text-align : left;		width : 752px;	}	#Content {		font-size : 0.8em;		position : relative;		top : 120px;	}	#Content a, #Content a:visited {		font-weight : bold;	}	#Content a:hover {		color : red;	}	#Footer {		background-image : url('Images/Footer.jpg');		background-repeat : repeat-y;		border-top : 1px solid;		bottom : 0px;		font-family : tahoma, sans-serif;		font-size : 0.6em;		height : 15px;		position : absolute;		text-align : right;		width : 100%;	}	#Footer a, #Footer a:visited {		color : navy;		text-decoration : none;	}	#Footer a:hover {		color : #03BBFF;	}	#Header {		background-image : url('Images/Header.jpg');		background-repeat : no-repeat;		height : 70px;		text-indent : -200%;		top : 10px;	}	#Navigation {		background-color : #CCC;		border-bottom : 1px solid;		border-top : 1px solid;		position : absolute;		text-align : center;		top : 80px;		width : 100%;	}	.NavLink {		float : left;		font-family : arial, serif;		font-size : 0.7em;		line-height : 18px;		width : 25%;	}	.NavLink a, .NavLink a:visited {		color : black;		text-decoration : none;	}	.NavLink a:hover {		color : white;	}}