body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: white;
	color : #000000;
}
a {
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
#main {
	width: 1040px;
	left: 0;
	font-family : Verdana, Arial, Helvetica;
	font-size : 80%;
	background: white;
}
#logo {
	width: 150px;
	height: 70px;
	margin-top: 40px;
	margin-left: 870px;
}
#banner {
	width: 1000px;
	height: 200px;
	margin-left: 20px;
	margin-top: 40px;
	background: blue;
}
#contents {
	border: 1px solid gray;
	width: 615px;
	margin-left: 363px;
	margin-top: 40px;
	overflow-y:auto;
	padding: 20px;
	text-align: justify;
	color: black;
	font-size: 12px;
	margin-bottom: 10px;
}
#contents h1 {
	text-align: right;
	font-size: 15px;
	margin-bottom: 30px;
	color: #E72D28;
}
#contents a, .red {
	color: #E72D28;
}
#menu {
	position: absolute;
	width: 300px;
	top: 390px;
	left: 20px;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li a {
	border: 1px solid #E72D28;
	color: grey;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 5px;
	display: block;
	font-size: 11px;
}
#menu li a:hover {
	background: gray;
	text-decoration: none;
}
#copyright {
	text-align: right;
	margin-right: 20px;
	font-size: 9px;
	color: #a0a0a0;
}
.print-icon {
	display: none;
}