@media handheld {

html, body {
	font: 12px/15px sans-serif;
	background: #fff;
	padding: 3px;
	color: #333333;
	margin: 0;
	}
	
* {
	float: none;
	}	

}#rrbanner1 {
	display: none;
}
#menucell img {
	dsiplay: none;
}
#navigation {
	text-align: left;
}
#sidebar h3 {
	font-family: sans-serif;
	color: #003366;
	font-size: 14px;
}
#sidebar h4 {
	font-family: sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #990000;
}
#sidebar h6 {
	font-size: 12px;
	font-style: italic;
	text-transform: capitalize;
}
h1 {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
}

/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}

}