#welcome {
	position: absolute; 
	left: 10px; 
	top: 10px; 
	width: 190px; 
	height: 156px; 
	}

#greenline {
	position: absolute; 
	left: 408px; 
	top: 10px; 
	width: 400px; 
	height: 74px; 
	}

#logo {
	position: absolute; 
	left: 200px; 
	top: 10px; 
	width: 208px; 
	height: 74px; 
	}
	
#lestrie {
	position: absolute; 
	left: 10px; 
	top: 170px; 
	width: 167px; 
	height: 18px; 
	}

#montreal {
	position: absolute; 
	left: 10px; 
	top: 192px; 
	width: 167px; 
	height: 18px; 
	}

#ottawa {
	position: absolute; 
	left: 10px; 
	top: 214px; 
	width: 167px; 
	height: 18px; 
	}

#homestay {
	position: absolute; 
	left: 10px; 
	top: 236px; 
	width: 167px; 
	height: 18px; 
	}

#programs {
	position: absolute; 
	left: 10px; 
	top: 258px; 
	width: 167px; 
	height: 18px; 
	}

#dates {
	position:absolute; 
	left: 10px; 
	top: 280px; 
	width: 167px; 
	height: 18px; 
	}

#admissions {
	position:absolute; 
	left: 10px; 
	top: 302px; 
	width: 167px; 
	height: 18px; 
	}

#affiliations {
	position: absolute; 
	left: 10px; 
	top: 324px; 
	width: 167px; 
	height: 18px; 
	}

#references {
	position: absolute; 
	left: 10px; 
	top: 346px; 
	width: 167px; 
	height: 18px; 
	}

#accreditations {
	position: absolute; 
	left: 10px; 
	top: 368px; 
	width: 167px; 
	height: 18px; 
	}

#contact {
	position: absolute; 
	left: 10px; 
	top: 390px; 
	width: 167px; 
	height: 18px; 
	}
	
#home {
	position: absolute; 
	left: 31px; 
	top: 412px; 
	width: 125px; 
	height: 25px; 
	}

#content {
	position: absolute; 
	left: 200px; 
	top: 90px; 
	width: 590px; 
	}

body {
	bg-color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 13px;
	}

a {
	font-weight: bold; 
	text-decoration: none;
	}
	a:link { color: #FF9966; }
	a:visited { color: #FF9966; }
	a:active {	color: #99CC99;}
	a:hover { color: #99CC99; }

td {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 13px;
	}
	
.bullet {
	display: list-item;
	margin-left: 30px;
	list-style-image: url(images/bullet.gif);
	}	

.center {
	text-align: center;
	}
	
.copyright {
	color: #AAAAAA;
	font-size: 10px;
	text-align: right;
	padding-top: 3px;
	}

.indent {
	display: block;
	margin-left: 30px;
	}	

.schoolname {
	font-weight: bold;
	font-style: italic;
	}

.sectiontitle {
	background-image: url(images/lineStyle.gif);
	background-repeat: repeat-x;
	height: 36px;
	width: 100%;
	}

.subsectiontitle {
	color: #FF9966;
	font-weight: bold;
	font-size: 14 px;
	}

.table-general {
	display: block;
	width: 100%;
	background-color: #FEFFE8;
	border: 1px solid #FFB58A;
	margin: 3px;
	}

.table-general-header {
	background-color: #96CAB1;
	font-weight: bold;
	padding: 5px;
	}

.table-general-onecell {
	margin-left: 20px;
	padding: 5px;
	}

.table-links {
	display: block;
	width: 90%;
	background-color: #FEFFE8;
	border: 1px solid #FFB58A;
	font-weight: bold;
}

.table-links-rightCell {
	display: block;
	float: right;
	width: 50%;
	padding: 3px;
	text-align: left;
}

.table-links-leftCell {
	display: block;
	padding: 3px;
	}

.text-green {
	color: #96CAB1;
}

.text-orange {
	color: #FFB58A;
}
	
.text-small {
	font-size: 9px;
	}
