body {
	margin: 0;
	padding: 0;
	font: 13px/16px Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #0280ff;
	text-decoration: none;
}

a:hover {
	color: #025aff;
	text-decoration: underline;
}

#wrapper {
	background: #c5ebf4 url(images/background.jpg) repeat-x;
	width: 100%;
	height: 500px;
}

.content {
	width: 694px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}

#header {
	width: 754px;
	height: 55px;
	margin: 0 auto;
}

#subhead {
	width: 754px;
	height: 47px;
	margin: 0 auto;
	padding: 0;
	background: url(images/top.jpg) no-repeat;
	overflow: hidden;
}

#headtxt {
      width: 754px;
      height: 50px;
      margin: 0 auto;
      padding-top:  15px;
	padding-left: 25px;
	padding-bottom: 0px;
	color:WHITE;
	font-weight:bold;
}

#headtxt h1{
	font-size:19px;
	}

#subhead h1 {
	font-size: 14px;
	font-weight: bold;
	color: #fefdd3;
	line-height: 16px;
	text-align: right;
	padding-right: 30px;
	margin: 0;
	padding-top: 8px;
}


#middle {
	width: 754px;
	height: 212px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/middle.jpg);
	overflow: hidden;
}

#middle h3 {
	font-weight: bold;
	color: #0587b8;
	font-size: 14px;
	line-height: 22px;
	margin: 6px 0;
}


form .zipbox {
	color: #fa5400;
	font: bold 18px "Comic Sans MS", "Courier New", Courier, mono;
	text-align: center;
	margin: 4px 0 0;
	border: 2px solid #028ecc;
	padding: 2px;
	width: 200px;
}

#bottom {
	width: 754px;
	height: 63px;
	margin: 0 auto;
	padding: 0;
	background: url(images/bottom.jpg) no-repeat;
	overflow: hidden;
	text-align: center;
}

#bottom h1 {
	color: #f2e6a9;
	font-size: 20px;
	line-height: 63px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.content h4 {
	font-weight: bold;
	color: #005392;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-top: 20px;
}

#footer {
	background: url(images/footer.jpg) repeat-x;
	padding-top: 16px;
	padding-bottom: 60px;
	font-size: 13px;
	line-height: 16px;
}

#footer img {
	padding: 10px;
}

hr {
	border: none;
	border-bottom: 2px solid #e2e2e2;
	margin-top: 10px;
	margin-bottom: 4px;
}
