@charset "utf-8";

body {
	color: #333333;
	background-color: #FFFFFF;
	background-image: none;
}

#outerwrapper {
	width: 600px;
	border: none;
}

#topwrapper {
	width: 600px;
	height: 140px;
}

#topBanner {
	display: none;
	width: 600px;
	height: 2px;
}

#mainBanner {
	background-image: url(../images/page/ECA-top-2-600.jpg);
	background-repeat: no-repeat;
	width: 600px;
}

#mainBanner #wideBanner {
	display: none;
}

#topNav {
	display: none;
	width: 600px;
	height: 2px;
}

#innerwrapper {
	background-image: none;
	background-color: #FFFFFF;
	width: 600px;
}

#columnLeft {
	display: none;
	width: 0px;
	height: 0px;
}
#columnRight {
	display: none;
	width: 0px;
	height: 0px;
}
#columnLeft #MainNav {
	display: none;
	width: 0px;
}
#mainContent {

	width: 560px;

	margin-top: 0px;

	margin-right: 10px;

	margin-bottom: 0px;

	margin-left: 10px;

}



#bottomWrapper {

	background-color: #FFFFFF;

	background-image: none;

	color: #333333;

	width: 600px;

}



#bottomWrapper #WAI {

	display: none;

	width: 0px;

}

#bottomWrapper #footer {

	color: #333333;

	margin: 0px;

	width: 600px;

}

#bottomWrapper #footer #bottomNav {

	display: none;

}

#bottomWrapper #footer p, #bottomWrapper #footer a {

	color: #333333;

}


