/* -------- CSS STYLES FOR HANDHELD/MOBILE ----- */
/* Main layout Styles */

#topBar {
	width: 100%;
	background-color:#ff8e00;
}


#topBar .topBarText .header{
	font-weight: bold;
}

#topBarLowerSection {
	display:none;
}


#leftColumn {
	background-color: #e0dcdc;
	
}

#footer {
	display:none;
}

/* --------------------------------------- */
/* General tag definitions */

body {
	color: #414141;
	background-color: #ffffff;
}

