@import url(/meetings/css/global/global.css);

#bodyContainer #column1Content {
    min-height:450px;
}

* html #bodyContainer #column1Content {
    height: 450px;
}

#hiddenTextLink a {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;	
}
 
#hiddenTextLink a:focus {
	position:static;
	width:auto;
	height:auto;
} 
