/* ------------------ Start Master Reset Styles -------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px dotted #fff;

}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ------------------ End Master Reset Styles -------------------------- */

body {
	background-color:#017dc7;	
	font-size:62.5%;
}

#wrapper {
	width:1011px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:1.3em;
}

#page {
	width:1011px;
	background-color:green;	
	background:url(../images/page_bg.gif) repeat-y top left;
	z-index:100;
}

#header {
	width:1000px;
	height:87px;
	background: url(../images/header_bg.gif) repeat-x top left;
	z-index:200;
	margin-left:6px;
	font-size:1.3em;	
}

#head_right_links {
	color:#fff;
	float:right;
	margin:20px 20px 0px 0px;
	display:inline;
}

#head_right_links a {
	color:#fff;
}

.nb_links {
	margin-top:30px!important;
}

#bmo_logo {
	margin-left:11px;	
}

#tcyr_heading {
	margin-left:10px;
}

#mid {
	width:1000px;
	height:518px;
	margin-left:6px;
	background-color:#fff;
}

#footer {
	width:1011px;
	background: url(../images/footer_bg.gif) top no-repeat;
}

#footer_content {
	margin-left:20px;
	padding-top:14px;
}

#footer_content a {
	color:#fff;	
}

#left_footer_text {
	float:left;
	width:700px;
	margin-bottom:35px;	
	font-size:1.1em;
}

#right_footer_links {
	float:right;
	width:250px;
	text-align:right;
	margin-right:21px;
	font-size:1.3em;
	display:inline;
}

#zag {display:none;}
