/* Two column CSS for handheld */

#main {
	padding: 0em;
	margin: 2em;
}

#header {height: auto;}
#header img {float: none; width: 468px;}
#header p {margin: 0em; width:auto;}

#side {
	position: static;
	top: auto;
	right: auto;
}

#footer {margin: 0px;}

#topnav {
	margin: inherit;
	padding: inherit;
	width: inherit;
}
#topnav li {
	display: inherit;
	margin: inherit;
	margin-right: 0.5em;
	margin-left: 0.5em;
	padding: inherit;
	border: inherit;
	height: inherit;
	color: inherit;
	background: inherit;
	display: inline;
}

#topnav a {text-decoration: underline;}

#topnav a:link {
	color: #00f;
}
#topnav a:visited {
	color: #00f; 
}
#topnav a:hover {
	background: #fff; color: #00f; 
}

.section h2 {
	float: inherit;
	width: inherit;
	margin: inherit;
	text-align: left;
}

.section h2 img {
	display: none;
}

.subsection { margin: inherit; }
