body {
	margin-top: 0px;
}
div.topcentercontainer {
	margin-left: auto; margin-right: auto; width: 750px; background-color: white;
}
div.topcontainer {
	width: 750px;
}
div.menucontainer {
	width: 744px;
	height: 20px;
}
div.contentcontainer {
	width: 750px;
	text-align: left;
}

div.menublock {
	width: 91px; height: 100%; float: left; border: 1px solid black; cursor: pointer; text-align: center; vertical-align: middle;
	border-bottom-width: 2px; border-top-width: 2px; font-weight: bold;
}

div.header {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
div.wideblock {
	border: 1px solid #336699;
/*	float: left;*/
	width: 748px;
	background-color: white;
}
div.block {
	float: left;
	width: 241px;
	height: 150px;
	background-color: white;
}
div.blockcontent {
	width: 200px;
	height: 127px;
	overflow: auto;
}

div.vspacer { float: left; width: 10px; height: 152px; }
div.hspacer { display: inline-block; width: 100%; height: 10px; }

form {
	margin-bottom: 0px;
}
ul { margin: 0px; padding-left: 20px; }

