html { min-height: 100%; }

body {
	margin: 0 0 16px 0;
	color: #333;
	background: url("/i/2008/bg-page.gif") #53534b bottom left repeat-x;
	background-attachment: fixed;
}

#mk_main {
	margin: 0;
	padding: 0 0 16px 0;
}

#mk_top {
	height: 16px;
	background: url("/i/2008/bg-top.gif") #53534b top center no-repeat;
}

#mk_shell {
	width: 980px;
	margin: 0 auto;
	background: url("/i/2008/bg-bottom.gif") #fff bottom center no-repeat;
}

#mk_header {
	height: 64px;
	background: url("/i/2008/bg-header.gif") #fff top center no-repeat;
}

#mk_header #logo {
	float: left;
	margin: 16px 0 0 16px;
	display: inline;
}

#mk_header #title {
	float: right;
	display: inline;
}

#mk_header #title h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #003580;
	margin: 26px 16px 0 0;
	padding: 0;
	text-shadow: 0px -1px 1px #ddd;
}

#mk_nav {
	height: 26px;
	background: url("/i/2008/bg-nav.gif") #002b6f top left repeat-x;
	border-bottom: 1px solid #bfbfbf;
	margin: 0 0 16px 0;
	padding: 0;
}

#mk_intro {
	margin: 0 0 16px 0;
	padding: 0 0 4px 0;
	border-top: 1px solid #999;
	background: url("/i/2008/bg-intro.gif") #ffd bottom left no-repeat;
}

#mk_intro p {
	font-family: georgia;
	font-style: italic;
	font-size: 18px;
	line-height: 1em;
	color: #666;
	margin: 0;
	padding: 8px 8px 10px 8px;
}

#mk_sources {
	clear: both;
	margin: 31px 16px 0 16px;
	padding: 8px 0 0 0;
	border-top: 1px dotted #ddd;
}

#mk_sources p {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	line-height: 9px;
	color: #aaa;
	margin: 0;
	padding: 0;
	display: inline;
}

#mk_legal { margin: 16px 0; }

#mk_legal p {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

#mk_legal a:link, #mk_legal a:visited, #mk_legal a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#mk_legal a:hover { color: #ccc; }

.clear {
	margin: 1px 0 0 0;
	clear: both;
}

h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 0;
	color: #53534b;
	text-shadow: 0px -1px 1px #ddd;
}

.more {
	width: 964px;
	clear: both;
}

.more p {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-align: right;
	margin: 0;
	padding: 7px 0 0 0;
}

.sourced {
	color: #aaa;
	font-weight: normal;
	font-size: 10px;
}

sup {
	color: #aaa;
	font-weight: normal;
	font-size: 10px;
	line-height: 0px;
}

.highlight { background-color: #ffc; }
a { text-decoration: none; }
a:link { color: #003580; }
a:visited { color: #809ac0; }
a:hover { color: #f90; }