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: #0071b7 url(images/background.jpg) repeat-x;
	width: 100%;
	height: 480px;
}

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

#header {
	width: 754px;
	height: 55px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
}

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

#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: 209px;
	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 {
	width: 380px;
	margin: 0;
	padding: 0;
	height: 120px;
	overflow: hidden;
	display: block;
	float: right;
	text-align: center;
	position: relative;
	top: 84px;
}

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

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

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

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

#footer {
	background: url(images/background.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;
}