@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
#headerBanner {
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../images/header_bkgrd.png);
	background-repeat: repeat;
	height: 235px;
}
#topNav {
	height: 30px;
	width: 900px;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0 auto;
}
#topBanner {
	background-color: #333333;
	margin: 0 auto;
	height: 35px;
	width: 100%;
	position: relative;
	z-index: auto;
	left: 0px;
	top: 0px;
}
#menuBar {
	height: 48px;
	width: 900px;
	position: relative;
	left: 0px;
	margin: 0 auto;
	top: 0px;
}
#menuBanner {
	background-color: #FFFFFF;
	margin: 0 auto;
	height: 48px;
	width: 100%;
	position: relative;
	z-index: auto;
	left: 0px;
}
.oneColElsCtr #container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	top: 0px;
}
.oneColElsCtr #mainContent {
	margin: 0 auto;
	width: 900px;
	top: 0px;
}
#footerBanner {
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../images/footerBkgrd.png);
	background-repeat: repeat;
	height: 180px;
}
.stylePageNameIMG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC66;
	font-weight: bold;
	top: -25px;
	height: 118px;
	float: right;
	font-style: italic;
	position: relative;
	left: 0px;
}
a {
	outline:none
}
.freeWIFI {
	float: right;
	padding-right: 15px;
	vertical-align: top;
}
