body, html {
	height: 100%;
	font-family: sans-serif;
}
.header2 {
	position: absolute;
	/* [disabled]height: 328px; */
	text-indent: -9999px;
	width: 100%;
	margin: -.5em 0 0 0;
	text-indent: 0;
	background: rgba(243, 243, 243,0);
	top: 0px;
	left: 0px;
	text-align: center;
	vertical-align: middle;
}
.content {
	font-size: 16px;
	position: absolute;
	width: 100%;
	text-indent: 0px;
	background: rgba(243, 243, 243,1);
	top: 130%;
	left: 0px;
	opacity: 0.85;
}
.container1 {
	margin: 0 auto;
	width: 90%;
	opacity: 0.7;
}
.footer {
	margin: 0 auto;
	width: 100%;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	background-color: #333333;
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 8px;
}
.style1 {
	font-size: 18px;
	color: #000000;
	font-family: "Comic Sans MS", cursive;
}
a, a:visited, a:active {
	color: #FFF;
}
a:hover {
	color: #F00;
}
.smoothScroll {
  text-decoration: none;
  font-family: Segoe UI;
  margin: 24px;
}
.menubar1 {
	background-color: #333333;
	clear: both;
	padding-left: 20px;
	text-align: center;
}
ul.nav1 {
	list-style: none;
	display: inline-block;
	padding: 1px;
	margin: 0;
}
ul.nav1 ul{
	position: absolute;
	z-index: 9999;
}
ul.nav1 ul li{
	position: relative;
	margin: 0px 0px 0px 0px;
	/* [disabled]text-align: center; */
}
ul.nav1 li:hover >ul{
	display: block;
	list-style: none;
	padding-left: 20px;
	padding-top: 10px;
}
ul.nav1:after{
	content: "";
	clear: both;
	display: block;
}
ul.nav1 li {
	/* [disabled]float: left; */
	/* [disabled]border-right: 1px solid #666; */
	display: inline-block;
	/* [disabled]text-align: center; */
}
ul.nav1 a, ul.nav1 a:visited{
	padding: .3em 1em;
	display: block;
	text-decoration: none;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
ul.nav1 ul li a, ul.nav1 ul li a:visited{
	background-color: #222222;
}
ul.nav1 a:hover, ul.nav1 a:active, ul.nav1 a:focus {
	background-color: #FFFFFF;
	color: #000000;
}
ul.nav1 ul li a:hover, ul.nav1 ul li a:active, ul.nav1 ul li a:focus{
	background-color: #FFFFFF;
}
h1 { 
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  text-align:center
}
h2 {
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-align: left
}
h3 {
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-align: left
}
.mainlogo{
	max-width: 800px;
}
