ul.MenuBarHorizontal {
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	cursor: default;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: none;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #container #mainContent #jewels {
	display: none;
}
.oneColFixCtrHdr #container #header {
	float: right;
	display: none;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#7F4BD6;
	font-size: 90%;
	color: #FFF;
	left: 1000px;
	display: none;
}
.oneColFixCtrHdr #container #mainContent blockquote .calls {
	display: inline;
	width: 30%;
	float: left;
}
.oneColFixCtrHdr #navbar {
	height: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-color: #7F4BD6;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #306;
	display: none;
}
.oneColFixCtrHdr #container #jewels  {
	margin: 0px;
	display: none;
}
#rings    {
	float: right;
	visibility: hidden;
	width: 480px;
}
#crimealert #crimetable {
	border: 1px dotted #000;
	width: 620px;
}
