body {
	margin: 0;
	padding: 16px 0;
}

/* pageWrapper */

div#pageWrapper {
	width: 776px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -388px;
	padding: 0;
	background: transparent;
}

/* pageHeader */

div#pageHeader {
	background: transparent url(graphics/page_wrapper_top.png) no-repeat;
}

div#logo {
	position: relative;
	top: 2px;
	left: 31px;
}

div#logo, div#logo a.logo {
	display: block;
	width: 725px;
	height: 65px;
	background: transparent url(graphics/logo.png) no-repeat;
}

div#logo a.logo {
	font-size: 0;
	text-decoration: none;
	text-indent: -4096px;
	background: none;
}

div#logo span.separator, 
div#logo a.skipToMenu, 
hr {
	display: none;
}

div#content hr {
	display: block;
	border: none;
	height: 1px;
	color: #C9D8E9;
	background: #C9D8E9;
}

/* pageBody */

div#pageBody {
	background: url(graphics/page_wrapper_middle.png) repeat-y;
	padding: 0 0 1em 0;
}

div#content {
	padding: 23px 52px 0 165px;
	height: 282px;
	overflow: visible;
	background: url(graphics/content_top.png) no-repeat 30px 2px;
}

#pageBody>div#content {
	height: auto;
	min-height: 282px;
}

/* pageFooter */

div#pageFooter {
	background: transparent url(graphics/page_wrapper_bottom.png) no-repeat bottom;
	padding: 0 52px !important;
	height: 48px;
}

div#pageFooter #poweredByMaxNl {
	font-size: 80%;
	text-align: right;
	border-top: 1px solid #FAE0BF;
}

div#pageFooter #poweredByMaxNl a {
	text-decoration: none;
	color: #EC8200;
}

/* menu */
div#menu {
	font-size: 90%;
	position: absolute;
	top: 91px;
	left: 30px;
	width: 126px;
	overflow: hidden;
}

div#menu ol, div#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#menu ol {
	padding-bottom: 4px;
	background: url(graphics/menu_bottom.png) no-repeat bottom left;	
}

div#menu li a {
	line-height: 200%;
	height: 1px;
	overflow: visible;
	text-decoration: none;
	display: block;
	padding: 0 8px;
	margin-right: 6px;
	color: white;
	background: #2C6FC0;
	border-bottom: 1px solid white;
}

div#menu li>a {
	height: auto;
}

div#menu li a:hover {
	background: #1A4882;
}

div#menu li.active a {
	font-weight: bold;
	background: #EC8200;
}

li#mi_abf {
	height: 52px;
	background: #2763AB;
}

li#mi_abf, li#mi_abf a {
	display: block;
	width: 120px;
	height: 56px !important;
	padding: 0 !important;
	background: transparent url(graphics/logo_abf.png) no-repeat;
}

li#mi_abf a {
	font-size: 0;
	text-decoration: none;
	text-indent: -4096px;
	width: 120px;
	background: none !important;
	border-bottom: none !important;
}

/* tables */

table.calendar div.calendarItem {
	display: none;
	position: absolute;
	width: 120px;
	margin: -0.6em 0 0 0.6em;
	color: black;
	background: #FAE0BF;
	border: 1px solid #EC8200;
}

table#calendar_agenda {
	float: right;
	margin: 0 0 1em 1em;
}

/* rte */

#rteSmall table {
	width: 580px;
	background: #F4F4F4;
}

#rteSmall table td {
	border: none;
}

#rteSmall iframe {
	border: 1px solid silver;
	margin: 0;
	padding: 0;
}

#rteSmall img {
	margin: 0;
	padding: 0;
}
