@charset "UTF-8";
/* CSS Document */
body {
	font: 16px Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	background: #E2E1D9;
}
#header {
	background: url(../images/2017/header_background_2017.png) repeat right bottom;
	position: relative;
}
#header img {
	width: 100%;
	height: auto;
}
table {
	width: 90%;
	background: #FFF;
}
table table {
	width: auto;	
}
td {
	padding: 0 1%;	
}
#nav {
	width: 20%;
	background: #AAAAA5;
}
#nav p {
	float: left;
	clear: both;
	max-width: 240px;
}
#title img {
	display: none;
}
.homeButton {
	display: none;	
}
#apDiv2 {
	display: none;
}
@media only screen and (min-width:50px) and (max-width:620px) {
table {
	width: 100%;
}
#nav {
	display: none;
}
.homeButton {
	display: block;	
}
}
