* iframe classes */

.clear {
	clear: both;
}

/* Layout */

body {
background-color:#FFFFFF;
font-family:arial,sans-serif;
font-size:medium;
height:100%;
margin:0;
overflow:hidden;
padding:0;
position:absolute;
width:100%;
}



#iframeHeader {
	background-color:#318BBC;
	width:100%;
	height:40px;
	color:#FFFFFF;
}

#iframeHeader #returnLink {
background:#318BBC url(/global/images/misc/TRCA-iframe-logo.png) no-repeat scroll left top;
color:#FFFFFF;
float:left;
font-size:0.857em;
height:40px;
line-height:2.8em;
margin:0 0 0 15%;
outline:none;
padding:0 0 0 30px;
text-decoration:none;
}

#iframeHeader #returnLink:hover {
	text-decoration:underline;
}


#bodyContent {
	width: 100%;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
}

iframe {
border:medium none;
height:100%;
left:0;
position:absolute;
top:40px;
width:100%;
}

#printLogo {
	display:none;
}

