h2 {
	text-align: center;
}
html {
	color: #000000;
	background-color: #ffffff;
}
body {
	color: #000000;
	background-color: #ffffff;
}
img {
	border: 0;
}
fieldset {
	border: 0;
}
a:link {
	color:#0000ee;
}
a:visited {
	color:#0000ee;
}
/* The main content */
div#content {
	display: block;
	margin-left: 12em;
	text-align: left;
	max-width: 44em;
}
/* The footer */
div#footer {
	display: block;
	margin-left: 12em;
	text-align: left;
	margin-top: 2em;
}
#footer p {
	font-size: xx-small;
}
/* The top header */
div#HeadMenu {
	background-color: #d3d3d3;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#HeadMenu ul {
	text-align: center;
	margin-left: 0;
	padding-left: 0;
}
#HeadMenu li {
	list-style-type: none;
	padding: 0.25em 1em;
	display: inline
}
/* The left menu */
#LeftMenu {
	position: absolute;
	width: 11em;
	min-height:550px;
}

#LeftMenuMain {
	background-color: #d3d3d3;
}

#LeftMenu a, #HeadMenu a {
	text-decoration: underline;
}

#LeftMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
}

#LeftMenu li {
	margin: 0;
	width: 100%;
	display: block
}

#showmore
{
	padding-top: 0.5em;
	font-style: italic;
	font-size: 13px;
}
