body {
	padding: 0px;
	margin: 0px;
    font-size: 10pt; 
    font-weight: normal;
    line-height: 13pt; 
    font-family: verdana, arial, sans-serif; 
    color: #000000;
    height: 100%;
    min-height: 100%;
	background-image: url('images/hardinggoldbg.gif');
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
html>body {
    height: auto;
}
#mbar {
	border-left: 0px solid #999; border-right:0px solid #999;
	border-top: 0px solid #999; border-bottom:1px solid #999;
	color: #FFFFFF;
	background: #000000 url('images/headerlogosub.gif') no-repeat 0 75%;
	height: 45px;
	margin: 0;
	z-index: 1;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 4px;
	padding-bottom: 0px;
}
/*
	For reference purposes. You shouldn't use this block. It mucks up 
	the layout really badly in narrow viewports
*/
#mbarLogo {
	float: left;
	z-index: 2;
	padding-top: 0.2em;
}
#mbarExtraNav {
	text-align: right;
	margin-bottom: -5px;
	margin-top: -25px;
}
html>body #mbarExtraNav {
	text-align: right;
	padding-bottom: 2px;
	margin-top: -37px;
}
.mbarClear {
	clear: both;
}
.mbarclear {
	float: left;
}
/*
	Define the base style for the first row of links
*/
#mbarExtraNav a, #mbarExtraNav form {
	border-left:0px solid #999; border-right:1px solid #999; border-top:0px solid #999; border-bottom:0px solid #999; color: #555;
	display: block;
	float: right;
	width: auto;
	vertical-align: middle;
	margin: 0;
	z-index: 4;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mbarExtraNav form input {
}
/* This hides the one line that really destroys the layout under NS4 */
#logotext {
	font-size: 16px;
	font-weight: bold;
	visibility: hidden;
}
@media print 
{
	#mbarExtraNav form input
	{
		border-width: 1px;
	}
	#logotext
	{
		font-size: 16px;
		font-weight: bold;
		visibility: visible;
	}
}
#content {
	padding-top: 2em;
	padding: 1em 1em;
	margin-left: 0px;
	margin-right: 220px;
}
#content p { margin-top: 0; }
#nav {
	float: right;
	width: 220px;
	margin: 0;
	padding-top: 1em;
}
#navcontent {
	margin: 0 8px 8px 8px;
}
#menuList {
  margin: 0px;
  padding: 0px 0px 10px 15px;
}
li.menubar {
  background: url('images/plus.gif') no-repeat 0em 0.3em;
  font-size: 12px;
  line-height: 1.5em;
  list-style-type:none; list-style-position:outside
}
.menu {
  display: none;
  margin-left: 15px;
  padding: 0px;
}
.menu li {
  background: url('images/square.gif') no-repeat 0em 0.3em;
  list-style-type:none; list-style-position:outside
}
a.actuator {
  background-color: transparent;
  color: #ffffff;
  font-size: 12px;
  padding-left: 15px;
  text-decoration: none;
}
a.actuator:hover {
  text-decoration: underline;
}
.menu li a {
  background-color: transparent;
  color: #ffffff;
  font-size: 12px;
  padding-left: 15px;
  text-decoration: none;
}
.menu li a:hover {
  border-bottom: 1px dashed #BEC414;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}