@charset "utf-8";
body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: #999;
	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;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000; /* border around container*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #555; 
	/* padding: 0 10px 0 20px;  /* 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. */
	color: #0;
	text-align:right;
	height: 141px;   
	font-size:12px;
}
.oneColFixCtrHdr #CurrentPageMenuItem{
	background-color:#CC0000;
}
#HeaderText {
	text-align:right;
}
a img {
	border:none;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0;
	font-size:11px;
	min-height: 500px;
}
.oneColFixCtrHdr #mainContent a {
	text-decoration:none;
	color:#AAA;
}
.oneColFixCtrHdr #mainContent a:hover {
	color:#C00;
}
.oneColFixCtrHdr #mainContent a h1:hover {
	color:#888;
}

.oneColFixCtrHdr #mainContent p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.oneColFixCtrHdr #mainContent h1{
	color:#F00;
	font-size:14px;
	text-transform:uppercase;
}
.oneColFixCtrHdr #mainContent h2{
	font-size: 12px;
	margin-bottom: 2px;
}
.oneColFixCtrHdr #mainContent h3{
	font-size: 12px;
	font-weight:normal;
	margin: 0;
}
.redSixteen {
	color:#F00;
	font-size:16px;
	font-weight:bold;
}
.oneColFixCtrHdr #FAQ p {
	margin-top: 0;
	font-size: 10pt;
	width: 600px;
}
.oneColFixCtrHdr #FAQ a {
	color:#C00;
	text-decoration:underline;
}
.oneColFixCtrHdr #FAQ h2 {
	font-size: 10pt;
	margin-bottom: 0;
	font-weight: bold;
}
.smallType {
	font-size: 0.85em;
	color: #666;
}
.greyTwelve {
	color:#777;
	font-size:12px;
}
.greyFourteen {
	color:#777;
	font-size:14px;
}
.greyFourteenIndent {
	color:#777;
	font-size:14px;
	padding-left: 20px;
}

#partenaires {
	margin: 20px;
}

.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/* padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.redlink a {
	color: #C00;
	text-decoration: underline;
}
#VideoPlayer {
	background-color: #000;
	height: 100%;
	width: 900px;
	text-align: center;
	vertical-align: middle;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: -45px;
	margin-left: -20px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 70px;
	padding-left: 30px;
}
