@charset "UTF-8";

/* handheld styles */
body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: center;
	width: 100%;
	color: #000;
}
h1 { font-size: 180%; }
h2 { font-size: 160%; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }
p, th, td, ul, ol { font-size: 100%; }
ul, ol { 
	list-style-position: outside;
	margin-left: 5px;
}
#header {
	width: 100%;
	background-color: #000;
}
#header img {
	display: none;
}
#cellHeader {
	display: block; 
	background-color: #000;
	width: 100%;
	margin: 0 auto;
}
#cellHeader img {
	background-color: #000;
}
#cellBanner {
	display: block; 
}
#header form{
	float: none;
	clear: both;
	padding: 3px 3px 0 0;
}
#banner { 
	height: 30px;
	background-image: none;
} 
#banner { 
	visibility: hidden;
	height: 30px;
} 
#banner ul {
	position: absolute;
	top: 30px;
	left: 10px;
	margin: 0;
	padding: 0;
	z-index: 10;
}
#wrapper {
	width: 100%;
	margin: 0 5px;
	text-align: left;
}
#sidebar1 {
	float: none;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}
#mainContent {
	clear: both;
	width: 90%;
	margin: 0;
	padding: 0;
}
#mainContent p {
	font-size: 100%;
}
#footer {
	width: 100%;
	text-align: left;
	margin-top: 5px;
}
#footer ul {
	list-style: outside;
}
#footer ul li{
	display: block;
}
