body {
	padding: 0 ;
	margin: 0 ;
	font-size: 12pt ;
}
a {
	color: black ;
	text-decoration: none ;
}
#home-body {
	width: 100% ;
	height: 20em ;
	xposition: absolute ;
	xleft: 0 ;
	xtop: 3em ;
	margin: 3em 0 0 0 ;
	background-attachment: scroll ;
	background-clip: border-box ;
	background-color: #ccf ;
	background-image: url('/img/banner20150320.jpg') ;
	background-origin: border-box ;
	background-position: center center ;
	background-repeat: no-repeat ;
	background-size: cover ;
	position: relative ;
}
#home-header {
	width: 100% ;
	color: white ;
	font-size: 4em ;
	font-weight: bold ;
	font-family: italic ;
	xbackground-color: rgba(255,255,255,0.25) ;
	text-align: center ;
}
#home-nav {
	text-align: center ;
	position: absolute ;
	bottom: 25% ;
	width: 100% ;
	xborder: 1px solid red ;
}
#home-nav a {
	display: inline-block ;
	border-radius: 2pt ;
	xfloat: left ;
	width: 7em ;
	color: white ;
	background-color: #4098d0 ;
	padding: 0.4em ;
	text-transform: uppercase ;
	font-family: sans-serif ;
	margin: 0 1em ;
}
#home-footer {
	xposition: absolute ;
	xleft: 0 ;
	xbottom: 0 ;
	width: 100% ;
	xheight: 3em ;
	xbackground-color: rgba(255,255,255,1) ;
	text-align: center ;
	font-size: 0.85em ;
	xborder: 1px solid red ;
}