@import url("2_column_common.css");
#left_nav {	
	/*code below required to bring left nav to front of page so links are clickable and when browser is resized the left nav remains at the top of the page*/
	position:absolute;
	z-index:1;
}
iframe{
	width:100%;
}
