body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ccc;
	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: #000;
	background-image: url(images/08Hiver_tile.gif);
}
* {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
	background-color: #CCC;
}
a:visited {
	color: #333;
	text-decoration: none;
}
.wrap {
	background-repeat: repeat-y;
	width: 820px;
	margin: 20px auto auto;
	background-image: url(images/dropshadow_820x135.jpg);
	position: relative;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0px auto auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	background-color: #333;
}
.oneColFixCtrHdr #container #header h1 {
	position: absolute;
	top: -100px;
}
.oneColFixCtrHdr #container #header h2 {
	position: absolute;
	top: -100px;
}
.oneColFixCtrHdr #container #header img {
	float: left;
	margin: auto 0px 0px;
	padding: 0px 0px 0px 10px;
	position: relative;
}
.oneColFixCtrHdr #container #mainContent{
	padding: 0 0px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	clear: both;
}
.oneColFixCtrHdr #container #mainContent h1 {
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: left;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #mainContent img {
	margin: 2px 0px 10px 0px;
	float: left;
	padding-bottom: 10px;
	padding-left: 0px;
}

.oneColFixCtrHdr #container #mainContent p {
	margin: 0px 0px 10px;
	padding-left: 10px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0em;
	font-weight: normal;
	padding-right: 10px;
	line-height: 1.5em;
	text-align: inherit;
}
.oneColFixCtrHdr #container #mainContent #slideshow {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 20px;
}
.oneColFixCtrHdr #container #mainContent #wrapAbout {
	padding-left: 10px;
	padding-right: 10px;
}
.imgBorder {
	border-top: 10px solid #fff;
	border-right: 10px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 10px solid #fff;
}



.oneColFixCtrHdr #container #mainContent .form img {
	float: right;
	margin-top: 0px;
	margin-right: 40px;
	border: thin solid #000;
	padding: 10px;
	background-color: #FFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#666;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 12px;
	clear: left;
	margin-top: 20px;
}
#slideCard {
	float: left;
	margin: 5px 10px 5px 0px;
}
#navbar {
	behavior:url(csshover.htc);
	float: left;
	width: 780px;
	background-color: #666;
	font-size: 12px;
	clear: both;
	margin-bottom: 20px;
}
#navbar ul {
	float: left;
	width: 100%;
}
#navbar li {
	list-style-type: none;
	float: left;
	background-color: #000000;
	border-style: none;
	letter-spacing: .2em;
}
#navbar a {
	background-color: #666;
	padding: 0.3em 10px;
	display: block;
	text-decoration: none;
	color: #CCC;
}
#navbar a:hover {
	color: #333;
	background-color: #666666;
}
#navbar ul li ul {
	position: absolute;
	width: 8em;
	display: none;
	height: 100em;
}
#navbar li:hover ul {
	display: block;
}
#navbar li ul li {
	width: 100px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	font-family: VAGRounded, Verdana, Arial;
	font-weight: lighter;
	color: #000;
}
.strech {
	height: 375px;
	width: inherit;
}
.indent{
	text-indent:2em;
}

div.spacer {
  clear: both;
  }

div.row {
	clear: both;
	padding-top: 10px;
 }


div.row span.left {
	float: left;
	text-align: left;
	font-weight: lighter;
	width: 35%;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
  }

div.row span.right {
	float: right;
	text-align: right;
	font-weight: lighter;
	width: 35%;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
  }
.right {
	float: right;
	font-size: 9px;
}
.form {
	background-color: #FFF;
	padding: 0px;
}
.index {
	float: left;
	padding: 0px 50px 0px 50px;
	background-color: DDD;
}
.oneColFixCtrHdr #container #mainContent #CollapsiblePanel1 .CollapsiblePanelContent p a {
	color: #484848;
	text-decoration: underline;
}
