/* place an article image on the right of the article */
.rimage {
	float: right;
	padding: 10px 0 10px 10px;
}
/* place an article image on the left of the article */
.limage {
	float: left;
	padding: 10px 10px 10px 0;
}
.hideitem{display : none;}
.printonly{display : none;}
.floatright{float : right;}
.floatleft{float : left;}
.alignleft{text-align: left;}
.aligncenter{text-align: center;}
.alignright{text-align: right;}
.valigntop{vertical-align: top;}
.valignmiddle{vertical-align: middle;}
.valignbottom{vertical-align: bottom;}
.clearleft{clear: left;}
.clearboth{clear: both;}
.clearright{clear: right;}
.topmargin{margin-top : 1.5em;}
.botmargin{margin-bottom : 1.5em;}
