div#header{
	margin-left: 10px;
	margin-right: 10px;
	background: #f4f3f3 url(/img/layout/header_30years_nmoh.png) no-repeat left bottom;
	height: 125px;
}

div#menutop {
	height: 26px;
	background: #171617 url(/img/layout/menu_top_nmoh.png) no-repeat top;
}

div#menubody{
	text-align: right;
	height: auto;
	background-color: #171617;
	padding-top: 5px;		/* was 30px */
	padding-right: 15px;
	padding-bottom: 15px;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	border-bottom: 1px solid #171617;
}

div#menuLinks a, div#menuLinks a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

div#menuLinks a:hover{
	font-weight: bold;
	text-decoration: underline;
}

div.menuLinksSmall a, div.menuLinksSmall a:visited {
	font-size: 10px;
	font-weight: none;
	color: #ffffff;
	text-decoration: none;
}

div.menuLinksSmall a:hover{
	text-decoration: underline;
}

div#menuUser a, div#menuUser a:visited {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
div#menuUser a:hover{
	font-size: 11px;
	text-decoration: underline;
}
div#menubottom{
	height: 11px;
	background: #171617 url(/img/layout/menu_bottom_nmoh.png) no-repeat bottom;
}

/* CONTENT */
div#contentcontainer{
	position: relative;
	margin: 0 10px;
	width: 100% auto;
	min-height: 500px;
	background: url(/img/layout/nmoh_footer.gif) no-repeat right bottom;
	padding-bottom: 230px;
}

.contentItemHeader {
	background: #8b0b0b;		/* This is the background color of the headers on each page */
	color: #ffffff;
	font-size: 12px;
	line-height: 15px;
	padding-left: 3px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-right: 0;
}

.reportIssuesHeader{
	background: #e48d03;
}

/****************************/
/*FORUM*/

/* Table Ledger */
td.tableLedger{
	font-size: 12px;
	padding-left: 3px;
	font-weight: bold;
	color: #ffffff;
	background-color: #8b0b0b;	/* was: #D3DAED */
	line-height: 10px
	/*line-height: 20px;*/
	/*background-image: url('../../forum_images/default_toolbar_background.gif');*/
}

.tableLedger a:link, .tableLedger a:visited, #SearchLink a:link{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.tableLedger a:hover, .tableLedger a:hover{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
/****************************/