/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow-y: scroll;  

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-style: normal;
	font-weight: bold;
	color: #6699CC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #999966;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #6699CC;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	margin-bottom: 10pt;
	line-height:150%;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #6699CC;
	margin-top: 15pt;

}

table
{
	border-collapse:collapse;
}
table,th, td
{
	border: 1px solid #999999;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	list-style-type: decimal;
	line-height:150%;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: left;
	list-style-type: disc;
	line-height:150%;
}


.oneColElsCtrHdr #container {
	width: 56em;  /* this width will create a container that will fit in an 900px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header {  
 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #navbar {
	height: 50px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #mainContent {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
	
.copyright {
	font-size: 90%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
.training {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #6699CC;
	}
.oneColElsCtrHdr .photo {
	padding-left: 25px;
	padding-bottom:25px;
	float: right;
	width: 337px;
}

.oneColElsCtrHdr #nav1 {
	float: left;
	width: 12.5%;
}
.oneColElsCtrHdr #nav2 {
	float: left;
	width: 12.5%;
}
.oneColElsCtrHdr #nav3 {
	float: left;
	width: 12.5%;
}
.oneColElsCtrHdr #nav4 {
	float: left;
	width: 12.5%;
}
.oneColElsCtrHdr #nav5 {
	float: left;
	width: 12.5%;
}
.oneColElsCtrHdr #nav6 {
	float: left;
	width: 12.5%;
}.oneColElsCtrHdr #nav7 {
	float: left;
	width: 12.5%;
}
.oneColElsCtrHdr #nav8 {
	float: left;
	width: 12.5%;
}
.english {
	float:left;
	width:12.5%;
	color: #6699CC;
}
.french {
	float:left;
	width:12.5%;
	color: #6699CC;
}

footer {
	float:clear;
	align:center;
}

footer img {
	float:  center;
	margin-top: 20px;
}
header img {
	float:  left;
	margin-top: 20px;
}

