body{
	margin:0;
	/*background-image:url("../assets/htmlBG.jpg");*/
	/*background-repeat: repeat-x;*/
	/*background-attachment:fixed;*/
	/*background-position:bottom left;*/
	background-image:url("../assets/global/background.jpg");
	line-height: 0px;
}

.hSpacer{
	clear:both;
	height:10px;
	width:100%;
}
.vSpacer{
	float:left;
	height:100%;
	width:1%;
}
.right{
	float:right;
}
.left{
	float:left;
}

div{
	font-size: 0;
}

.FlashDetectionFailed{
    font-family: Arial;
    font-size: 12px;
	line-height:normal;
}

.Sitemap{
    font-family: Arial;
    font-size: 12px;
	line-height:normal;
}

object {
	outline:none;
}

* {margin:0;
padding:0;
border:none;
z-index:0;} 

.blueColumnBkg {
	background-image:url("../assets/global/blueColumnBkg.png");
	background-repeat:repeat-x;
}

.headerBkg {
	background-image:url("../assets/global/headerBkg.png");
	background-repeat:repeat-x;
}

html {overflow-y: scroll;}
