/* ie6 css hacks should go in here */
*html ul#access li{
display:inline;
}

/* fix for IE display issue */
* html #RightCol {
	position: relative; /* we position the right column relative to it's parent container div#BodyContent */
	top: 0px; /* the right column container is positioned 0 pixels from the top edge of its parent container div#BodyContent */
	left: 0px; /* the right column container is positioned 0 pixels from the left of its parent container's top left corner, but because we have already loaded the #LoadFirst container the right column is positioned 0 pixels from its top right corner  */
	height: 1%; /* we apply a height expression so that ie6 accepts the has content rule */
	padding:0px;
}
