/* CSS Document */

body {
	background: white;
	font-size: 12 px;
	}
	
#menu {
	display: none;
	}
	
#content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
	
#navigation, .noprint {
	display: none;
	print: no;
	visibility: hidden;
}


A:LINK, A:VISITED, A:HOVER {
	color : Blue;
	text-decoration : underline;
}

a.white:LINK, a.white:VISITED, a.white:HOVER {
	color : Blue;
	text-decoration : underline;
}

P {
	font-size: 13px;
	font-family: verdana;
}

B {
	font-weight : bold;
}

TD {
	font-size: 13px;
	font-family: verdana;
}

LI {
	font-size: 13px;
	font-family: verdana;
}

H1, H2, H3 {
	font-size: 16px;
	font-family: verdana;
	color : #4785B8;
	text-decoration : none;
	font-weight: bolder;
	font-variant: small-caps;
}

.masthead {
	background : #ffffff url(/edmonton/images/new/masthead_jun09.gif) no-repeat center;
	display: none;
	print: no;
	visibility: hidden;

}

.topnav {
	font-size: 12px;
	font-family: arial;
	display: none;
}

.left {
	font-size: 12px;
	color: white;
	display: none;
}

.normal {
	font-size: 13px;
	font-family: verdana;
	display: all;
	margin-right: 14;
}

.yellow {
	color : #F3DCA4;
}

.blue {
	color : #4785B8;
}

.smalltext {
	font-size: 9 px;
}
.imageright {
	float: right;
}
.print {
	padding-right: 50px;
}