h2 {
	text-align: center;
	margin-top: 0px;
}
body {
	color: #000000;
	background-color: #EEEEEC;
	margin: 0px;
	font-family: 'Liberation Serif','Nimbus Roman No9 L','Free Serif','Times New Roman',serif;
}
img {
	border: 0;
}
fieldset {
	border: 0;
}
a:link {
	color:#000000;
}
a:visited {
	color:#000000;
}
/* The main content */
div#content {
	display: block;
	margin-left: 12em;
	text-align: left;
	max-width: 44em;
	min-height: 500px;
}
/* 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: #C5D2C8;
	padding-top: 5px;
	margin-bottom: 0;
	margin: 0px auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 750px;
	-webkit-border-bottom-right-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
}

#HeadMenu h2, .centeredHeader
{
	text-shadow: 1px 1px 3px #807D74;
}
.centeredHeader
{
	margin: 0px auto;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
}
.centeredHeader img
{
	vertical-align: middle;
}
#HeadMenu ul {
	text-align: center;
	margin-left: 0;
	padding-left: 0;
}
#HeadMenu li {
	list-style-type: none;
	padding: 0.25em 1em;
	display: inline
}
#HeadMenu p
{
	margin-bottom: 0px;
}
#HeadMenu a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#HeadMenu a:hover
{
	background-color: #b6cdbc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* The left menu */
#LeftMenu {
	position: absolute;
	width: 11em;
	min-height:550px;
	margin-left: 10px;
	padding-top: 4px;
}

#LeftMenuMain {
	padding-top: 5px;
	background-color: #d3d3d3;
	padding-left: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-height: 385px;
}

a:hover
{
	text-shadow: 1px 1px 3px #807D74;
}

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

#LeftMenu li {
	margin: 0;
	width: 100%;
	padding-top: 1px;
	display: block
}

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

.title
{
	font-weight: bold;
}

#snippet { font-family: monospace; padding-left: 2em; display:block; }
.ide { color: #008b8b; }
.sta { color: #a52a2a; font-weight: bold; }
.com { color:rgb(0, 0, 139); }
.type { color: #2e8b57; font-weight: bold; }
.oldReleases { display:none; }
.indent1 { padding-left:2em; display:inline-block; }

