@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:1850px;
	z-index:4;
	top: 209px;
	background-color: #848484;
	color:#FFF;
	
}
.Heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F00;
	text-align: center;
}
#footer {
	position:absolute;
	top:2042px;
	width:52px;
	height:27px;
	z-index:5;
	
}
#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;
}
#footerOver {
	position:absolute;
	top:2048px;
	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;
}
