* {
	margin: 0;
	padding: 0;
}
a, a:hover {
	color: #00009F;
}
body {
	background: #EEE url('mnp_pins.png');
	color: #0C0C0C;
	margin: 0; font-style:normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
}
p {
line-height: 12pt;

}
input {
	color: #111111;
	font: normal 10pt "Lucida Console",sans-serif;
}
p,cite,code,ul {
	padding-bottom: 4px;
}
h1 {
	font-size: 18pt;
	margin-bottom: 4px;
}
h2 {
	font-size: 16pt;
	margin-bottom: 4px;
}
code {
	border: 0px;
	border-left: 1px dotted #0E0E0E;
	color: #202020;
	display: block;
	font: normal 9pt "Lucida Console",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	border-left: 1px dotted #0E0E0E;
	color: #202020;
	display: block;
	font: italic 12pt "Garamond",serif;
	padding: 6px 8px;
	margin-bottom: 8px;
}
h1,h2,h3,h4,h5,h6 {
	color: #242424;
	padding-top: 6px;
}

/* Other  */
.clearer {
	clear: both;
}
.main {
	clear: both;
	padding: 10px 18px;
}

/* Structure */
.container {
	background: url('mnp_back.png') repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px
}
.header {
	height: 144px;
	margin-bottom: 8px;
	background: url('hdr_logo.png') repeat-x;
	text-align: center
}

/* Navigation */
.navigation {
	background: #D7D7D7;
	border: 1px solid #DFDFDF;
	float: left;
	width: 200px;
}
.navigation h1 {
	color: #333333;
	font-size: 14pt;
	font-weight: bold;
	height: 24px;
	padding-left: 12px;
}
.navigation h2 {
	color: #333333;
	font-size: 12pt;
	font-weight: bold;
	height: 22px;
	padding-left: 12px;
}
.navigation ul {
	border-top: 1px solid #EAEAEA;
	background-color: #EAEAEA;
	margin: 0;
	padding: 0;
}
.navigation li {
	border: 1px solid #DADADA;
	border-top: none;
	font-size: 10pt;
	list-style: none;
	margin: 0;
}
.navigation li:hover {
	background-color: #EEEEEE;
}
.navigation li a {
	color: #404040;
	display: block;
	padding: 3px 4px 3px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	color: #000000;
}

/* Content Boxes */
.content {
	float: right;
	width: 520px;
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EEEEEE;
	background: #FFFFFF;
	margin-bottom: 8px;
}
.content li {
	list-style-type: square;
	margin-left: 16px;
}
.content img {
	float: right;
}

/* Footer */
.footer {
	background: #FFFFFF;
	border: 0px;
	color: #333333;
	font-size: 8pt;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}
.footer a {
	color: #00009F;
	text-decoration: none;
}
.footer a:hover {
	color: #00009F;
	text-decoration: underline;
}