@charset "UTF-8";
@import url("/mfc_insight/css/print_layout.css");
@import url("/mfc_insight/css/print_typography.css");
/*------------------------------------------------------ 
Global Style Sheet
Version:	1.0
author:		Anthony Ha
email:		aha@mackenziefinancial.com
website:	http://www.mackenziefinancial.com/insight
--------------------------------------------------------*/

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#wrapper {
	background: #FFFFFF;
}
#main {
	background: url(/mfc_insight/en/images/insightLogoPrint.gif) no-repeat right top;
	width: 99%;
	margin: 0px auto;
	padding: 25px 25px 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 99%;
}
#mainContent {
	margin: 0px;
	padding: 0px;
	width: 99%;
}
#mainContentBttm {
	margin: 0px;
	padding: 10px 0 0 0;
	width: 99%;
}
#footer {
	padding: 0 25px 25px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	border-top: thin solid #666666;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0 0;
	color: #666666;
	font: 10px Arial, Helvetica, sans-serif;
}
#navigation {
	margin: 0px;
	padding: 25px;
	height: 190px;
	width: 189px;
	float: right;
}
#navigation ul {
	border-bottom: 1px solid #CCCCCC;
}
#navigation ul a:link, #navigation ul a:visited{
	display: block;
}
#navigation li {
	padding: 6px;
	border-top: 1px solid #CCCCCC;
	background: url(/mfc_insight/en/images/navarrow.gif) no-repeat right;
}
#navigation a {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;
}
#navigation a:hover {
	color: #00CCFF;
}
#main .backto {
	background: #003366;
	margin: 0px;
	padding: 0px;
}

#logohd {
	margin: 0px;
	padding: 0px;
	height: 52px;
	width: 974px;
	display: none;
}
#logohdfr {
	margin: 0px;
	padding: 0px;
	height: 52px;
	width: 974px;
}
#mainimg {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 730px;
	float: left;
}
p {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 24px;
}
a:link {
	color:#333333;
	text-decoration: none;
}
a:visited {
	color:#333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color:#333333;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.oddrow p {
	margin: 0px;
	padding: 0px;
}

