@charset "utf-8";


#container {
	width:800px;
	height:auto;
	margin:auto;

}

#banner {
	position:absolute;
	width:800px;
	height:174px;
	z-index:1;
	top: 0px;
}
#navbar {
	position:absolute;
	width:800px;
	height:35px;
	z-index:2;
	top: 174px;

}
#navbtn {
	position:absolute;
	width:800px;
	height:35px;
	z-index:3;
	top: 181px;
}
#content {
	position:absolute;
	width:800px;
	height:764px;
	z-index:4;
	top: 209px;
	background-color: #848484;
	color:#FFF;
	
}
.Heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #03488F;
	text-align: center;
}
#footer {
	position:absolute;
	top:945px;
	width:52px;
	height:30px;
	z-index:5;	
}
#form {
	position: relative;
	left: 75px;
	top: 20px;

}

.img {
	border-top-color: #848484;
	border-right-color: #848484;
	border-bottom-color: #848484;
	border-left-color: #848484;
	float: left;
}

.img2 {
	border-top-color: #848484;
	border-right-color: #848484;
	border-bottom-color: #848484;
	border-left-color: #848484;
	float: right;
}
#pagpic {
	height: 493px;
	width: 206px;
	position: relative;
	top: 175px;
	left: -125px;
	float: right;
}

#footerOver {
	position:absolute;
	top:951px;
	width:800px;
	height:25px;
	z-index:6;
	color:#848484;
	text-align:center;
	font-weight:400;
}
a:link {
	color: #03488F;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #03488F;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #ffffff;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #F00;
}
.policy {
	font-size: 12px;
}
.textstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
