@charset "UTF-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	border:none;
	font-family:Helvetica, Verdana, Geneva, Arial, sans-serif;
}

html{
	height:101%;
}
/******************************************************************************
								 Layout 
******************************************************************************/							 
body{
	font-family:Helvetica, Verdana, Geneva, Arial, sans-serif;	
	background-color:#fff;
	font-size: small;
	/*font-size: 62.5% !important;
	*:font-size: 62.5% !important;
	font-size: 72.5%;*/
}
#wrapper{
	width:1000px;
	margin:0 auto;	
}

#header {}
#footer{
	clear: both;
	height:20px;
	padding:10px 0px;
	width:1000px;
	background:url(../i/footer_bottom.gif) no-repeat bottom;
}


/******************************************************************************
								 Type 
******************************************************************************/	

a {
	color:#0A6EB6;
	text-decoration:none;
}

a:visited {
	color:#0A6EB6;
	text-decoration:none;
}

a:hover {
	color:#660000;
	text-decoration:underline;
}

/******************************************************************************
								 Classes 
******************************************************************************/	

.hCenter{ /* --------------- Center Horizontally ------------------ */
		position:absolute !important;	
		*:position:relative !important;
		position:relative;
		width: 50%;
		margin:0 auto;
		right: 0;
		left: 0;

}
.FloatRight{
	float:right;
	padding:0px 0 10px 10px;
}
img.FloatLeft{
	float:left;
	padding:0px 10px 10px 0;
}
img.Centre{
	display: block;
	margin:15px auto;
}

/******************************************************************************
								 Added by Chris Cadieux
******************************************************************************/	
#noLI {
list-style: none;
}

#leftBox {
float:left;
margin-right: 30px;
margin-bottom: 600px;
}
#rightBox {
float:right;
width: 300px;
margin-left: 20px;
}
