body {
	padding: 0;
	margin: 5px 0;
	color: black;
	background-color: white;
	font-family: verdana,helvetica,arial,sans-serif;
	line-height: 1.3;
	text-align: center; /* for IE5 which doesn't centre using left and right margin: auto */
}
div#body {
	width: 760px;
	margin-left: auto;
	margin-right: auto; /*margin: 0; padding: 0;*/
	font-size: 75%;
	text-align: left;
	/*%%/border: 1px dotted #06f;/**/
}
h1#sectiontitle {
	font-size: 113.3%;
	color: #ccc;
	margin: 5px;
}
h1#areatitle {
	font-size: 133.3%;
	text-align: left;
	margin: 5px;
	color: #fff;
}

span.unbold { font-weight: normal; }

h2 {
	font-weight: bold;
	font-size: 137.5%;
	margin: 1.5em 0 .5em;
	/*%%/border: 1px dotted #0f6; /**/
}
h3 {
	font-weight: bold;
	font-size: 117.5%;
	margin: 1.3em 0 .5em;
	/*%%/border: 1px dotted #f60; /**/
}
h4 {
	font-weight: bold;
	font-size: 105%;
	margin: 1.2em 0 .5em;
}
p {
	margin: .9em 0 .5em;
}

a {
	background-color: #e3f2e8;
	text-decoration: none;
}
a:link {
	color: #609;
}
a:visited {
	color: #95b;
}
a:hover {
	color: #cc33e3;
	background-color: #c3e2cd;
}
#metlogo a, div.menu-front a, div.main-menu a {
	background-color: transparent;
}

