@charset "utf-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	z-index:0;
	height:100%;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px 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: none;
	text-align: left;
	min-height: 764px;
}
#Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	background-image: url(http://www.israelrallymontreal.com/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40em;
}
#Header {
	position:absolute;
	left:0px;
	top:8px;
	width:955px;
	height:248px;
}
#Francais {
	position:absolute;
	left:867px;
	top:8px;
	width:83px;
	height:21px;
	font-size: 85%;
	font-weight: bold;
	color: #3366ff;
	padding-left: 5px;
}
#MainContent {
	left:0px;
	top:256px;
	width:1000px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
	position: relative;
}
#left_col{
	width:680px;
	padding-left: 40px;
	float:left;
	left: 0px;
	top: 0px;
}
#SideBar {
	position:relative;
	top:0px;
	width:225px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#footer {
	position:relative;
	width:884px;
	height:35px;
	padding-left: 60px;
	padding-top: 10px;
	padding-right: 60px;
	overflow: hidden;
	background-image: url(http://www.israelrallymontreal.com/images/footer.gif);
	background-repeat: no-repeat;
	background-position:0px top;
	margin-top: 20px;
}
.footer {
	font-size: 80%;
	color: #3366ff;
}
table
{
border-collapse:collapse;
}
a:link,a:visited {
	color:#669900;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
p{
	font-size:100%;
	line-height: 130%;
	text-align: justify;
}
h1,h2,h3,h4 {
	color:#0033cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin:0px;
	font-size: 130%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
h2 {
	margin:0px;
	font-size: 105%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	word-spacing: -1px;
	letter-spacing: 0px;
}
h4 {
	list-style:none;
	margin:0px;
	text-transform:uppercase;
	text-indent:0px;
	top:0px;
	left: 0px;
	position:relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-image:none;
	line-height: 1em;
	font-size: 110%;
	letter-spacing: 0px;
	text-align: left;
	word-spacing: 0px;
}
td.form {
	border:#000033 1px solid;
	border-collapse:collapse;
}
tr.even {background-color:#D8E4FE;}
.gray {color: #333333}
.small {
	font-size:75%;
	line-height: 115%;
}
.large {font-size:200%}
.leftAlign {text-align:left;}

