body {
	margin: 0px;
	padding: 0px;
	background-color: #f0f0d7;
	background-image: url('../images/nsh-nav-bg.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-family: arial;
}
.contentpaneopen_edit {
        display: none;
        visibility: hidden;
        width: 0px;
        height: 0px;
        position: absolute;
        top: -10000px;
        left: -10000px;
}

#wrapper {
	display: block;
	width: 860px;
	min-width: 860px;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/nsh-left-bg.gif');
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
#header {
	display: block;
	display: block;
	float: left;
	width: 860px;
	min-width: 860px;
	height: 120px;
	background-image: url('../images/main-menu-bg.gif');
	background-position: 182px 80px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#logo {
	display: block;
	float: left;
	width: 182px;
	min-width: 182px;
	height: 120px;
	margin: 0px;
	padding: 0px;
}

#mainmenu {
	display: block;
	float: left;
	width: 670px;
	min-width: 670px;
	height: 30px;
	margin-top: 79px;
}

#mainmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#mainmenu ul li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: arial, helvetica;
	font-weight: bold;
	width: auto;
	float: left;
	border-right: 1px solid #660000;
}
#mainmenu ul li.item8 {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: arial, helvetica;
	font-weight: bold;
	width: auto;
	float: left;
	border-right: none;
}

#mainmenu ul li a:link {
	display: block;
	padding: 7px 9px 3px 9px;
	font-size: 12px;
	font-family: arial, helvetica;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	background-color: none;
}
#mainmenu ul li a:visited {
	display: block;
	padding: 7px 9px 3px 9px;
	font-size: 12px;
	font-family: arial, helvetica;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	background-color: none;
}
#mainmenu ul li a:hover {
	display: block;
	padding: 7px 9px 3px 9px;
	font-size: 12px;
	font-family: arial, helvetica;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #003366;
}

#wrapper-inner {
	display: block;
	clear: both;
	width: 850px;
	min-width: 850px;
}

#left {
	display: block;
	width: 130px;
	min-width: 130px;
	min-height: 400px;
	float: left;
	margin-right: 15px;
	text-align: center;
}

#left h3 {
	display: block;
	margin: 0px;
	padding: 5px;
	font-size: 16px;
	color: #600;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #600;
	text-align: left;
}
#left .moduletable ul.menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#left .moduletable ul.menu li {
	display: block;
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#left .moduletable ul.menu li a:link {
	display: block;
	padding: 10px 5px 10px 5px;
	border-top: 1px dotted #600;
}
#left .moduletable ul.menu li a:visited {
	display: block;
	padding: 10px 5px 10px 5px;
	border-top: 1px dotted #600;
}
#left .moduletable ul.menu li a:hover {
	display: block;
	padding: 10px 5px 10px 5px;
	border-top: 1px dotted #600;
	color: #fff;
	background-color: #036;
}

#main {
	display: block;
	width: 700px;
	min-width: 700px;
	float: left;
	background-image: url('../images/main-bg.gif');
	background-position: center top;
	background-repeat: repeat-y;
}

p.buttonheading {
	display: block;
	float: right;
	width: 120px;
	min-width: 120px;
	margin-top: 0px;
}
#footer {
	display: block;
	clear: both;
	border-top: 2px groove #660000;
	padding: 12px;
	color: #56573b;
	font-size: 11px;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #56573b;
	font-size: 11px;
}

.clr {
	display: block;
	clear: both;
}