a.areatitle { text-decoration: none; }
a.menu-text { font: bold 90% helvetica, arial, sans-serif; color: #852299; }
a.menu-info { font: bold 90% helvetica, arial, sans-serif; color: #099952; }
a.menu-servs { font: bold 90% helvetica, arial, sans-serif; color: #0c33cc; }
a.menu-misc { font: bold 90% helvetica, arial, sans-serif; color: #852299; }
a.menu-info:visited { font: bold 90% helvetica, arial, sans-serif; color: #47c285; }
a.menu-servs:visited { font: bold 90% helvetica, arial, sans-serif; color: #6d85e0; }
a.menu-misc:visited { font: bold 90% helvetica, arial, sans-serif; color: #b67ac2; }
a.menu-info:hover { font: bold 90% helvetica, arial, sans-serif; color: #cc33e3; }
a.menu-servs:hover { font: bold 90% helvetica, arial, sans-serif; color: #cc33e3; }
a.menu-misc:hover { font: bold 90% helvetica, arial, sans-serif; color: #cc33e3; }
a.areatitle:visited { color: #852299; }
a.areatitle:hover { color: #cc33e3; text-decoration: underline; }
p.breadcrumbs-info { font-size: 102.5%; font-weight: bold; }
p.breadcrumbs-servs { font-size: 102.5%; font-weight: bold; }
div.menu-front-header {
	width: 100%;
	margin: 10px 0 0;
	height: 2.3em;
	overflow: hidden;
}
div.menu-front-info {
	float: left;
	width: 310px;
	margin-right: 10px;
}
div.menu-front-servs {
	float: right; 
	width: 310px;
}
div.menu-front-images {
	float: left;
	width: 120px;
	text-align: center;
}
div.menu-front {
	width: auto;
	margin: 0 0 10px;
	background-color: #e7d3eb;
	text-align: center;
}
div.menu-front h2 {
	display: block;
	width: auto;
	background-color: #c199d4;
	font-size: 117.5%;
	text-align: center;
	padding: .3em .2em .35em;
	margin: 10px 0 0;
}
div.menu-front a:link {
	color: #630;
}
div.menu-front a:visited {
	color: #8c6640;
}
div.menu-front a:hover {
	color: #bd5e00;
	background-color: transparent; /* for IE */
}
div.menu-front ul {
	display: block;
	width: auto;
	margin: 0;
	padding: .1em .3em 1px;
}
div.menu-front ul li {
	display: block;
	width: auto;
	list-style: none url();
	margin: .3em 0 .5em;
	padding: 0;
	border: 0;
	line-height: 1.1;
	font-weight: bold;
}

img.menu-front {
	margin-left: -11px;
	vertical-align: middle;
	padding-right: 2px;
}


table {
	margin: .9em 0; padding: 0;
	font-size: 100%;
	border: 2px ridge #999;
	border-collapse: collapse;
	border-spacing: 0;
}
table.layout {
	border: 0 none;
}
table.columns {
	margin-top: 0;
}
table.columns, table.expanded {
	border: 0 none;
	margin-right: -1em;
}
table.expanded {
	margin-top: -0.3em;
	margin-left: 4em;
}
table.gallery {
	width: 100%; margin: 0;
	border: 0 none;
}
tr.odd-row {
	background-color: #f0e6f5;
}
tr.even-row {
	background-color: #e5eee8;
}
td.blank { font-size: 1px; }
th, td {
	padding: .3em;
	vertical-align: baseline;
	border: 1px ridge #999;
}
th {
	font-weight: bold; text-align: left;
	border-bottom: 2px ridge #999;
}
td.number, .stack {
	text-align: center;
}
table.layout th, table.layout td {
	padding: 0;
	border: 0 none;
}
table.columns th, table.columns td, table.expanded th, table.expanded td {
	padding: 0 1em 0 0;
	border: 0 none;
}
table.expanded th, table.expanded td {
	padding-top: .6em;
	border: 0 none;
}
table.gallery th, table.gallery td {
	padding: 2px;
	vertical-align: middle;
	border: 0 none;
}
table.grid td, table.grid th, table.expanded-grid td, table.expanded-grid th {
	text-align: center;
	vertical-align: middle;
}
table.grid td, table.grid th {
	padding: 0.4em 0.8em;
}
table.expanded-grid td, table.expanded-grid th {
	padding: 0.8em 2em;
}
th.nowrap, td.nowrap {
	white-space: nowrap;
}
td h3 {
	margin-top: 0.3em; margin-bottom: 0.1em;
}
td h4 {
	margin-top: 0.2em; margin-bottom: 0.05em;
}

table.edit-form th.sectionhead {
	background-color: #f0e6f5;
	font-size: 110%;
	font-weight: bold;
	border-top: solid 3px #999;
	border-bottom: solid 2px #999;
}
table.edit-form th {
	vertical-align: top;
	background-color: #dbebe0;
	border-top: none 0;
	border-bottom: 3px inset #fff;
	border-right: 3px groove #999;
	/*border-bottom: solid #990;*/
}

th.centered { font-weight: bold; text-align: center; }
td.main-menu { font-weight: bold; text-align: justify; background-color: #e7d3eb; /*padding: .1em .1em;*/ font-style: normal; }
td.submenu-buttons { font-size: 1px; text-align: right; background-color: #ffffff; }
td.submenu-info { font-size: 90%; font-weight: bold; text-align: justify; background-color: #c7ecda; padding: .1em .1em; font-style: normal; }
td.submenu-cat { font-size: 90%; font-weight: bold; text-align: justify; background-color: #e7d3eb; padding: .1em .1em; font-style: normal; }
td.submenu-misc { font-size: 90%; font-weight: bold; text-align: justify; background-color: #e7d3eb; padding: .1em .1em; font-style: normal; }
td.submenu-services { font-size: 90%; font-weight: bold; text-align: justify; background-color: #ced6f5; padding: .1em .1em; font-style: normal; }
td.submenu-servs { font-size: 90%; font-weight: bold; text-align: justify; background-color: #ced6f5; padding: .1em .1em; font-style: normal; }
span.unsubmenu { font-weight: bold; color: #333333; }

ul {
	padding: 0; margin: .8em 0;
}
ul li {
	margin: .7em 0 .7em 1.8em;
	list-style: disc url(/images/bullets2001/purple.gif) outside;
}
ul.whatsnew li {
	list-style: disc url(/images/bullets2001/purple.gif) outside;
	margin: .5em 0 0 1.6em;
}
ul.whatsnew li ul {
	margin: -1.6em 0 0 4em;
}
ul.whatsnew li li {
	list-style: circle url(/images/bullets2001/magenta.gif) outside;
	margin: .3em 0 .3em 1em;
}
li.menu-info {
	list-style: square url(/images/menu2007/sub-green.gif) outside;
	font-weight: bold;
}
li.menu-servs {
	list-style: square url(/images/menu2007/sub-blue.gif) outside;
	font-weight: bold;
}
li.jnl-web { list-style: circle url(/images/bullets2001/red.gif) outside; }
li.jnl-print { list-style: circle url(/images/bullets2001/green.gif) outside; }
li.info-web { list-style: circle url(/images/bullets2001/red.gif) outside; }
li.info-print { list-style: circle url(/images/bullets2001/green.gif) outside; }
li.info-cdrom { list-style: circle url(/images/bullets2001/orange.gif) outside; }
li.info-micro { list-style: circle url(/images/bullets2001/cyan.gif) outside; }
li.newsflash-old { list-style: disc url(/images/bullets2001/orange.gif) outside; }
li.newsflash-older { list-style: circle url(/images/bullets2001/yellow.gif) outside; }
li.source-ext { list-style: circle url(/images/bullets2001/red.gif) outside; }
li.source-lco { list-style: circle url(/images/bullets2001/magenta.gif) outside; }
strong {
	font-weight: bold; font-style: normal;
}
b {font-weight: bold; }
em {
	font-style: normal; font-weight: bold;
}
i {font-style: italic; }
address {
	font-style: normal; font-size: 87.5%;
	text-align: center;
}
td.right, th.right {
	text-align: right;
}
img {
	border: 0; padding: 0; margin: 0;
}
img#mainlogo { float: right; vertical-align: middle; }
img.front-image {
	margin: 10px 0 0 0;
	padding: 0;
	/*%%/ border: 1px solid #f00; /**/
}
div.areatitle { border: 1px solid #06f; }
div.separator, div.button-bar {
	clear: both;
	width: 100%;
	margin: 0 0 5px; padding: 0;
	border-bottom: #c199d4 solid 1px;
}
div.separator {
	height: 5px;
	line-height: 1px;
}
div.separator p { /* %% DEPRECATED %% */
	width: 100%; height: 1px; margin: 0;
	font-size: 1px; line-height: 1px;
	background-color: #c199d4;
}
div.button-bar {
	height: auto;
	line-height: 1.5;
	text-align: right;
}

.button, a.button {
	cursor: pointer;
	color: white;
	background-color: #609;
	border: outset 0.18em #b39abf;
	padding: 0 .1em;
	font-size: 0.91em;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
a.button:visited {
	color: white;
	background-color: #609;
}
a.button:hover {
	color: #ffc;
	background-color: #609;
}

.semi-button, a.semi-button {
	cursor: pointer;
	color: white;
	background-color: #95b;
	border: ridge 1px;
	padding: 0.05em .2em .1em;
	text-decoration: none;
	white-space: nowrap;
}
a.semi-button:visited {
	color: white;
	background-color: #95b;
}
a.semi-button:hover {
	color: #ffc;
	background-color: #95b;
}

#last-top {
	border: none;
	margin: 0;
}

table.body-content {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: none;
	border-spacing: 0; /* works for all tested except IE5/6! */
	/*%%/border-top: solid 1px #f9c; border-bottom: dashed 1px #3f9/**/
}
table.body-content td {
	padding: 0;
	border: none;
	vertical-align: middle;
}
div {
	width: auto;
	display: block;
	margin: 0 auto;
	padding: 0;
}
#metlogo {
	width: 169px;
	background-color: #093;
	border-right: solid 1px #fff;
	margin: 0;
}
#maintitle {
	background: #609 url(/images/section_graphic.jpg) no-repeat right center;
}
#titles {
	width: auto;
	line-height: 1.1;
	background: transparent;
	padding-right: 236px;
}
div.main-menu {
	margin-top: 10px; padding: 0 0 .1em;
	background-color: #609;
	font-size: 95%; line-height: 1.4; text-align: center;
/*%%/border-top: solid 1px #f9c; border-bottom: dashed 1px #3f9;/**/
}
div.main-menu a {
	color: white;
	padding: 0.15em .5em; border-left: solid 1px white; border-right: solid 1px white;
	white-space: nowrap;
	text-decoration: none;
}
div.main-menu a:visited { /* for IE */
	color: white;
}
div.main-menu a:hover {
	color: white; /* for IE */
	background-color: #95b;
}
div.submenu-ignore {
	display: block;
	width: 754px; margin: 0 0 .5em; padding: 3px;
	background-color: #ccc;
	border-style: solid; border-width: 1px 0; border-color: black #f90;
	/*border-bottom: solid 1px black;*/
	font-size: 67.5%; line-height: 1.5; text-align: justify;
/*%%/border-top: solid 1px #f9c; border-bottom: dashed 1px #3f9;/**/
}
div.submenu-info, div.submenu-servs {
	width: 100%;
	margin: 5px 0 -.7em;
	border-bottom: solid 1px black;
/*%%/border-top: solid 1px #f9c; border-bottom: dashed 1px #3f9;/**/
}
div.submenu-info {
	background-color: #ccd6f5;
}
div.submenu-servs {
	background-color: #c3e2cd;
}
div.submenu {
	margin: 2px;
	font-size: 95%;
	line-height: 1.65;
	word-spacing: -.15em;
	text-align: center;
}
div.submenu a {
	display: inline;
	padding: 0 .2em .2em; margin: 1px 0 0; /*0.1em -.3em;*/
	word-spacing: normal;
	border-style: outset; border-width: 1px;
	color: black;
	/**/white-space: nowrap;/**/
	text-decoration: none;
}
div.submenu a:visited { /* IE needs this -- other browsers seem to be content with the rule above! */
	color: black;
}
div.submenu a:hover {
	color: white;
	border-width: 2px; margin: 0 -1px -1px;
}
div.submenu a:active {
	color: white;
	border-width: 2px; border-style: inset;
	margin: 0 -1px -1px;
}
div.submenu-servs a {
	background-color: #a3d6b4;
	border-color: #a3d6b4;
}
div.submenu-servs a:hover {
	background-color: #7ac794;
}
div.submenu-servs a:active {
	background-color: #92d0a7;
}
div.submenu-info a {
	background-color: #abe;
	border-color: #abe;
}
div.submenu-info a:hover {
	background-color: #8099e6;
}
div.submenu-info a:active {
	background-color: #99adeb;
}
a#current-page {
	color: #609;
	border-style: inset; border-width: 1px;
	margin: 1px 0 0 1px;
}
div.submenu-servs a#current-page {
	background-color: #a3d6b4;
}
div.submenu-info a#current-page {
	background-color: #abe;
}

.clear {
	clear: both;
}
div.clear {
	display: block;
	clear: both;
}

div.button-bar a:link {
	color: white;
}
div.button-bar a:visited {
	color: white;
}

.menu-front-header div#customizer ul li {
	padding-top: 0;
}
div.menu-front #customizer {
	float: right;
	width: auto;
	height: 100%;
	vertical-align: middle;
	background-color: #c199d4;
	word-spacing: -.2em;
	border-left: 2px solid white; /* colour change: follow page background */
}
#txt_size a.sizer, #txt_size a.colourer {
	border: outset 2px #ccc;
	color: black;
	text-decoration: none;
}
#txt_size a.sizer {
	background-color: #ccc;
	padding: .15em .15em .25em;
}
#txt_size a.colourer {
	font-size: 9px;
	padding: .05em .15em .15em;
}
a.sizer#txt_small {
	font-size: 7px;
}
a.sizer#txt_std {
	font-size: 9px;
	padding-top: .05em;
	padding-bottom: .1em;
}
a.sizer#txt_large {
	font-size: 12px;
}
a.sizer#txt_huge {
	font-size: 14px;
	padding-top: .1em;
	padding-bottom: .2em;
}

a.colourer#txtcol_1 {
	background-color: white;
}
a.colourer#txtcol_2 {
	background-color: #ffc;
}
a.colourer#txtcol_3 {
	background-color: #e3f1ff;
}
#txt_size a.colourer#txtcol_4 {
	color: yellow;
	background-color: black;
}

input[type="submit"], input[type="reset"] {
	background-color: #b8a4c2;
}

div#breadcrumbs {
	font-size: 95%; font-weight: bold;
	margin: .7em 0;
}
#breadcrumbs span {
	white-space: nowrap;
	background: url(/images/menu2007/crumb-green.gif) no-repeat;
	padding-left: 10px;
}

