/* CSS Document */
/* Overrides Master CSS definition */
/* This is used when you want content to be titled nicely and surrounded by a border */
.lbox {
	border : 1px solid gray;
	font-size : 1.1em;     /* Re-state font size to overcome browser differences in
                           determining em size for this element */
	text-align : left;
	padding : 0em 0em;  /* Controls width & height of background color area in box
									in relation to the border */
	margin : 0.5em 0em;  /* Controls vertical separation of box from other items */
}
p.boxhdrblue{
	margin: 0;
	padding: 0;
	}



