body {
	padding: 0px;
	margin: 0px;
	background-color:#dde;
	text-align: center;
}

div#Container {
	width: 748px;
	border-left: 2px solid #aaa;
	border-right: 2px solid #aaa;
	margin: 0px auto;
	text-align: left;
	background-color:#fff;
}

div.clear {
	clear: both;
}

img {
	display: block;
}

div#LeaderBlock {
	background-image: url(images/head01.jpg);
	height: 105px;
}

div#HeaderBlock {
	background-image: url(images/head02.jpg);
	height: 111px;
}

div#HeaderBlock h1 {
	display: none;
}

div#AccentBlock {
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;
	background-color: #e96040;
	height: 4px;
	font-size: 1px;
}

div#MenuBlock {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #202020;
	height: 24px;
}

div#MenuBlock ul {
	padding: 0px;
	margin: 2px;
}

div#MenuBlock li {
	float: left;
	list-style-type: none;
	display:inline;
	border-right: 1px solid #202020;
}

div#MenuBlock li a {
	text-decoration: none;
	padding: 4px 12px;
	color: #000;
}

div#MenuBlock li a:hover {
	background-color: #000;
	color: #fff;
}

div#MenuBlock li span.current {
	text-decoration: none;
	font-weight: bold;
	padding: 4px 12px;
	background-color: #eee;
}

div#FooterBlock {
	margin-top: 24px;
	clear: both;
	background-color: #a0a0a0;
	text-align: right;
}

div#FooterBlock div.credit {
	color: #f0f0f0;
	padding: 4px;
	font-size: 9pt;
}

div#ContentBlock {
	font-size: 10pt;
	padding: 20px;
}

div#ContentBlock h2 {
	font-weight: normal;
	font-size: 12pt;
	margin: 0px 0px 8px 0px;
	padding: 4px;
}

