
h2 {
	margin-top: 1.5em;
}

h1, h2, h3 {
	margin-bottom: 0;
}

body {
	background: #fefef3;
	color: #212d6d;
	margin: 0;
}

a:link, a:visited {
	color: brown;
	text-decoration: none;
}

a:active {
	color: brown;
	text-decoration: underline;
}

a:hover {
	color: orange;
	text-decoration: underline;
}

div#heading {
	background: #bec3e5;
	width: 100%;
	text-align: center;
	padding: 7px;
	margin: 0;
	min-height: 62px;
	border: none;
}

div#heading img {
	padding: 0;
	margin: 0;
	border: none;
}

div.menubar {
	display: block;
	background: #bec3e5;
	height: 1em;
	padding: 0 0 9px 0;
}

div.menuhead, div.headthis {
	border: 2px solid #fefef3;
	border-right-width: 0;
	display: block;
	float: left;
	background: #bec3e5;
	padding: 3px 5px 3px 5px;
	margin: 0;
	text-align: center;
	position: relative;
}

div.menuhead a, div.headthis a {
	text-decoration: none;
	color: #212d6d;
}

li.menuitem {
	list-style-type: none;
	border: 1px solid #fefef3;
	border-bottom: 0px;
	position: relative;
	background: #bec3e5;
	margin: 0;
	padding: 0px;
	white-space: normal;
}

div.headthis, div.headthis li {
	background: #edefff;
}

div.menuhead:hover > a {
	text-decoration: underline overline;
}

div.menuhead ul, div.headthis ul {
	display: none;
	position: relative;
	width: 10em;
	margin: 0 0 0 4px;
	padding: 0;
	left: 0;
	text-align: left;
}

li.menuitem a {
	display: block;
	padding: 3px 7px;
}

div.menuhead:hover > ul, div.headthis:hover > ul {
	display: block;
	position: absolute;
	z-index: 5;
}

li.menuitem a:hover {
	text-decoration: underline;
	background: #edefff;
}

li.inline {
	display: inline;
	padding-left: 3px;
	padding-right: 5px;
	border-right: 1px dotted #066;
}

li.last {
	display: inline;
	padding-left: 7px;
	padding-right: 3px;
	border-right: 0px;
} 

div.mark {
	margin-top: 1cm;
	margin-bottom: 1cm;
	background-color: white;
	border: solid 1px;
	padding: 5px;
	text-align: center;
}

img.screenshot {
	border: solid 2px #212d6d;
}

div#leftcol {
	margin: 0 -1px 0 0;
	border: 0;
	padding: 0;
	vertical-align: top;
	width: 50%;
	float: left;
}

div#rightcol {
	margin: 0 0 0 -1px;
	border: 0;
	padding: 0;
	vertical-align: top;
	width: 50%;
	float: right;
}

.content {
	margin: 15px;
	padding: 0;
	vertical-align: top;
}

div.spacer {
	height: 0px;
	border: 1px solid #fefef3;
	clear: both;
}

div.sub {
	padding-top: 7pt;
	padding-bottom: 12pt;
	padding-left: 10pt;
	border-top-style: solid;
	border-left-style: solid;
	border-width: 1pt;
}

p.footer {
	clear: both;
	margin: 0pt;
	padding: 10pt;
	font-size: small;
	background-color: #bec3e5;
}


