@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #000;
	width: 100%;
	background-color: #FFF;
}
#container {
	width: 100%;
}
#header {
	display: none;
}
#sidebarLeft {
	float: none;
	width: 100%;
}
#sidebarRight {
	display: none;
	float: none;
}
#mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #000;
	margin-left: 0px;
	width: 100%;
}

#footer {
	display: none;
}
#newsletter {
	background-color: #CCC;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#handheldfooter a {
	color: #000;
}
#handheldfooter a:hover {
	color: #FFF;
}
#handheldfooter {
	background-color: #CCC;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	padding-bottom: 10px;
}

#handheld {
	width: 780px;
	text-align: left;
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#nav {
	padding-top: 10px;
	padding-bottom: 10px;
}
#popout {
	display: none;
}
.hide {
	display: none;
}
