@charset "UTF-8";
/* CSS Document */
html,
html *{
	margin:0;
	padding:0;
}
header{
	padding:32px;
}
img{
	width:100%;
	max-width: 100%;
	height:auto;
	vertical-align: middle;
}
body{
	background-image:url(../Images/SVHCS_background.jpg);
	background-size:cover;
	margin-left:auto;
	margin-right:auto;
}
span{
	visibility: hidden;
	position:relative;
	width:100%;
	max-width: 100%;
	height:10px;
	top:-20px;
}
footer{
	background-color:#65142E;
	width:100%;
	padding-right:0px;

}

h3{
	padding-top:5px;
	color:#fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight:normal;
	font-size: 11pt;
	line-height: 20px;
	text-align: center;
}
a{
	text-decoration: none;
}




	


