html>body #container {
	height: auto;
}

html { 
	height: 100%;
}
body {
	height: 100%;
	margin:0px;
	padding: 0px;
	background-color:#FFFFFF;
	color:#000000;
	text-align: left;
}

h1 {
	font-family: Verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #1C7DAD;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
h2 {
	font-family: Verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 10.5pt;
	color: #003366;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
h3 {
	font-family: Verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #003366;
	padding: 10px 0px 7px 0px;
	margin: 0px;
}
ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}
ul li {
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 20px;
	list-style-image: none;
	background-image: url('../images/smallarrow.jpg');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	/*line-height: 1.5;*/
}
p {
	font-family: Verdana, arial, sans-serif;
	/*line-height: 1;*/
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #FF7B00;
}
a:hover {
	text-decoration: none;
	color: #1C7DAD;
}
strong {
	font-weight: bold;
	color: #003366;
}
div#container {
	width: 770px;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	margin-bottom: 60px;
	padding: 0px;
}

/* HEADER **************************************/
div#header {
	width: 770px;
	height: 141px;
	margin: 0px auto;
	padding: 0px;
}
div#header img {
	padding: 0px;
	margin: 0px;
}
div#headerleft_en {
	width: 350px;
	height: 120px;
	background: url('../english/images/header_logo.jpg');
	float: left;
}
div#headerright_en {
	width: 420px;
	height: 54px;
	padding: 0px 0px 66px 0px;
	background: url('../english/images/header_canadian.jpg');
	background-repeat: no-repeat;
	background-position: 0px 54px;
	float: right;
}
div#headerleft_fr {
	width: 350px;
	height: 120px;
	background: url('../francais/images/header_logo.jpg');
	float: left;
}
div#headerright_fr {
	width: 420px;
	height: 54px;
	padding: 0px 0px 66px 0px;
	background: url('../francais/images/header_canadian.jpg');
	background-repeat: no-repeat;
	background-position: 0px 54px;
	float: right;
}
div#headerrighthome {
	width: 420px;
	height: 80px;
	padding: 0px 0px 40px 0px;
	background: url('../images/home_headerrightback.jpg');
	background-repeat: no-repeat;
	background-position: 0px 80px;
	float: right;
}
div#headermenu {
	width: 750px;
	height: 23px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	background: url('../images/topmenu_background.jpg');
	background-repeat: no-repeat;
	font-family: Verdana, arial, sans-serif;
	font-weight: bold;
	text-align: right;
	clear: both;
}
div.headermenuitem {
	background: url('../images/topmenu_spacer.jpg');
	background-repeat: no-repeat;
	background-position: 0px 7px;
	height: 16px;
	margin: 0px;
	padding: 7px 10px 0px 7px;
	float: right;
}
div.headermenuitem a {
	font-size: 8pt;
	text-decoration: none;
	color: #003366;
	margin: 0px;
	padding: 0px; 
}
div#headermenu a:hover {
	font-size: 8pt;
	text-decoration: none;
	color: #1C7DAD;
}

/* MENU *****************************************/
div#menu {
	width: 170px;
	float: left;
	z-index: 10;
	position: absolute;
	top: 143px;
	left: 0px;
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, arial, sans-serif;
	font-size: 8.5pt;
}
div.menuitem {
	width: 140px;
	margin: 0px;
	padding: 4px 0px 3px 30px;
	background-image: url('../images/menuitem_back.jpg');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border-top: solid 1px #FFFFFF;	
}
div.menuitem a {	
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 0px; 
}
div.menuitem a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
div.submenuitem {
	width: 130px;
	margin: 0px;
	padding: 4px 0px 3px 40px;
	background-image: url('../images/submenuitem_back.jpg');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border-top: solid 1px #FFFFFF;	
}
div.submenuitem a {	
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 0px; 
}
div.submenuitem a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Main area ***************************************/
div#main {
	width: 535px;
	z-index: 1;
	margin: 0px auto;
	padding: 20px 40px 60px 195px;
	font-family: Verdana, arial, sans-serif;
	color: #000000;
	font-size: 8pt;
}

/* Home Page ****************************************/
div#homemain {
	width: 575px;
	z-index: 1;
	margin: 0px auto;
	padding: 20px 0px 60px 195px;
	font-family: Verdana, arial, sans-serif;
	color: #000000;
	font-size: 8pt;
}
div#homeleft {
	/*float: left;*/
	margin: 0px;
	padding: 0px 25px 0px 0px;
	width: 330px;
	border-right: solid 1px #DDDDDD;
}
div#homeright {
	float: right;
	margin: 0px;
	padding: 0px 20px 0px 15px;
	width: 180px;
}
ul.qltitle {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.qltitle li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-image: none;
	background-image: url('../images/largearrow.jpg');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-family: Verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #1C7DAD;
}
ul.qlitem {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
ul.qlitem li {
	margin: 0px;
	padding: 3px 0px 3px 20px;
	width: 160px;
	list-style-image: none;
	background-image: url('../images/smallarrow.jpg');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	border-bottom: solid 1px #DDDDDD;
}
ul.qlitem a {
	color: #003366;
} 
div#homeright a {
	font-size: 8pt;
	text-decoration: none;	
	margin: 0px;
	padding: 0px; 
}
div#homeright a:hover {
	font-size: 8pt;
	text-decoration: none;
	color: #1C7DAD;
}

/* FOOTER *******************************************/
div#footer {
	clear: both;
	width: 770px;
	height: 35px;
	padding: 0px;
	margin: 0px;
	margin-top: -95px;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, arial, sans-serif;
}
div#footer a {
	font-size: 8pt;
	text-decoration: none;
	color: #003366;
	margin: 0px;
	padding: 0px; 
}
div#footer a:hover {
	font-size: 8pt;
	text-decoration: none;
	color: #1C7DAD;
}

/* PROGRAM */
table.data{
	border:1px solid #1577A4;
	border-collapse:collapse;
	width:550px;
}
table.data td{
	padding: 5px;
	border:1px solid #1577A4;
	vertical-align:top;
}
td.lightblue {
	background-color: #CDE5EF;
}

/* PHOTO ALBUM */

.album td{
	padding: 0px 10px 20px 10px;
	text-align: center;
	vertical-align: top;
}

div.photolong {
	width: 94px;
	height: 79px;
	margin: 0px;
	padding: 16px 1px 4px 4px;
	text-align: center;
	vertical-align: middle;
	background: url('../../images/2007gallery/thumbs/background.jpg') no-repeat;
}
div.phototall {
	width: 94px;
	height: 94px;
	margin: 0px;
	padding: 1px 1px 4px 4px;
	text-align: center;
	background: url('../../images/2007gallery/thumbs/background.jpg') no-repeat;
}
html > div.description {
	height: 93px;
}
div.description {
	width: 93px;
	min-height: 93px;
	padding: 3px;
	position: absolute; 
	z-index: 1;
	border: solid 1px #0D5085;
	background: #F3FBFE; 
	visibility: hidden; 
	color: #0D5085;
}
div.description a {
	color: #0D5085;
	text-decoration: none;
}
div.description a:hover {
	color: #0D5085;
	text-decoration: none;
}
