body {
	font-family: tahoma, arial, helvetica, sans-serif;
	background-image: url(images/brushedMetal.png);
	background-color: #7f7f7f;
	color: #000000;
}
a, a:visited{
color: #000000;
text-decoration: underline;
}
a:hover{
text-decoration: none;
}
.header{
background-color: #ffffff;
background-image: url(images/menu-background.png);
background-repeat: repeat-x; 
}
.name {
	font-family: verdana, arial, helvetica, sans-serif;
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.name a, .name a:visited, .name a:hover{
color: #ffffff;
text-decoration: none;
}
.name span.mp{
font-size: 0.8em;
}
.name span.region{
font-size: 0.7em;
}
.langSwitch {
	font-family: arial, helvetica, sans-serif;
	width: 95%;
	font-size: 1.1em;
	text-align: right;
	position: absolute;
}
.langSwitch a, .langSwitch a:visited{
 font-family: arial, helvetica, sans-serif;
 color: #ffffff;
 text-decoration: none;
 display: block;
}
.langSwitch a:hover{
 text-decoration: none;
 font-weight: bold;
 color: #000000;
}
.leaf{
 position: absolute;
}
.menu {
	font-family: tahoma, arial, helvetica, sans-serif;
	background-repeat: no-repeat;
	color: #000000;
	clear: both;
	background-position: 0% 100%;
}
.menumain{
height:404px;
font-size: 1.4em;
background-image: url(images/curve.png);
}
.menugeneral{
height:129px;
font-size: 1em;
background-image: url(images/curvesm.png);
}
.menu a, .menu a:visited{
color: #000000;
text-decoration: none;
position: absolute;
}
.menu a:hover{
text-decoration: none;
color:#4d4d4d; 
font-weight: bold;
}
.main {
	font-family: tahoma, arial, helvetica, sans-serif;
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	padding-bottom: 2em;
	padding-top: 2em;
}
.mainright{
padding-left: 0em;
}
.mainleft{
padding-right: 1em;
}
.mainleft a, .mainleft a:visited{
display: block;
position: relative;
}
.address {
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 30px;
	font-size: 0.75em;
	font-weight: bold;
}
.address .markham{
float:left;
}
.address .ottawa{
float:right; margin-right: 5em;
}