/* Style sheet for the Sahana Management System by Tom Worthington 11 February 2005 */
/* For handheld small screen devices turn off unnecessary iamges and lessen margins */
/* For demonstration purposes only. See: http://www.tomw.net.au/2005/wd/sahana.html */

.header {
}

.main {
	padding: 0;
}

.section {
	display:block; 
	height: auto;
	clear: both;
	width: 100%;
	padding: 0em;
	background-image: none;
	color: #000000;
	background-color: white;
}
.content {
	display:block; 
	height: auto;
	clear: both;
	width: 100%;
	padding: 0em;
}
.menu {
	display:block;
	height: auto;
	width: 100%;
	padding: 0em;
	line-height: 1em;
}
.menu li {
	list-style-type: decimal;
	border: none;
}
.description {
	display:block;
	height: auto;
	width: 100%;
	padding: 0em;
	line-height: 1em;
}
.footer {
	background-image: none;
	width: 100%;
	padding: 0em;
}