@charset "utf-8";
/* 
Split cols 1 and 2 horizontally to accommodate the timeline style graphic
*/

/* Block before the timeline style graphic */
#col1upper {
height:358px;
}
/* Buttons for the timeline */
#col1middle {
height:69px;
padding:1px 0 0 0;
overflow:hidden;
}

/* Block before the timeline style graphic */
#col2upper {
height:358px;
}
/* The timeline style graphic */
#col2middle {
clear:both;
width:445px;
height:69px;
padding:1px 0 0 0;
overflow:hidden;
}


