@charset "utf-8";

body {
	font: 90% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
}
h1 {
	font-size: 1.4em;
	color: #0000FF;
}
h2 {
	font-size: 1.2em;
}
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0 0 20px 0;
}
#content ul {
	margin: 0;
	padding: 0 0 20px 2em;
}
#container, #header, #footer {
	width: 760px;
}
#container, #header, #headerLeft, #headerRight, #content, #menu, #footer {
	float: left;
}
#header {
	height: 165px;
	padding-bottom: 10px;
	border-bottom: solid 2px #000000;
}
#headerLeft {
	width: 150px;
}
#headerRight {
	width: 540px;
	padding: 50px 0 0 70px;
}
#menu {
	padding-top: 10px;
	width: 200px;
}
#content {
	padding: 10px 0 40px 20px;
	width: 540px;
}
.block {
	border: solid 2px #0000FF;
	padding: 5px;
}
#footer {
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 20px;
	border-top: solid 2px #000000;
}
#menu ul {
	list-style: square;
	color: #0000FF;
	padding: 0 0 0 1.1em;
	margin: 0;
}
#menu ul li {
	padding: 5px 0;
}
#menu ul li li {
	border-bottom: none;
}
#menu ul li a {
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #000000;
}
a {
	color: #0000FF;
}
table {
	margin-bottom: 20px;
	width: 100%;
}
table th, table td {
	padding: 5px;
}
table th {
	text-align: left;
}
img {
	border: none;
}
