@charset "utf-8";
#header {
	background-image: url(header2017.png);
	height: 199px;
	width: 828px;
	margin-right: auto;
	margin-left: auto;
}
body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#middle {
	background-image: url(white.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	width: 828px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #AA3738;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}


#footer {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000;
	background-image: url(footer-graphic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	height: 20px;
	width: 828px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#buttons {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #AA3738;
	background-color: #F9ECB9;
	text-align: center;
	width: 828px;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	font-style: normal;
}
