/* CSS for BI-YUL site */
	#page2 {background:transparent url(./Images/content_bg.png) repeat-y scroll center 0;
		padding:0 0;
		margin:0 auto; 
	}
	div.yui-b p {
		margin: 0 0.25em .5em 0;
		color: #333333;
	}

	div.yui-b p strong {
		font-weight: bold;
		color: #000;
	}

	div.yui-b p em {
		color: #000;
	}

	h1, h2 {
		font-weight: bold;
		margin: 0 0.25em .75em 0;
		padding: .25em .5em;
		background-color: #ccc;
	}

	#navmenu {
		position: static;
	}
	
	.EdNote {background-color: yellow; font-weight: bold;}

	/*
	For IE 6: trigger "haslayout" for the anchor elements in the root Menu by
	setting the "zoom" property to 1.  This ensures that the selected state of
	MenuItems doesn't get dropped when the user mouses off of the text node of
	the anchor element that represents a MenuItem's text label.
	*/

	#navmenu .yuimenuitemlabel {
		_zoom: 1;
	}

	#navmenu .yuimenu .yuimenuitemlabel {
		_zoom: normal;
	}

	div#hd {
		background-color: #000099;
		margin-bottom: 1em;
	}
	div#ft {
		font-size: 85%;
		font-weight: bold;
		color: #333333;
		border-top-width: thin;
		border-right-width: thin;
		border-bottom-width: thin;
		border-left-width: thin;
		border-top-style: double;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-top-color: #000000;
		border-right-color: #000000;
		border-bottom-color: #000000;
		border-left-color: #000000;
		margin-top: 1.5em;
		padding-top: .5em;
		padding-right: .5em;
		padding-bottom: .5em;
		padding-left: .5em;
	}

