/* 
Navy #041E42
Gold #FFC72C 
*/
html,
body {
	height: 100%; /* fix for sticky footer  */
	/* padding-top:30px;  fix for sticky footer  */
	/* background-image:url(../images/ETSULargeLogoWaterMark.png);
	background-repeat: no-repeat;
	background-position:center; 
	background-size:90% */
	/* The html and body elements cannot have any padding or margin. */ 
	font-family: Arial, Helvetica, sans-serif;
}
.watermark{
	background-image:url(../images/ETSULogoWaterMark.png); 
	background-repeat: no-repeat;
	background-position:right;
	background-size:50%; 
}
hr {
	height: 2px;
	background-color: #041E42;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}