/* CSS Document */

h1 {
	width: 100%;
	max-width: 960px;
	margin: 0px;
}
h1 img {
	width: 99%;
	height: auto;
	margin: 0px;
	border: solid 2px #a2be96;
}
.switch {
	visibility: hidden;
}
#nav {
	overflow: hidden;
	width: 732px;
	margin: 20px auto;
}
.nav {
	font-size:  1em;
	display: block;
	width: 200px;
	height: 30px;
	padding: 0px 20px;
	float: left;
	text-align: center;
}
.nav1 {
	border-left: solid 2px #000;
	border-right: solid 2px #000;
}
.nav2 {
	border-right: solid 2px #000;
}
.title {
	color: #000;
	height: 32px;
	text-align: center;
	font-weight: bold;
	font-size: 1.6em;
	margin: 50px 0px 34px;
}
#table table {
	border-collapse: collapse;
	margin: 0px auto 40px;
}
#table th,#table td {
	border: solid 1px black;
	padding: 20px;
}
#table th {
	width: 200px;
	vertical-align: middle;
}
#table td {
	width: 400px;
	line-height: 2em;
}
#table td a:hover {
	border-bottom: solid 1px #000;
}
footer p {
	margin: 10px auto;
	padding: 10px 0px 0px;
	font-size: 0.4em;
	text-align: center;
}

@media screen and (max-width: 786px) {

#nav {
	overflow: hidden;
	width: 322px;
	margin: 10px auto;
}
.nav {
	font-size:  0.8em;
	vertical-align: middle;
	display: block;
	width: 96px;
	height: 30px;
	padding: 0px 4px;
	margin: 0px auto;
}
#table {
	width: 100%;
}
#table table {
	width: 80%;
	max-width: 450px;
	border-collapse: collapse;
	margin: 0px auto 40px;
}
#table th,#table td {
	padding: 10px;
}
#table th {
	font-size: 0.4em;
	vertical-align: middle;
}
#table td {
	font-size: 0.4em;
	line-height: 2em;
}


}