.illustration {
	display: block;
	float: right;
	margin: 0 0 1em 1em;
	width: auto;
	font-size: 90%;
}

.sidebar {
	display: block;
	float: right;
	height: auto;
	min-height: 1.5em;
	margin: 0 0 .5em .5em;
	padding: .3em;
	overflow: visible;
}
p.caption {
	margin: 0 0 1.3em;
	font-size: 90%;
	text-align: center;
}

div.menu {
	text-align: center;
}
div.menu table {
	text-align: left;
	margin-top: -0.7em; margin-bottom: -0.5em;
}
div.menu td {
	padding-right: .7em;
}

p.internal-menu a {
	white-space: nowrap;
}
span.label {
	font-weight: bold;
}

span.restriction {
	background-color: #c33;
	color: white;
	border: solid 0.1em #dc7272;
	padding: 0.02em .2em .08em;
	font-size: 0.91em;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	margin-right: 0.3em;
}

span.special-phrase {
	background-color: #e0cceb;
	padding: 0.05em 0.16em 0.16em;
}

img.icon {
	height: 1.1em;
	margin-bottom: -0.14em;
	margin-left: 0.1em;
}

p.resource-title {
	margin-bottom: 0;
}
p.resource-descr {
	margin: .3em 0 .3em 3em;
}
ul.resource-detail {
	margin: 0 0 0 5em;
}
ul.resource-detail li {
	margin-top: 0; margin-bottom: 0;
}
div.e-resource {
	margin: .9em 0;
	width: 100%;
	background-color: #f8ffd8;
}
div.e-resource p.resource-title {
	margin-top: 0;	/* for buggy IE */
}

.hidden {
	display: none;
}
ol li {
	margin: 0.85em 0;
	list-style: decimal;
}
ol {
	margin: 0.85em 0 .85em;
	padding: 0;
}
span.mini-heading {
	font-size: 92%;
	font-weight: bold;
}
