@charset "UTF-8";
/* CSS Document */

body {
	background: white;
	font-family: Helvetica;
	font-size: 30px;
	line-height: 1.5em;
}
h1 {
	font-size: 100px;
	line-height: 1.5em;
}
h2 {
	font-size: 80px;
	line-height: 1.5em;
}
h3 {
	font-size: 60px;
	line-height: 1.5em;
}
h4 {
	font-size: 40px;
	line-height: 1.5em;
}
p {
	font-size: 30px;
	line-height: 1.5em;
}
#container {
	padding: none !important;
	margin: none !important;
	background: white;
	width: 100% !important;
	box-shadow: none !important;
	border-radius: none !important;
}
#hosanna {
	font-family: Helvetica;
}
#g {
	font-family: Helvetica;
}
#header {
	background: none;
	height: 0;
	width: 0;
	padding: 0;
	margin: 0 auto;
}
#nav {
	float:left;
	width: 100%;
	padding: 20px;
	background:#92b5d1;
}
#nav div {
	float: left;
	min-width: 46%;
	min-height: 70px;
	padding: 5px 1%;
	margin: 5px 1%;
	text-align: center;
	font-size: 50px;
	font-weight: bolder;
	color: black;
	text-shadow: none;
}
#nav div:hover {
	color: #004983;
	text-shadow: none;
	cursor: pointer;
}
.content {
	margin: 0 auto;
	padding: 0;
	width: 890px;
}
#footer {
	background: bottom right no-repeat url(images/H.png);
	height: 72px;
	width: 890px;
	padding: 0;
	margin: 0 auto;
	clear: both;
}
iframe {
	box-shadow: none;
	border-radius: none;
}
a:link, a:visited {
	color: #004983;
}
a:hover {
	color: white;
	background: #004983;
}
ul li{
	font-size:38px;
	line-height:1.5em;
	padding:8px;
}