* {
margin: 0;
padding: 0;
}
BODY, HTML {
background: #fff;
color: #000;
line-height: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
h1 {
font-size: 22px;
font-weight: bold;
text-align: center;
padding: 20px 0;
color: #FE0003;
}
h2 {
font-size: 14px;
font-weight: bold;
padding: 20px 0;
color: #000;
text-align: center;
}
A:link
{ COLOR: #003399 }
A:visited
{ COLOR: #800080 }
A:hover
{ COLOR: #ff3300 }
#container {
width: 98%;	
margin: 60px auto;
}
#logo {
width: 325px;
height: 336px;
background: url(../images/pardon1_06.jpg) no-repeat;
}
#pardon {
width: 405px;
height: 49px;
background: url(../images/pardon1_03.jpg) no-repeat;
margin: 0 auto;
}
#languages {
width: 301px;
height: 39px;
margin: 0 auto;
}
#english {
width: 151px;
height: 39px;
background: url(../images/pardon_05.jpg) no-repeat;
float: left;
}
#french {
width: 150px;
height: 39px;
background: url(../images/pardon_03.jpg) no-repeat;
float: right;
}
.text_center {
text-align: center;
font-size: 10px;
}
.languages_link {
width: 150px;
height: 39px;
display: block;
}
#toggle1, #toggle2, #toggle3 { display: none; }

/*==========added start===========*/
#copyright{width:580px;
margin: 60px auto;
} 
/*==========added start===========*/
#copyright p { padding: 10px; }
#copyright h2 {
font-size: 14px;
font-weight: bold;
padding: 10px 0 0 10px;
color: #000;
text-align: left;
}
#copyright ul {
margin: 0 0 0 40px;	
}

/*==============Added=====================*/

.leftEnglish {
width: 250px;
height: 336px;
color:black;
font-weight:bold;
}
.rightFrench {
width: 250px;
height: 336px;
color:black;
font-weight:bold;
}
.borderleft{border:1px solid #C40000;
padding: 10px;
}

a.languagelink:link
{ COLOR: #FE0003;text-decoration:none; }
a.languagelink:visited
{ COLOR: #FE0003 ;text-decoration:none; }
a.languagelink:hover
{ COLOR: #000000; text-decoration:underline; }
