/* general properties */
body { 
	width : 100%;
}

/* title is in centre */
#titlebar {
	width : 100%;
	clear : both;
	margin : 0px;
	padding : 0px;
}

#titlebar {
	text-align : center;
}
#titlebar img {
	margin : 10px;
}

table.leftmenu {
	width : 100%;
	margin : 0px;
	padding : 0px;
}

td.lm {
	border-style : solid;
	border-width : 2px;
	padding : 0px;
	margin : 0px;
}
a.lm {
	padding : 5px;
	padding-left : 1em;
	display : block;
	margin : 0px;
}

.strike {
	text-decoration : line-through;
}

.spaced {
	margin : 10px;
}
.top {
	vertical-align : top;
}
.half {
	width : 50%;
}

.pictbl {
/* 	width : 100%;	*/
}

#bottomrow {
	width : 100%;
	clear : both;
	padding : 5px;
	margin : 0px;
	text-align : center;
}

/* footer format */
#footer {
	width : 100%;
	clear : both;
	padding-top: 5px;
}

.lfooter {
	float : left;
}

.rfooter {
	float : right;
	margin-right : 20px;
}

.noborder {
	border : 0;
}

img.bordered {
	border-style : solid;
	border-width : 4px;
}
