html, body, * { margin: 0px; padding: 0px; line-height:150%;}
p {margin: 0em 0em 1.5em 0em;}
body {
	background: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .86em;
}
ul, ol { padding: 0px 0px .5em 2em; }
li {padding-bottom: .5em;}
/* Layout */

div#doc3 { margin: auto; padding: 0px;}
.yui-t6 .yui-b { width: 18em; padding: 1em;}
/* End Layout */




/* Appearance */
div.MDCpage#doc3 {	border-top: 24px solid #1b2161;
padding: 48px 64px 0px 48px;

}


.MDCpage #yui-main {
	background: url(/I/MDC-col-sep.gif) no-repeat 0px 0px;
}
.MDCpage .maincol {
	border-top: 1px solid #d6d6d6;
	background: url(/I/MDC-col-sep.gif) no-repeat top right;;
}
.MDCpage .rightcol {
	border: 0px solid #d6d6d6;
	background: #efefef url(/I/MDC-related-top.gif) repeat-x 0px 0px;
	color: #575b82;
}
.MDCpage  h2 {
	color: #1B2161;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 150%;
	font-size: 150%;
	margin-bottom: .75em;
}
.MDCpage h3 {
	font-weight: bold;
	line-height: 150%;
	font-size: 125%;
	color: #1B2161;
	margin-top: 1em;
}
.MDCpage h4 {
	font-weight: bold;
	line-height: 150%;
	font-size: 100%;
	color: #1B2161;
	margin: 1em 0em .5em 0em;
}


body.restricted div.MDCpage#doc3 { border-top-color: #CC0000; }

/* End Appearance */


#MDCid {
	text-align: right;
}



/* Navigation */
#MDCnav {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 18px;
	background: url("/I/MDC-nav-start.gif") no-repeat 0px 0px;
	font-weight:bold;
	
}
#MDCnav ul {
	float: left;
	padding: 0px 12px 0px 8px;
	background: url("/I/MDC-nav-end.gif") no-repeat top right;
	list-style:none;
}
#MDCnav li {
	float: left;
	background: url("/I/MDC-nav-bg.gif") repeat-x;
	list-style:none;
	padding: 6px 0px 4px 0px;
}
#MDCnav li a{
	float: left;
	display:block;
	padding: 0px 12px 0px 11px;
	border-right: 1px solid #d6d6d6;
	text-decoration:none;
	color:#8079d2;
}
#MDCnav li a.contact{
	border-right: 0px none ;
}
#MDCnav li a:hover
{
	color:#02703a;
}
.home #MDCnav li a.home,
.about #MDCnav li a.about,
.members #MDCnav li a.members,
.news #MDCnav li a.news,
.contact #MDCnav li a.contact, 
.publications #MDCnav li a.publications
{
	color:#1b2161;
}
/* End Navigation */

#MDCfooter {
	margin: 8px 0px 8px 0px;
	clear: both;
	color: #999999;
	font-size: 80%;
}


dd { margin-bottom: 1em; }
