/* Strip all the browser-specific stuff */
@import url(layout.css);

html {
	text-align: center;
	background-color: #ffc;
}
body {
	width: 770px; margin: 0 auto; padding: 0;
	text-align: left; position: relative;
}
h1 a {
	width: 770px; height: 107px; display: block;
	background: url(/images/VFC-HomeTop.gif) 0 0 no-repeat;
	text-indent: -9999px;
}
h2,h3,h4,h5 { text-align: center; margin-bottom: 0.125em; font-weight: normal; }
h2 { font-size: 130%; font-weight: bold; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
